I have been developing my application targeting iOS 9 for the last month or so using the simulator only. The project compiles and runs on the simulator without any issues.
Today I upgraded my phone to iOS 9 Beta 2 and deployed the app to it for the first time. Upon startup the application crashes with the following output in the console.
dyld: Library not loaded: @rpath/Pods_LifeStream.framework/Pods_LifeStream Referenced from: /var/mobile/Containers/Bundle/Application/A2289417-624C-49E0-A932-AEC89CA1DEF3/LifeStream.app/LifeStream Reason: image not found
I'm assuming this is due to one of the frameworks i'm using needing an image that it can't find. Is there a way for me to determine which pod is causing the issue, and why it runs on the simulator but not on my device?