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

Need Help to setup this library on application with Objective C(No auto layout) with deployment target iOS 7.0 #688

Closed
bhaumikdesai91 opened this issue Jan 20, 2016 · 1 comment

Comments

@bhaumikdesai91
Copy link

Hello Sir,

I am trying to integrate your library on a project with deployment target iOS 7.0 and it's in Objective C. I have tried the steps you have mentioned in Usage section but it turns out that swift is not supporting embedded Framework. Also regarding the Realm.Framework, Is this framework necessary as I am only willing to add Stacked Bar Chart with database driven data model. And It should be simple. Am I missing something?

@liuxuan30
Copy link
Member

Apparently you don't follow README carefully:
If you want to compile for iOS 7:
Drag the code itself (.swift files) to your project. As sadly, Swift currently does not support compiling Frameworks for iOS 7.
Make sure that the files are added to the Target membership.
If you do not need/want support for Realm.io, you can make the Realm.framework optional in your Build Phases, or avoid copying the Realm folder and the Realm.framework.

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

2 participants