objective c - App crashes after adding Realm framework in objectiveC -


i had added realm.framework project following how add parent path realmswift.framework in “framework search paths” section? link. though had followed steps given in above link, still app crashes error

dyld: library not loaded: @rpath/realm.framework/realm referenced from: /users/softence-one/library/developer/coresimulator/devices/b602ce3a-bf0a-434f-96ff-ba749b4a7d70/data/containers/bundle/application/e8937185-3ebc-4314-a5e8-31cef89a40a5/cityguide.app/cityguide reason: image not found 

so please suggest me link install realm.framework correctly in objective c. in advance

this issue caused not adding framework "embedded binaries" section of project's settings. see these instructions in realm's docs steps in objective-c installation.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -