XCode 7.3.1 Archive Error: “Verify that your build process has compiled binaries and copied in bundle resources”

这一生的挚爱 提交于 2019-12-24 17:44:12

问题


I'm having the problem that, whenever I want to archive my iPad App for AdHoc Apps I m getting "Verify that your build process has compiled binaries and copied in bundle resources".

So it also complains that the archive process can't find anything to sign with.

Can someone help?


回答1:


From project navigator select your project and then goes to build phases under the target and check that is there your every classes, storyboards, assets or frameworks are there in compile sources,copy bundle resource, link binaries with library,.

Check below screenshot,

your compile sources should have your all classes.



来源:https://stackoverflow.com/questions/37614349/xcode-7-3-1-archive-error-verify-that-your-build-process-has-compiled-binaries

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