当引入第三方的框架的时候 容易产生以下问题:

  The file “XXX.app” couldn’t be opened because you don’t have permission to view it.

 

如图:

  【iOS问题】The file “XXX.app” couldn’t be opened because you don’t have permission to view it.

 

造成的原因:

  info文件中的字段Executable file 与 build settings栏中的Packaging中的Product Name 不一致就会导致上述截图的问题

 

 

解决办法:

  讲info.plist的文件中的Executable.file中的文件修改为:$(PRODUCT_NAME)

  修改之前

  【iOS问题】The file “XXX.app” couldn’t be opened because you don’t have permission to view it.

修改之后:

  【iOS问题】The file “XXX.app” couldn’t be opened because you don’t have permission to view it.

相关文章:

  • 2021-11-14
  • 2021-09-23
  • 2021-06-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-18
  • 2021-07-26
  • 2021-07-27
相关资源
相似解决方案