所以我通过Xcode上传了构建,但是我需要上传到商店的生成的.ipa文件,Xcode将这个文件存储在哪里,或者如何找到它?
发布于 2019-12-12 00:30:15
Window > Organizer > Archives
在那里,如果您想要归档,只需右键单击> Show in Finder
然后,您可以右键单击Finder > Show Package Contents中的归档文件,并访问.app、dsym文件等
现在,如果您想要.ipa,您必须在organizer > Distribute App > <Anything other than AppStore>中选择归档文件,然后按照指南中的步骤进行操作。
最后,here is an article demonstrating the step mentioned above
https://stackoverflow.com/questions/59287767
复制相似问题