- BUG:The file “xxx.app” couldn’t
- iOS the file "xxx.app"
- SWIFT:the file 'xxx.app' couldn'
- The file “XXX.app” couldn’t be o
- xcode模拟器运行失败,提示couldn’t be opene
- Xcode报错You don’t have permission
- Xcode提示The file “XXX.app” couldn
- iOS报错the file "xxx.app" couldn't
- iOS The file “XXX” couldn’t be o
- The file “PerfectBillSDKDemo” co
做项目时遇到了这个问题: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 不一致
解决办法是:
将 Executable file 的值改成与 Product Name 一致
网友评论