React Native 真机:Could not locate device support files

有时候手贱,把iphone升级到最新版本,用xcode安装debug版本发现报错:Could not locate device support files

这时候首选应当去升级xcode,然而升级需要时间和存储,另一种方法是下载对应的iphone版本扩展包即可。

打开finder,前往=》前往文件夹,或者shift + command + G,输入以下地址:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

进入到目录,可以看到里边有当前xcode支持的版本:

image.png

这时,只需要下载iphone的支持扩展包,然后放入即可

从这里可以下载到:https://github.com/filsv/iPhoneOSDeviceSupport

然后又可以愉快的玩耍了!

你可能感兴趣的:(React Native 真机:Could not locate device support files)