Aldrich Co
Aldrich Co

Reputation: 587

Crashlytics asks for provisioned device's UDID when using submit

When I use the below command specifying the path to the IPA, upon upload success and checking the download page from Mobile Safari I get a message that seems to say that my device wasn't provisioned to download the app when it fact it was.

PATH_TO_CRASHLYTICS/Crashlytics.framework/submit ${API_KEY} ${API_SECRET} -ipaPath ${IPA_PATH}

Needs to add this device's UDID to a build

If I omit the -ipaPath parameter (which presumes that there's an xcarchive file generated) but not only will the upload succeed, I can get the build to be downloaded to my device without the above error message.

Upvotes: 2

Views: 271

Answers (1)

Oleg Kodysh
Oleg Kodysh

Reputation: 1044

Fabric/Firebaser here!

For visibility for other members of the Fabric community, I believe adding the UDID should be the correct resolution path here.

Also, following this link would provide you the correct run script build phase to have your dSYM uploaded without needing to add the -ipaPath parameter.

Upvotes: 1

Related Questions