I need to add a dynamically linked framework to my CBL IOS8 app. However, I can't seem to get both CBL and this new framework working at the same time. I can get it to build, but when I run on a device, it crashes with the lovely message:
dyld: Library not loaded: @rpath/TeradekSDK.framework/TeradekSDK Referenced from: /private/var/mobile/Containers/Bundle/Application/190AFD44-CFA7-45A8-8CED-DCD3C52E4BB5/ShotBOT.app/ShotBOT Reason: no suitable image found. Did find: /private/var/mobile/Containers/Bundle/Application/190AFD44-CFA7-45A8-8CED-DCD3C52E4BB5/ShotBOT.app/Frameworks/TeradekSDK.framework/TeradekSDK: mmap() error 1 at address=0x100D60000, size=0x00C90000 segment=__TEXT in Segment::map() mapping /private/var/mobile/Containers/Bundle/Application/190AFD44-CFA7-45A8-8CED-DCD3C52E4BB5/ShotBOT.app/Frameworks/TeradekSDK.framework/TeradekSDK Do I need to change a build setting or something? Can CBL be built as a dynamically linked framework for embedded on IOS8? Todd -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/0c28f7ef-0ffc-473b-928f-77b1670e81cd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
