XCode + IOS + Flutter device debugging error

XCode + IOS + Flutter device debugging

报错:Could not build the precompiled application for the device.

It appears that your application still contains the default signing identifier.

Try replacing 'com.example' with your signing id in Xcode:

open ios/Runner.xcworkspace

Error launching application on iPhone.

solution:

According to error prompt, enter the terminal in

open ios/Runner.xcworkspace

Click on

Clicking the order, if not, sign up for a free account appstore

To be on the phone developer certificate Trust it

Guess you like

Origin www.cnblogs.com/littlepage/p/12237299.html