简体   繁体   English

iOS应用可在模拟器上运行,但不能在真实设备上运行

[英]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: 我正在开发一个iOS应用程序,它在Xcode IDE提供的模拟器上运行良好,但是当我将其安装在iPhone上并运行时,出现白屏,调试器停止执行,并向我显示此错误,并显示信号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. 我已经在iPhone上运行了自己的其他应用程序,并且所有应用程序都运行良好。

How can I solve this problem? 我怎么解决这个问题?

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS App在Simulator上运行正常,但在真实的iOS设备上崩溃 - iOS App works fine with Simulator but Crashes with a real iOS device Simulator上的Xcode应用程序可以在真实设备崩溃时正常工作 - Xcode app on Simulator works, on real device crashes Swift 应用程序在真实设备上崩溃,但在模拟器上运行 - Swift app crashes on real device but works on simulator React Native IOS 应用程序网络服务可在模拟器上运行,但不适用于真正的 IOS 设备 - React native IOS app web-services works on simulator but not real IOS device Xamarin.ios 不适用于真正的 iOS 设备,但它适用于模拟器 - Xamarin.ios does NOT work on real iOS device but it works on Simulator IOS App在iTunes版本上崩溃,但在本地模拟器和真实设备测试中运行良好 - IOS App crashed on iTunes' version, but works fine on local simulator & real device testing iOS应用程序在模拟器中以后台模式工作,但在设备中不工作吗? - iOS app works in background mode in simulator but not in device? 应用程序在设备上崩溃但在模拟器 iOS 上工作 - App crash on device but works on simulator iOS iOS-应用程式可在装置上运作,但无法在模拟器上运作(不再) - iOS - app works on device but not on simulator (anymore) ios模拟器构建有效,但真实设备构建失败 - ios simulator build works but real device build fails in flutter
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM