Search code examples
iosswiftios8xcode6code-signing

Code sign error : bundle format unrecognized, invalid, or unsuitable


Im working on an iOS app, Swift language, iOS8, Xcode 6.1. It was running fine on the iPad. Then I added a "Resource" folder reference to the project, after which I am getting the Code sign error.

The Resource folder contains some HTML files. I am not sure how this folder reference is causing this problem. Any help please?

enter image description here


Solution

  • OK, solved it, This answer helped me.

    I renamed the folder. Apparently Xcode does not like "Resources" file to be created manually.