2017-08-02 2 views
0

私のiOSアプリケーションのバンドル識別子(および署名)を変更する必要がありました。以前のように、以前のFabric関連のコードをすべてアプリケーションに保存しました。アプリバンドル識別子(および署名)が変更された後、ファブリックデータが正常に送信されたが表示されない

Fabricの新しいバージョンのアプリのデータは表示されません。 これを確認しました.Fabricのログ出力に基づいて、要求は正常に送信されました。

どうすればこの問題を解決できますか?

ご協力いただきありがとうございます。

+1

。新しいアプリバンドルはFabricのダッシュボードに表示されますか? b。データが正しく送信されているかどうかをクラッシュさせて確認しましたか? – nathan

+0

@nathanを実行していただきありがとうございます。シミュレータでアプリをビルドして実行し、ファブリックダッシュボードに搭載する必要があります。それは新しいアプリとして表示されます。いくつかのヘルプについてはfabric.io/kitsをチェックしてください! :) –

答えて

0

私は、ログにこれを見ることができます:

Aug 7 15:06:21 me-MBP assertiond[37177]: Submitted job with label: UIKitApplication:com.mycompany.ios.myapp[0xb044][37177] 
 
Aug 7 15:06:21 me-MBP SpringBoard[37172]: [com.mycompany.ios.myapp] Bootstrap complete with label: UIKitApplication:com.mycompany.ios.myapp[0xb044][37177] 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: assertion failed: 16G29 14E269: libxpc.dylib + 64131 [624BAF4F-2E03-34F8-ACBA-970B04637786]: 0x7d 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: [Crashlytics] Version 3.8.3 (120) 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: [Crashlytics] Running on iOS Simulator (iPhone), 10.3.0 (16G29) 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: [Crashlytics:Crash] Reporting is disabled 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: [Crashlytics] Crash reporting could not be initialized 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: [Answers] Initialized 
 
Aug 7 15:06:22 me-MBP assertiond[37177]: client <BSProcessHandle: 0x7fe76dc04100; MyApp:54744; valid: YES> HWM increased to 1 because of <BKProcessAssertion: 0x7fe76e906f50; "io.answers.RecordEvent" (finishTask:180s); id:…5C9E39B8B4CC> 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: [Fabric] Initialized with kit versions: { 
 
\t  "com.twitter.answers.ios" = "1.3.3"; 
 
\t  "com.twitter.crashlytics.ios" = "3.8.3"; 
 
\t  "io.fabric.sdk.ios" = "1.6.11"; 
 
\t } 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: Normal message received by listener connection. Ignoring. 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: Could not successfully update network info during initialization. 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: [Crashlytics:Crash] WARNING: CLSLog has been used before (or concurrently with) Crashlytics initialization and cannot be recorded. The message was: 
 
\t -[AppDelegate application:didFinishLaunchingWithOptions:] line 115 $ Used language: en 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: -[AppDelegate application:didFinishLaunchingWithOptions:] line 115 $ Used language: en 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: [Answers] Answers is disabled. Cleaning up. 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: Simulator user has requested new graphics quality: 10 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: Could not load the "G2A_Toolbar_Logo" image referenced from a nib in the bundle with identifier "com.mycompany.ios.myapp" 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: Reachability Flag Status: -R ------- networkStatusForFlags 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: applicationDidBecomeActive - stopBackgroundTask 
 
Aug 7 15:06:22 me-MBP MyApp[54744]: stopBackgroundTask 
 
Aug 7 15:06:23 me-MBP pasted[54287]: BundleID com.mycompany.ios.myapp from team GFNFVT632V is requesting pasteboard com.apple.UIKit.pboard.general 
 
Aug 7 15:06:23 me-MBP pasted[54287]: ...requesting pasteboard com.apple.UIKit.pboard.general completed. Error: (null) 
 
Aug 7 15:06:23 me-MBP MyApp[54744]: OutOfSessionController -setDelegate: delegate updated 
 
Aug 7 15:06:23 me-MBP MyApp[54744]: [Fabric] settings downloaded successfully 
 
Aug 7 15:06:23 me-MBP MyApp[54744]: [Fabric] Settings are available for consumption 
 
Aug 7 15:06:35 me-MBP SpringBoard[37172]: [KeyboardArbiter] HW kbd: Failed to set (null) as keyboard focus 
 
Aug 7 15:06:35 --- last message repeated 1 time --- 
 
Aug 7 15:06:35 me-MBP com.apple.CoreSimulator.SimDevice.D45F40B7-FFEF-4B8A-AA17-A8B7DBB7637D.launchd_sim[37155] (UIKitApplication:com.mycompany.ios.myapp[0xb044][37177][54744]): Service exited due to Illegal instruction: 4 
 
