xcode 4.2 ios5 codesign failed with exit code 1

喜欢而已 提交于 2019-12-06 05:00:28

My problem turned out to be the wrong setting in Build Options.

I had entered armv6 and armv7 as settings in there. I changed these back to normal and it built fine.

Check the organizer/devices listing of mobile provisionings to make sure you have a provisioning that corresponds to "iPhone Developer: Richard Sawyer (JCC5D2QGAM)" and is valid. In any case, probably want to go through the iTunes Provisioning Portal and follow every direction from the beginning absolutely precisely.

God of Biscuits

Here's the comprehensive DTS Tech Note on all things CodeSigning-related:

https://developer.apple.com/legacy/library/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933

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