How do I sign the ipa file with a provision profile after I generate ipa like the following with a different provision profile? I would like to sign ipa with adhoc provision profile for beta testing, and then the exact ipa with app submission provision profile for app store.

/usr/bin/xcrun -sdk iphoneos PackageApplication -v "${RELEASE_BUILDDIR}/${APPLICATION_NAME}.app" -o "${BUILD_HISTORY_DIR}/${APPLICATION_NAME}.ipa" --sign "${DEVELOPER_NAME}" --embed "${PROVISONING_PROFILE}"

Regards,

Johnny

link|improve this question

75% accept rate
feedback

2 Answers

Check iResign for an easy tool on how to do this!

link|improve this answer
feedback

Try this app http://www.ketzler.de/2011/01/resign-an-iphone-app-insert-new-bundle-id-and-send-to-xcode-organizer-for-upload/

It supposed to help you resign the IPA file. I tried it myself but couldn't get pass an error with Entitlements.plist. Could just be a problem with my project. You should give it a try.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.