我刚刚升级到Xcode 15.0和iOS 17,然后我遇到了这个问题。如何解决?
Unable to locate DeviceSupport directory with suffix 'DeveloperDiskImage.dmg'. This probably means you don't have Xcode installed, you will need to launch the app manually and logging output will not be shown!
Could not run build/ios/iphoneos/Runner.app on 00008110-0018494802D0401E.
Try launching Xcode and selecting "Product > Run" to fix the problem:
open ios/Runner.xcworkspace
2条答案
按热度按时间a8jjtwal1#
临时解决方法为IOS.17,请注意以下步骤将使应用程序的建设和运行在IOS.17,XCode.15.
1.将以下内容添加到pdfile:
安装后执行|安装程序|
installer.pods_project.targets.each do|目标|
端
端
1.将以下内容添加到pubspec.yaml:
dependency_overrides:
flutter_inappwebview:
1.在Xcode中更新以下内容
a.在XCODE中打开IOS文件夹
d7v8vwbk2#
我遇到了这个问题,并通过在我的iPhone上升级iOS版本修复了它。