The file “XXX” couldn’t be opened because you don’t have permission to view it.解决方法:   解决方法:直接点击Xcode -> Preferences ->找到DerivedData删除即可. Snip20151215_27.png 删除缓存: Snip20151215_26.png…
今天删除app里面第三方类库的之后,xcode在编译的时候出现了这个问题. (无法打开,因为您没有权限查看它) 问题刚出现的时候,可以尝试一下在xcode上方product选项clean一下. clean之后app就正常运行了.如果问题还没有解决,请选中工程-project -build Settings  记住要选择 “ All ” ,然后找到 Build Options  ,将 Compiler for C/C++/Objective-C 这个选项改成 Default compiler 就可…
I use Xcode6 GM. I encountered the same problem. What I did was to go to Build Options. Then I changed the value of the "Compiler for C/C++/Objective-C" to Default Compiler.…
最近为了兼容iOS8升级到Xcode6.0编译之前的工程,结果App无法在真机上运行.报错如下: The file “xxxx.app” couldn’t be opened because you don’t have permission to view it 解决方法 查看工程中警告,发现需要更新旧工程的设置: 点击Upate to reconmmented settings,打开如下窗口: 选择Perform Changes,再次运行OK!   这种问题出现时,可以在黄色三角形前的文字描…
bug复现过程  把snapkit拉入代码中时,也把里面的info.plist文件拖到项目中,运行时,提示“couldn’t be opened because you don’t have permission to view it” 解决方法 .第一种: 独立修改了info.plist中的Executable file. 致使 Executable file 与 真实的工程名称(可执行文件)的名称不一致 所以只要把 Executable file 的 名称改到和真实的工程名称(可执行文件)一…
Base项目是在Xcode7上创建的,升级Xcode8以后,编译时候提示错误: The file "base.app" couldn't be opened because you don't have permission to view it. 应该是由于Build Settings->Build Options->Compiler for C/C++/Objective-C的LLVM版本变化导致. 解决办法: 1.找到Xcode项目文件目录Products,右键-&g…
@import url(http://i.cnblogs.com/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css); 下载示例代码,遇到如此错误 The file “Graphics” couldn’t be opened because you don’t have permission to view it. You don’t have permission. 解决方法 :在B…
The file “FWLifeApp” couldn’t be opened because you don’t have permission to view it问题是因为项目文件中的Bundle identifier和Executable file的值不一致导致的. 解决前 解决后…
当引入第三方的框架的时候 容易产生以下问题: 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中的文件修改…
当引入第三方的框架的时候 容易产生以下问题: 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中的文件修改为:$(P…