Skip to content
- Right Click the Project (eg. x.xcodeproject) and select Show Package Content
- Open project.pbxproj with TextEdit
- Search for all “CODE_SIGN_IDENTITY[sdk=iphoneos*]” and set it to “CODE_SIGN_IDENTITY[sdk=iphonesos*]” = “iPhone Developer”;
- Search for “PROVISIONING_PROFILE[sdk=iphoneos*]” and set it to
“PROVISIONING_PROFILE[sdk=iphoneos*]” = “”;
- Save the file
- Reopen the Xcode project or select “Read from Disk” resulting from Xcode the prompt.
- This Worked for me. I hope it works for you too.