Reputation: 25
Hi guys I hope you are fine and in good health.
Did anyone face this issue when trying to launch Flutter app on iPhone physical device I got an error about trusting the Apple developer team and I should go to General -> VPN & Device Management And then trust the team profile there, but when I went there I didn't find any teams or accounts even after I plugged in the iPhone to the Mac and XCode detect it and trust the iPhone and added it to developer team devices but still can't find the device management page and the app won't run. PS: I tried every Stackoverflow solution from cleaning the profiles folder to unselecting the auto sign-in in XCode but nothing worked.
This is the screenshot in Xcode when I choose personal Team I get an error but when I choose Apps Team it accept (still not running in both cases)
Upvotes: 0
Views: 906
Reputation: 26
I have got the same issue, open the ios folder in xcode, Then open the Signing & Capabilities, after that you have to check that the Team is valid this is an example of an incorrect way an how it appears, the solution is changing the Bundle identifier name and if the Team name is invalid change it to Personal Team, then you can debug the App. Meaby this will help you.
Upvotes: 0