美文网首页
VSCode Could not find iPhone X

VSCode Could not find iPhone X

作者: 云顶天宫写代码 | 来源:发表于2019-08-16 09:27 被阅读0次

找到 /node_modules/react-native/local-cli/runIOS/findMatchingSimulator.js文件

找到这行代码

if(!version.startsWith('iOS') && !version.startsWith('tvOS'))

替换为

if(!version.startsWith('com.apple.CoreSimulator.SimRuntime.iOS') && !version.startsWith('com.apple.CoreSimulator.SimRuntime.tvOS'))

感谢 原文地址:https://www.jianshu.com/p/a3a351b164ba

相关文章

网友评论

      本文标题:VSCode Could not find iPhone X

      本文链接:https://www.haomeiwen.com/subject/lfaxsctx.html