Failed to install the requested application An application bundle was not found at the provided path. Provide a valid path to the desired application bundle. Print: Entry, ":CFBundleIdentifier", Does Not Exist Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/toilet.app/Info.plist Print: Entry, ":CFBundleIdentifier", Does Not Exist

这个恶心我3个多月的问题,在前两天一个阿里的小伙伴的帮忙下,总算圆满解决,让我对react-native运行机制 又有了进一步的理解.

有问题就得去发现问题的根源,在IOS下报这个错误的情况下,咱就得打开xcode去了解错误的来源,在运行app的时候像是缺少某些文件,具体的可以看xcode的报错,然后再结合网络上的大神,找到了根目录下的~/.rncache,并把里面的文件替换了react-native 0.49.3的包,我也不确定每个版本对应的包是否都一样,还没有去试过,试过的小伙伴可以和我说一下.

将阿里小伙伴电脑上的 .rncache里的文件替换之后,便可以使用了.也可以使用antd-mobile 2.0版本的

React-Native(Print: Entry, ":CFBundleIdentifier", Does Not Exist)

 

总结:问题总是有根源的,如何顺着问题找根源,这个需要多多磨练

 

 

转载于:https://my.oschina.net/kaykie/blog/1577783

相关文章:

  • 2022-12-23
  • 2021-09-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-19
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
相关资源
相似解决方案