My app workspace has a subproject that compiles a framework, which the app obviously depends on. If I run my iOS8 compiled app on an iOS9 iPhone, works fine. If I compile for iOS9 and run on simulator, runs fine.
But - if I run iOS9 compiled app on a device, it crashes on launch. Specifically, console complains that dyld: Library not loaded [snip] Reason: no suitable image found.
Anybody else run into this with iOS9 ? Or ideas around it?