问题
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.
- Create Distribution Certificate
- Create AppID
- Add Devices on which you want to install app
- Create Ad hoc distribution or debug provision profile.
- 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