ReactNative Print: Entry, ":CFBundleIdentifier", Does Not Exist 问题排查

时间:2022-09-25 23:55:16
  1. 进入你的 project 进入ios 目录 点击 xxx.xcodeproj
  2. command + r
  3. ReactNative Print: Entry, ":CFBundleIdentifier", Does Not Exist 问题排查
  4. Port 8081 already in use, packager is either not running or not running correctly(8081端口被占用)
  5. 那就查看谁暂用了这个端口 执行下面命令
  6. lsof -i tcp:8081
  7. 发现快播播放暂用了这个端口,关闭快播在编译就可以了
  8. 当然你可以kill -9 端口号 杀掉进程
    :CFBundleIdentifier”, Does Not Exist 这个问题可能每个人多不一样,只要运行下xcode 具体看下日志,对症下手。