App fatal error with iOS9 public beta 3?

106 Views Asked by At

I just installed the latest iOS9 public beta (3) on my iPhone 6, and the game I'm developing, while compiling without errors in xcode 7 beta 4, shots down immediatly after the splash screen with the following fatal error:

enter image description here

enter image description here

The game works fine on iOS9 public beta 2, so I'm guessing this has to do with the new beta. While it's normal for a beta to behave like this with certain apps, I'm wondering if there's something about my code that could be the issue (other apps and games work perfectly in this new beta).

Other stack overflow answers on "dyld errors" mention that cleaning, then running the project, or deleting Xcode cache (com.apple.dt.Xcode) the cleaning and running should fix it, but nothing works in my case. Also, the new flag "unable bitcode" is set to "no".

In fact, the error messages are undecipherable to me, is there something I could try to fix this terrible bug?

Thanks!

0

There are 0 best solutions below