Issue
I'm able to build the macOS app from Xcode and run successfully, but when I'm trying to run it from Android Studio it's giving me the following error:
Provisioning profile "mac Team Provisioning Profile: doesn't include the currently selected device"
If I go to my apple developer account I can see my device UUID there as well.
Solution
That has been solved by:
- Deleting the provisioning profiles from the following path:
~/Library/MobileDevice/Provisioning/Profiles/
Flutter clean
Run again
EDIT
You might need to open the project from Xcode and build it from there, and don't forget the pod install
command
Answered By - Abdulrahman Alhayek
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.