- 进入你的 project 进入ios 目录 点击 xxx.xcodeproj
- command + r

- Port 8081 already in use, packager is either not running or not running correctly(8081端口被占用)
- 那就查看谁暂用了这个端口 执行下面命令
- lsof -i tcp:8081
- 发现快播播放暂用了这个端口,关闭快播在编译就可以了
- 当然你可以kill -9 端口号 杀掉进程
:CFBundleIdentifier”, Does Not Exist 这个问题可能每个人多不一样,只要运行下xcode 具体看下日志,对症下手。
相关文章
- 升级xcode10.0, 终端运行 运行报错:Print: Entry, “:CFBundleIdentifier”, Does Not Exist
- ReactNative Print: Entry, ":CFBundleIdentifier", Does Not Exist 问题排查
- react-native开发:运行react-native run-ios报错--Print: Entry, ":CFBundleIdentifier", Does Not Exist
- 升级xcode10.0, 终端运行 运行报错:Print: Entry, “:CFBundleIdentifier”, Does Not Exist