Crash on iOS

Hi guys, I’m finishing my first app. Now I’m testing the app on different devices.

On Android the app runs very good. On iOS I had encounter some errors and crashes.

For example I can’t test the App on an iPhone 4 (iOS version: 7.1.2) because the app crash every time (black screen, then it returns to iOS home).

This is the log:

2016-05-08 22:28:50.908 xxx[258:60b] -[uno_UIView_Proxy setNavigationDelegate:]: unrecognized selector sent to instance 0x16ac96f0 2016-05-08 22:28:50.930 xxx[258:60b] Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[uno_UIView_Proxy setNavigationDelegate:]: unrecognized selector sent to instance 0x16ac96f0’ First throw call stack: (0x2dd11f83 0x38495ccf 0x2dd15917 0x2dd14203 0x2dc63768 0x37b043 0x37ae9f 0x2afd8b 0x2b0e51 0x2a5769 0x2b0ca9 0x2be5ab 0x2c129d 0x2be77f 0x27052d 0x24c30f 0x263491 0x26336b 0x26339f 0x26339f 0x26339f 0x26339f 0x26339f 0x26339f 0x26339f 0x26339f 0x26339f 0x26339f 0x26339f 0x2634d5 0x1a2baf 0x2465a7 0x270305 0x24acbd 0x249ee3 0x2468c1 0x2702c3 0x249e17 0x249d5b 0x4259e3 0x43000d 0x43048d 0x3f5b2d 0x435aff 0xc08a57 0x301fadf3 0x301fab9d 0x32f7375d 0x2e9fd451 0x2dcd1ea9 0x2dcdca67 0x2dcdca03 0x2dcdb1d7 0x2dc45ebf 0x2dc45ca3 0x32b4b663 0x3059214d 0x43575f 0x389a2ab7) libc++abi.dylib: terminating with uncaught exception of type NSException

I dont know xcode or objc so i dont know if this is an error from xcode or something.

Anyone can help me? Thanks.

Hi Nico - I took the liberty to move your thread to the correct forum (Bug Reports).

Update: iOS7 is simply not supported. We support iOS8 and above. There are several technical reasons for this, and also simply that the install-base for iOS7 is incredibly small. Sorry about that, but your iPhone 4 probably won’t work as a test device. :slight_smile:

Hi Bent,

  • I’m running the 0.12.3 Fuse version;
  • Not Really. Better than iPhone 4 (it can’t event enter the app). In other iOS devices I encountered some crashes; On an iPad everything goes well. In iPhone 6 the app crash only in one section (i think the OS is the latest);

I’ve just uploaded the zip of my project in your private Dropbox.

Can you give me a private contact to keep in touch with you?

Thanks :slight_smile:

Oh I read now your post.

Ok, nevermind for that.

But I still have some crash in other iOS devices.

I uploaded the file in Dropbox.

May I have to specify in which section my app crash or what?

Are those other iOS devices running iOS8 or later? If so: can you include the log from those crashes, like the one you included in your first post?

Hi Bent,

The test device is an iOS 9.

This is my error log:

ibpng warning: iCCP: known incorrect sRGB profile 2016-05-10 10:37:19.786 xxx[5330:3003927] INFO: fetch-response is unable to open the file /private/var/mobile/Containers/Data/Application/8ED70B4C-156A-48C9-8039-E384AE193177/Library/Caches/xxx/fsCachedData/4739D4CD-8823-4BA2-A5B1-8C79F029134A. Errno: 1 2016-05-10 10:37:23.210 xxx[5330:3003912] INFO: fetch-response is unable to open the file /private/var/mobile/Containers/Data/Application/8ED70B4C-156A-48C9-8039-E384AE193177/Library/Caches/xxx/fsCachedData/B5333600-362E-4488-8F3D-68F503740E6A. Errno: 1 libc++abi.dylib: terminating with uncaught exception of type uBase::Exception: uBase::Exception

Anyway i figured out the error. iOS can’t, sometimes, read correctly some images. For resolve this problem i delete at the momentm those images.

I’m waiting for your response. Thanks :slight_smile:

Any News?

We haven’t followed up on this since you said in the previous post that you figured out the error. :slight_smile:

Oh, yes sorry. But i thought that the error was a little iOS bug, isn’t it?

Because in Android everything goes fine. It’s really strange.

If you can provide some of the images that triggered the crash that would be great. :slight_smile: