Xcode 4 share IPA “The operation couldn’t be completed. No such file or directory”

家住魔仙堡 提交于 2019-12-12 05:12:16

问题


I want to test my app on real device not emulator and I try to create archive from my app and share it to IPA but when i save IPA i get this error "The operation couldn’t be completed. No such file or directory".

What's going wrong?

Is the reason that i i don't have Identity Profile to set?

IS THERE ANY CHANCE TO SHARE IPA if i don't have apple developer certificate?


回答1:


For distributing apps to users (not to apple store) you must have Apple Developer Program. You can purchase it from here if you don't have yet. http://developer.apple.com/

After getting activation of developer program.

  1. Create Distribution Certificate
  2. Create AppID
  3. Add Devices on which you want to install app
  4. Create Ad hoc distribution or debug provision profile.
  5. Build and run App with the created provision profile in Release mode.



回答2:


IS THERE ANY CHANCE TO SHARE IPA if i don't have apple developer certificate?

The definitive response is : no.



来源:https://stackoverflow.com/questions/6465328/xcode-4-share-ipa-the-operation-couldn-t-be-completed-no-such-file-or-director

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!