Firebase crash report dump_syms is not permitted in iTunes connect upload

↘锁芯ラ 提交于 2020-02-02 06:30:10

问题


I am integrating the Firebase SDK into my app without using CocoaPods for Analytics and Crash Report. When I upload app to the app store, I get the following error. Any idea of what I'm doing wrong here?

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'xxxx.app/dump_syms' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure."


回答1:


Just remove dump_syms from your targets in XCode. This solved it for me.

https://github.com/firebase/quickstart-ios/issues/255




回答2:


I'm getting the same error. I asked to Firebase Support Team and they said that dump_syms should not be included in the bundle.

Probably the only way to have report properly symbolicated (if you use Apple's Bitcode) is to upload dSYMS files manually.

You can read more on this issue I opened here



来源:https://stackoverflow.com/questions/41056047/firebase-crash-report-dump-syms-is-not-permitted-in-itunes-connect-upload

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!