【发布时间】:2018-08-28 03:15:02
【问题描述】:
我想为我的项目导出 ipa 文件并用我的朋友企业帐户手动签名有没有办法在没有付费开发者帐户的情况下导出未签名的 ipa?
【问题讨论】:
标签: ios xcode code-signing ipa
我想为我的项目导出 ipa 文件并用我的朋友企业帐户手动签名有没有办法在没有付费开发者帐户的情况下导出未签名的 ipa?
【问题讨论】:
标签: ios xcode code-signing ipa
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
【讨论】: