You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: