Closed taktikal17 closed 8 years ago
It seems like for some reason your project isn't properly linked to the Realm framework target, but that shouldn't be possible if everything goes fine with CocoaPods.
Have you tried to clean your build folder / delete derived data and build again from scratch? If that doesn't help, I'd encourage you to reset the CocoaPods integration. You might want to use the cocoapods-deintegrate plugin for that purpose and just re-run pod install
and try building again. This can fix issues if you have changed the way how you integrate. If that shouldn't still help, can you show us your full podfile?
I would like to thank you, I reseted the the CocoaPods integration and after running pod install, everything goes right. By the way great tutorial on the iOS Clustered Map View with Realm.
Thanks for reporting back and the nice feedback. Good to hear that and have fun working with the components.
Hey!
I wanted to build a map with realm. I tried the tutorial on realm ( clustered map view ) and on github (https://github.com/bigfish24/ABFRealmSearchViewController). Actually, I have a bug when I build the projects:
Build Active Architecture only is on No.Downloading dependencies Versions: cocoapods-0.39.0 RBQFetchedResultsController (2.5) Realm (0.97.0) RealmSwift (0.97.0) SwiftFetchedResultsController (2.5) TOWebViewController (2.2.1)
Please, let's me know if you know how fix it! Thanks