【问题标题】:iPhone app with Spotify crashes after resigning .ipa file退出 .ipa 文件后,带有 Spotify 的 iPhone 应用程序崩溃
【发布时间】:2014-01-10 10:07:28
【问题描述】:

当我尝试使用不同的密钥和移动配置文件退出 .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'

崩溃日志:

【问题讨论】:

    标签: ios iphone cocoalibspotify-2.0 libspotify


    【解决方案1】:

    将您的用户标头搜索路径设置为包括:"$(BUILD_ROOT)/../IntermediateBuildFilesPath/UninstalledProducts/include" 更多请参考this Link :)

    并查看此链接

    How to read crash log? How to find why the app crashes in system library? What means EXC_CRASH (SIGABRT)?

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

    希望对你有所帮助。

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

    Xcode 4 failure to symbolicate Crash Log

    How to diagnose EXC_CRASH?

    【讨论】:

    • 感谢您的回复,您提到的路径已经存在。
    猜你喜欢
    • 1970-01-01
    • 2016-06-13
    • 1970-01-01
    • 1970-01-01
    • 2012-11-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多