Distrubution Code signing Mapbox.framework failed for iOS

二次信任 提交于 2020-03-25 17:54:38

问题


I have an issue with uploading my app to the app store when signing the app. I got Code signing "Mapbox.framework" failed.

I have set up the build phase as instructed here https://github.com/react-native-mapbox-gl/maps/blob/master/ios/install.md. Checked the log for this and all looks ok.

This is the codesign log:

Copy .bcsymbolmap files to .xcarchive
Stripping frameworks
Stripped ./Mapbox.framework/Mapbox of architectures: i386
Code Signing ./Mapbox.framework/Mapbox with Identity iPhone Developer: XXX
/usr/bin/codesign --force --sign XXX --preserve-metadata=identifier,entitlements ./Mapbox.framework/Mapbox

This is where the issue comes up. Distribution log:

2019-08-04 03:14:24 +0000  /var/folders/nv/djgpql5d4cz05dvpkq49w0900000gn/T/XcodeDistPipeline.QkU/Root/Payload/XXX.app/Frameworks/Mapbox.framework: replacing existing signature
2019-08-04 03:14:25 +0000  /var/folders/nv/djgpql5d4cz05dvpkq49w0900000gn/T/XcodeDistPipeline.QkU/Root/Payload/XXX.app/Frameworks/Mapbox.framework: code object is not signed at all
2019-08-04 03:14:25 +0000  /usr/bin/codesign exited with 1

If anyone else had the same issue, please let me know how did you fix it. Thanks.


回答1:


The issue has been resolved. Solution https://github.com/react-native-mapbox-gl/maps/issues/296#issuecomment-520832063



来源:https://stackoverflow.com/questions/57343630/distrubution-code-signing-mapbox-framework-failed-for-ios

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