おはようございます、
AppStore で新しいアプリをリリースしました。さまざまなデバイス (iPhone 4 と iPhone 5 の両方) のシミュレーターで問題なく動作し、testflight を使用しても動作しました。
今日、私のアプリが承認され、AppStore に公開されました。問題は、iPhone 4 では完全に機能するが、iPhone 5 では機能しないことです。
ログは次のとおりです。
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0
Last Exception Backtrace:
0 CoreFoundation 0x333363e2 __exceptionPreprocess + 158
1 libobjc.A.dylib 0x3b03195e objc_exception_throw + 26
2 UIKit 0x354d161c +[UIStoryboard storyboardWithName:bundle:] + 436
3 Torero 0x00054008 -[AppDelegate application:didFinishLaunchingWithOptions:] (AppDelegate.m:27)
4 UIKit 0x351a5a9c -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 248
5 UIKit 0x351a5620 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1164
6 UIKit 0x3519d82e -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 694
7 UIKit 0x35145d1a -[UIApplication handleEvent:withNewEvent:] + 1006
8 UIKit 0x351457a8 -[UIApplication sendEvent:] + 68
9 UIKit 0x351451ea _UIApplicationHandleEvent + 6194
10 GraphicsServices 0x36e5d5f2 _PurpleEventCallback + 586
11 GraphicsServices 0x36e5d222 PurpleEventCallback + 30
12 CoreFoundation 0x3330b3e2 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 30
13 CoreFoundation 0x3330b386 __CFRunLoopDoSource1 + 134
14 CoreFoundation 0x3330a20a __CFRunLoopRun + 1378
15 CoreFoundation 0x3327d238 CFRunLoopRunSpecific + 352
16 CoreFoundation 0x3327d0c4 CFRunLoopRunInMode + 100
17 UIKit 0x3519c468 -[UIApplication _run] + 664
18 UIKit 0x351992b4 UIApplicationMain + 1116
19 Torero 0x00053e8e main (main.m:16)
20 Torero 0x00053e44 0x52000 + 7748
問題は application:didFinishLaunchingWithOptions のストーリーボードのセレクターにあると思うので、古い iPhone 5 ストーリーボードを新しいストーリーボードにコピーし、名前を変更して、アプリの新しいバージョンをアップロードしました。
うまくいくと思いますか?他に何かするべきだと思いますか?
どうもありがとうございました