Reputation: 32207
Scenario
Xcode is managing my provisioning profiles and it's done well so far. I'm adding a UDID for a tester yet crashlytics continually complains about the app not having the correct UDID for the tester which is where it prompts me to take a file that lists the user's UDID which I already put it. For kicks I copy/pasted the id and developer.apple.com said the device already exists.
Steps I took:
I repeated this process multiple times occasionally mixing up the selected devices (worked years ago). Also updated profiles via Xcode's preferences > account tab.
Build Steps
Question
How can I figure out what is going on here?
#Xcode8.2.1.8C1002
** EDIT **
I've found that Xcode is using the auto generated iOS Team Provisioning Profile instead of the one I originally created in the web portal. Seeing as how the auto profile inherits from the web one I created, I'm going to try to get the auto generated profile to recreate itself hopefully pulling in the new UDID.
I'm in NY so once QA wakes up I'll verify if this worked or not.
Upvotes: 0
Views: 342
Reputation: 32207
This was ultimately fixed by following this chain: Been getting ld: library not found for -lBolts while using xcworkspace
This all hinged around an old FacebookSDK
. When updating to the new FBSDK*Kit
make sure you remove any old files resembling FacebookSDK
otherwise you may run into this same issue.
Upvotes: 0