web-dev-qa-db-ja.com

アプリのクラッシュ、Xcode11.4、iOS 10.3.3 10.3.4、iPhone 5c / 5 iPad4(armv7s)

Xcode 11.4によってコンパイルされたOS 10.3.3 10.3.4、iPhone 5c/5 iPad4(armv7s 32)でアプリがクラッシュし、Swift最適化がオンになりました。仮想アドレスとスタック情報なし。Swift最適化を閉じると機能します。

だから誰もが問題と解決策を見つけますか?

Xcode 11.4 Swift最適化に関連していることは確かです。

ここで同じ質問を見つけます。 https://www.reddit.com/r/iOSProgramming/comments/frcpsc/xcode_114_builds_crashes_on_ios_10/

Incident Identifier: 2224949E-E5E3-479C-9B08-4FD1473144B3
CrashReporter Key:   052c9a28855da965790a6dcc0885097a66ee4eff
Hardware Model:      iPad3,4
Process:             AAAAA [34872]
Path:                /private/var/containers/Bundle/Application/xxxxxx....
Identifier:          com.xxx.xxxxx
Version:             xxxx
Code Type:           ARM (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           com.xxx.xxxxx [1932]


Date/Time:           2020-03-30 22:42:49.2564 +xxx
Launch Time:         2020-03-30 22:42:47.0000 +xxx
OS Version:          iPhone OS 10.3.3 (14G60)
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x015fa500
Triggered by Thread:  0

Thread 0 name:
Thread 0 Crashed:
0   ???                             0x015fa500 0 + 23045376
10
Victor Choy

これはXcode 11.5で修正されています。 GM_Seedは5月18日から利用可能です。

https://developer.Apple.com/services-account/download?path=/Developer_Tools/Xcode_11.5_GM_Seed/Xcode_11.5_GM_Seed.xip

1
Ted