Louis Sankey
Louis Sankey

Reputation: 492

Crashlytics Beta Can't Find Testers UDID

I've scoured the internet for the last few days trying to figure out why Crashlytics can't find my testers device.

enter image description here

In my developer account, I added the testers device in the devices tab, included that device in a provisioning profile, and then downloaded and double clicked the profile to install it on my computer.

enter image description here

It looks like the provisioning profile has been installed successfully in my ~Library/mobiledevice/provisioningprofiles folder. enter image description here

In Xcode I've tried deleting my developer account and adding it again. I've tried restarting xcode. I've tried deleting the profiles from my ~Library/mobiledevice/provisioningprofiles folder and reinstalling them.

I originally couldn't get it to install on my own phone either and I was getting the dreaded "The app could not be installed at this time" but I fixed that under build settings by selecting my "personal team" as the development team.

enter image description here

I also changed this in the general tab to match. I don't know why I have multiple "team" options to choose from in the first place or if this could be related to my problem.

enter image description here

I don't know what else to check or try or do, and I keep looking at the same things over and over again online so if anyone has some fresh insight for me it would be much appreciated.

Upvotes: 2

Views: 347

Answers (1)

Elhoej
Elhoej

Reputation: 751

What kind of distribution method are you looking into using? If Ad Hoc, do you have an Ad Hoc distribution profile, with the devices you want to test on, set up?

Edit: It seems to me you dont, you need both a development AND a distribution profile.

Upvotes: 1

Related Questions