Search code examples
iosxcodecode-signingipa

Get ipa from Xcode


I want to export ipa file for my project and sign it manually with my friends enterprise account Is there a way to export unsigned ipa without paid developer account?


Solution

  • step1: search ".app" in project navigator (xcode left side
    step2: right click on projectname.app and select "show in finder"
    step3: copy projectname.app into a empty folder and zip the folder(foldername.zip)
    step4: change the zipfolder extension to .ipa(foldername.zip -> foldername.ipa)
    step5: now you have the final .ipa file , you can use it for further needs