我想为我的项目导出ipa文件,并使用我的朋友企业帐户手动签名。有没有办法导出未签名的ipa,而不需要付费的开发者帐户?
发布于 2018-08-28 15:27:02
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 needshttps://stackoverflow.com/questions/52049567
复制相似问题