Aug 7 15:06:35 me-MBP backboardd[37173]: [Common] Unable to get short BSD proc info for 54744: No such process 
 
Aug 7 15:06:35 me-MBP backboardd[37173]: [Common] Unable to get proc info for 54744: Undefined error: 0 
 
Aug 7 15:06:37 me-MBP assertiond[37177]: Deleted job with label: UIKitApplication:com.mycompany.ios.myapp[0xb044][37177] 
 
Aug 7 15:06:42 me-MBP assertiond[37177]: Submitted job with label: UIKitApplication:com.mycompany.ios.myapp[0x10d3][37177] 
 
Aug 7 15:06:42 me-MBP SpringBoard[37172]: [com.mycompany.ios.myapp] Bootstrap complete with label: UIKitApplication:com.mycompany.ios.myapp[0x10d3][37177] 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: assertion failed: 16G29 14E269: libxpc.dylib + 64131 [624BAF4F-2E03-34F8-ACBA-970B04637786]: 0x7d 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: [Crashlytics] Version 3.8.3 (120) 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: [Crashlytics] Running on iOS Simulator (iPhone), 10.3.0 (16G29) 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: [Crashlytics:Crash] Reporting is disabled 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: [Crashlytics] Crash reporting could not be initialized 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: [Answers] Initialized 
 
Aug 7 15:06:42 me-MBP assertiond[37177]: client <BSProcessHandle: 0x7fe76e909f10; MyApp:54755; valid: YES> HWM increased to 1 because of <BKProcessAssertion: 0x7fe76dc036c0; "io.answers.RecordEvent" (finishTask:180s); id:…FE6B9B144203> 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: [Fabric] Initialized with kit versions: { 
 
\t  "com.twitter.answers.ios" = "1.3.3"; 
 
\t  "com.twitter.crashlytics.ios" = "3.8.3"; 
 
\t  "io.fabric.sdk.ios" = "1.6.11"; 
 
\t } 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: Normal message received by listener connection. Ignoring. 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: Could not successfully update network info during initialization. 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: [Crashlytics:Crash] WARNING: CLSLog has been used before (or concurrently with) Crashlytics initialization and cannot be recorded. The message was: 
 
\t -[AppDelegate application:didFinishLaunchingWithOptions:] line 115 $ Used language: en 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: -[AppDelegate application:didFinishLaunchingWithOptions:] line 115 $ Used language: en 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: Simulator user has requested new graphics quality: 10 
 
Aug 7 15:06:42 me-MBP MyApp[54755]: Could not load the "G2A_Toolbar_Logo" image referenced from a nib in the bundle with identifier "com.mycompany.ios.myapp" 
 
Aug 7 15:06:43 me-MBP MyApp[54755]: [Answers] Answers is disabled. Cleaning up. 
 
Aug 7 15:06:43 me-MBP MyApp[54755]: Reachability Flag Status: -R ------- networkStatusForFlags 
 
Aug 7 15:06:43 me-MBP MyApp[54755]: applicationDidBecomeActive - stopBackgroundTask 
 
Aug 7 15:06:43 me-MBP MyApp[54755]: stopBackgroundTask 
 
Aug 7 15:06:43 me-MBP pasted[54287]: BundleID com.mycompany.ios.myapp from team GFNFVT632V is requesting pasteboard com.apple.UIKit.pboard.general 
 
Aug 7 15:06:43 me-MBP pasted[54287]: ...requesting pasteboard com.apple.UIKit.pboard.general completed. Error: (null) 
 
Aug 7 15:06:43 me-MBP MyApp[54755]: OutOfSessionController -setDelegate: delegate updated 
 
Aug 7 15:06:47 me-MBP MyApp[54755]: [Fabric] settings downloaded successfully 
 
Aug 7 15:06:47 me-MBP MyApp[54755]: [Fabric] Settings are available for consumption

+0

こんにちは、あなたはSDKの他の呼び出しの前にFabric.withを実行することを確認できますか?それがここの問題だと思われます。ありがとう! –

+0

私はこれらの呼び出しをアプリケーションで持っています:didFinishLaunchingWithOptions:[[Fabric sharedSDK] setDebug:YES]; [ファブリック:@ [[Answersクラス]、[Crashlyticsクラス]]];何もありません。 (私はすべてのCLS_LOG(...)呼び出しを削除しました) もう一度:私はすべてが動作していると述べています。 – thorax

関連する問題