从Xcode获取IPA

时间:2018-08-28 03:15:03

标签: ios xcode code-signing ipa

我要为我的项目导出ipa文件,并用我的朋友企业帐户手动对其进行签名。是否可以在没有付费开发者帐户的情况下导出未签名的ipa文件?

1 个答案:

答案 0 :(得分:0)

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