简体   繁体   English

在设备上运行但不在画布或模拟器中运行时,Xcode 11 Beta 7崩溃

[英]Xcode 11 Beta 7 crash when running on device but not in canvas or simulator

I've run into a problem with Xcode crashing when trying to run my SwiftUI app on my iPhone XS Max. 尝试在iPhone XS Max上运行SwiftUI应用程序时,我遇到了Xcode崩溃的问题。 The crash only occurred after upgrading to the latest Xcode 11 Beta 7. Also, the app still runs without an issue in the canvas and with the iPhone Simulator. 仅在升级到最新的Xcode 11 Beta 7后才发生崩溃。此外,该应用程序仍在运行,并且在画布和iPhone Simulator中均没有问题。 Below is the error code that I get, the app doesn't go past the launch screen when running on my device. 以下是我得到的错误代码,当在我的设备上运行时,该应用不会超过启动屏幕。 My device is running iOS 13.1 我的设备正在运行iOS 13.1

"Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan inf]. Layer: >; sublayers = (); opaque = YES; allowsGroupOpacity = YES; anchorPoint = CGPoint (0 0)>'" “由于未捕获的异常'CALayerInvalidGeometry'而终止应用程序,原因:'CALayer位置包含NaN:[nan inf]。层:>;子层=();不透明= YES; allowsGroupOpacity = YES; anchorPoint = CGPoint(0 0)>” ”

Where should I look? 我应该去哪里看?

抱歉,注意到有人发布了在当前使用Beta 7版本的iOS 13.1设备上无法运行应用程序的信息。

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

相关问题 我的应用在设备上使XCode崩溃,在模拟器上没有崩溃 - My app crashes XCode on device, no crash on simulator 使用XCode进行调试时,应用可以正常运行,在设备或模拟器上运行时,应用会崩溃 - When debugging with XCode, app works fine, when running it on device or simulator, app crashes 运行(在设备上)在Xcode 5上构建的“旧应用”后,xcode 6.0.1崩溃 - xcode 6.0.1 crash after running(On Device) an “old app” on build on Xcode 5 在虚拟机中启动时,Xcode 11 beta崩溃 - Xcode 11 beta crashes when starting in Virtual machine Xcode 4.2模拟器崩溃日志 - Xcode 4.2 Simulator Crash Log 第二次启动后在设备上运行时崩溃 - Crash when running on device after second launch 在iPad Pro Simulator上运行时崩溃[Unity 5.2.2p1] - Crash when running on iPad Pro Simulator [Unity 5.2.2p1] 在调用initWithNibName后在iPhone 4.3模拟器上运行时,应用崩溃 - App crash when running on iPhone 4.3 simulator after calling initWithNibName xcode gm ios 8 gm swift今天在模拟器和设备中的扩展崩溃:未加载库:@ rpath / libswiftCore.dylib - xcode gm ios 8 gm swift today extension crash in simulator and device: Library not loaded: @rpath/libswiftCore.dylib 在物理设备而非模拟器上运行时,React-Native应用程序崩溃 - React-Native Application is crashing when running on physical device but not simulator
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM