Search code examples
iosobjective-cxcodexcode7

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


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?


Solution

  • 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,

    enter image description here

    your compile sources should have your all classes.