0

当我尝试使用不同的密钥和移动配置文件退出 .iPA 文件时,我的应用程序由于 Spotify 而崩溃。

那是因为“appkey.c”文件还是Spotify凭据与Apple配置文件和密钥之间存在任何关系导致应用程序崩溃?

如果是,解决此崩溃并使我的应用程序在退出 .ipa 文件后工作的解决方法是什么?

这是钥匙串的崩溃日志。

Feb 12 14:17:51 iPhone securityd[87] <Error>:  securityd_xpc_dictionary_handler MyApp[7338] copy_matching The operation couldn’t be completed. (OSStatus error -34018 - client has neither application-identifier nor keychain-access-groups entitlements)
Feb 12 14:17:51 iPhone MyApp[7338] <Warning>: *** Assertion failure in NSString* base::deviceIdFromKeychain()(), /Users/spotify-buildagent/buildAgent/work/1e0ce8a77adfb2dc/client/base/_apple/_ios/os_ios.mm:287
Feb 12 14:17:51 iPhone MyApp[7338] <Error>: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Keychain error when fetching device ID, nonrecoverable'

崩溃日志:

在此处输入图像描述

4

1 回答 1

1

设置要发布的用户标题搜索路径以包括:"$(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/include" 有关更多信息,请参阅此链接 :)

并查看此链接

如何阅读崩溃日志?如何查找应用程序在系统库中崩溃的原因?EXC_CRASH (SIGABRT) 是什么意思?

此链接解释了 EXC_CRASH(SIGABRT) 崩溃的基本原因,还解释了您需要一个 dSym 文件来符号化您的崩溃日志。

希望这对您有所帮助。

这个链接也很有帮助。请检查它们:

Xcode 4 无法符号化崩溃日志

如何诊断 EXC_CRASH?

于 2014-01-10T10:31:54.367 回答