Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 7 support #40

Closed
Dohko opened this issue Jan 24, 2015 · 4 comments
Closed

iOS 7 support #40

Dohko opened this issue Jan 24, 2015 · 4 comments

Comments

@Dohko
Copy link

Dohko commented Jan 24, 2015

Hi,

Thank you very much for this framework, i love it.

I just have a request. Can you add an iOS 7 support, please?

iOS 8 adoption is too slow (only 69%) https://developer.apple.com/support/appstore/

Regards,
Dohko

@ikesyo
Copy link
Contributor

ikesyo commented Jan 24, 2015

AFAIK, the library itself supoorts iOS 7 (not using iOS 8 API). But Dynamic Framework (and also CocoaPods support) is only supported at iOS 8 and later.

So if you'd like to use this library in iOS 7, you can use by using git submodule and adding source files directly to your app project.

@ikesyo
Copy link
Contributor

ikesyo commented Jan 24, 2015

See also #23.

@tristanhimmelman
Copy link
Owner

@ikesyo is correct. ObjectMapper does work on iOS 7 but unfortunately iOS 7 does not support including dynamic frameworks in a project (It will run with a warning but Apple will reject it if you submit that way). @ikesyo suggestion of using git submodule and adding the files to you app directly is probably your best bet.

@stephenyao
Copy link

Added source files directly to project and now it's running on iOs7. Hope there will be a way in the future to resolve this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants