简体   繁体   中英

iOS app works on simulator but not on real device

I have read the other questions which are related to the same problem, but I am not getting the right answer... It just keeps getting me crazy.

I am developing an iOS app and it runs nice on the simulator provided by the Xcode IDE, but when I install it on my iPhone and run it, a white screen appears and the debugger stops the execution, showing me this error, with the signal SIGABRT:

dyld`__abort_with_payload:
    0x1000f5cd0 <+0>:  movz   x16, #0x209
    0x1000f5cd4 <+4>:  svc    #0x80
->  0x1000f5cd8 <+8>:  b.lo   0x1000f5cf0               ; <+32>
    0x1000f5cdc <+12>: stp    x29, x30, [sp, #-16]!
    0x1000f5ce0 <+16>: mov    x29, sp
    0x1000f5ce4 <+20>: bl     0x1000f5500               ; cerror_nocancel
    0x1000f5ce8 <+24>: mov    sp, x29
    0x1000f5cec <+28>: ldp    x29, x30, [sp], #16
    0x1000f5cf0 <+32>: ret    

The app does not request anything (access to something, network calls, etc...), it just draws some custom views without any special feature.

What's the meaning of that? I have run other apps of my own on my iPhone and all of them worked nice.

How can I solve this problem?

一种可能是您的项目喜欢仅提供x86二进制文件的库?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM