ios - Why does one .o file in my project has no Provisioning Profile? -


im trying submit version of app , after building im seeing following screen

enter image description here

my app has valid provisioning profile except 1 .o file reason not included in it..

that has been case while now, , have managed submit app without being problem.

a couple of day ago, after submiting new version, recived email apple saying :

we have discovered 1 or more issues recent delivery "xxx". process delivery, following issues must corrected:

invalid signature - code object not signed @ all. binary @ path [xxx.app/footercoverflowcollectionviewlayout.o] contains invalid signature. make sure have signed application distribution certificate, not ad hoc certificate or development certificate. verify code signing settings in xcode correct @ target level (which override values @ project level). additionally, make sure bundle uploading built using release target in xcode, not simulator target. if code signing settings correct, choose "clean all" in xcode, delete "build" directory in finder, , rebuild release target. more information, please consult https://developer.apple.com/library/ios/documentation/security/conceptual/codesigningguide/introduction/introduction.html

once these issues have been corrected, can redeliver >corrected binary.

regards,

the app store team

i've tried steps recommended no luck. can have idea how solve issue ?

removing mentioned file, building, re-adding project , building again solved problem.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -