xcode - How to make build from iOS app when Team account missing? -


i have installed new inhouse provisioning profiles, when archive build in xcode, presented message saying ios development team missing. have xcode 6.4. know able build , sign app if don't have developer team membership in xcode.

anyone know wrong?

also strange thing when go keychain check if profiles , keys there, not stored under "login" section other profiles, in "system". ok?

thanks

in order archive build (either app store or adhoc) must codesigned xcode. requires signing identity. signing identities obtainable through developer console @ http://developer.apple.com/ , requires being member of apple developer program access.

sorry break news without developer membership won't able archive app device, run in simulator only.


Comments