I upgraded my iphone 6 to ios 9 and also updated Xcode to version 7.0. When I run my project on a simulator, the application works fine. When I try to run the application on my device, the application crashes and I see this:
dyld`dyld_fatal_error: -> 0x120049088 <+0>: brk # 0x3
I originally used cocoapods and received an "Image not found" error message for each of my infrastructures that I configured. I removed cocoapods and manually added all the frameworks, but now I get the error above. Any help would be appreciated.
thanks
ios xcode ios9 xcode7
user3567080
source share