更新xcode 15后,我无法使用物理IOS设备进行调试

uajslkp6  于 12个月前  发布在  iOS
关注(0)|答案(1)|浏览(349)
Could not run build/ios/iphoneos/Runner.app on 00008101-000544CA1410801E.
Try launching Xcode and selecting "Product > Run" to fix the problem:
  open ios/Runner.xcworkspace

Error launching application on CIQMOB3.

我正在构建Flutter应用程序进行调试后,我更新的Xcode到15我得到这个问题|

Could not run build/ios/iphoneos/Runner.app on 00008101-000544CA1410801E.
Try launching Xcode and selecting "Product > Run" to fix the problem:
  open ios/Runner.xcworkspace

Error launching application on CIQMOB3.
jk9hmnmh

jk9hmnmh1#

1.转到flutter项目的父目录
1.然后在下面输入命令(open -a Xcode ios/Runner.xcworkspace)
1.然后检查登录和功能(确保使用有效的登录证书)

相关问题