OGeek|极客世界-中国程序员成长平台

标题: ios - Fabric 数据已成功发送,但在修改应用程序包标识符(和签名)后未出现 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-11 18:26
标题: ios - Fabric 数据已成功发送,但在修改应用程序包标识符(和签名)后未出现

我不得不修改我的一个 iOS 应用程序的包标识符(和签名)。我在应用程序中保留了之前所有与 Fabric 相关的代码。

我在 Fabric 中看不到新版应用的任何数据。 查了一下,根据Fabric的日志输出,请求发送成功。

我该如何解决这个问题?

提前感谢您的帮助!



Best Answer-推荐答案


我可以在日志中看到这个:

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: {
	    "com.twitter.answers.ios" = "1.3.3";
	    "com.twitter.crashlytics.ios" = "3.8.3";
	    "io.fabric.sdk.ios" = "1.6.11";
	}
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: 
	-[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: {
	    "com.twitter.answers.ios" = "1.3.3";
	    "com.twitter.crashlytics.ios" = "3.8.3";
	    "io.fabric.sdk.ios" = "1.6.11";
	}
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: 
	-[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

关于ios - Fabric 数据已成功发送,但在修改应用程序包标识符(和签名)后未出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45462171/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://ogeek.cn/) Powered by Discuz! X3.4