xcode - xcodebuild: No valid iOS Distribution signing identities belonging to team -


i'm trying build , create ipa i'm getting error:

error domain=idedistributionerrordomain code=1 "no valid ios distribution signing identities belonging team xxxxxxxxx found." userinfo={nslocalizeddescription=no valid ios distribution signing identities belonging team xxxxxxxxx found.} 

i can archive fine how i'm trying create ipa:

xcodebuild -exportarchive -archivepath <xcarchivepath>  -exportpath <destinationpath> -exportoptionsplist <plistpath> 

i can generate ipa using xcode fine question guys how can generate ipa without having issue certificate?, need export certificate ?

i'll appreciate help


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -