iOS Question Build realese app error then cant debug

oscarsarrio

Member
Licensed User
Longtime User
I followed some steps to try to post up the app to appstore:

-change The key folder to a new folder
-create a new certificate store
-Use The certSigningRequest.csr file to get this new production certificate
-compile Your app in Release mode gave me this error:

/ usr / bin / codesign --force --sign 709B36097B81C7E19B9BC61F647D90EF72F61576 --keychain b4i_default --entitlements/Users/oscarsarrio/Desktop/b4i_host/UploadedProjects/b4i_default/build/B4iProject.build/Release-iphoneos/B4iProject.build/labici.app.xcent /Users/oscarsarrio/Desktop/b4i_host/UploadedProjects/b4i_default/Payload/labici.app
709B36097B81C7E19B9BC61F647D90EF72F61576: no identity found
Command / usr / bin / codesign failed with exit code 1


Error: BUILD FAILED ** **


The following build commands failed:
CodeSign Payload / labici.app
(One failure)

I've relocated the default folder (which was using so far for debug) and try to send the app in debug device always gives me the same error.

I'm going crazy with so much trouble
 

oscarsarrio

Member
Licensed User
Longtime User
OK... I delete key.txt of server and work again debug mode... Lets try again whit App Store...
 
Last edited:
Upvote 0
Top