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
Post a Comment