Trying to run an app locally on a connected iPhone 5 with Xcode 6.0.1 (6A317). The app otherwise works on all other devices, but on the iPhone 5 I'm getting this error immediately after the app launches:
dyld: could not load inserted library '/Developer/usr/lib/libBacktraceRecording.dylib' because image not found
I found this relevant Twitter post: https://twitter.com/steipete/status/473620531111919616, and have tried most of the suggestions there including:
- rebooted the Mac & the iPhone 5
- updated iOS to 8.0.2 from 8.0.0
- created a new scheme to run the Release configuration as opposed to Debug
- ensured that the correct command line tools were being used using
xcode-select
None of the above worked. I only want to do an iOS restore as a last resort. Is there anything else I can try to get this working before we go the restore route?