Could not run build/ios/iphoneos/Runner.app on --------------------------.
Try launching Xcode and selecting "Product > Run" to fix the problem: open ios/Runner.xcworkspace
Installing and launching...
我是升級了im的插件版本號之后遇到的這個問題,xcode真機(jī)跑沒問題,flutter真機(jī)一直跑步起來,試了很多方法都沒用,最后是這樣解決的:
先運行flutter clean,再運行flutter run,然后就解決了。