简体   繁体   English

Xcode 9.4无法打开文件“ my_app”,因为您没有查看权限

[英]Xcode 9.4 The file “my_app” couldn’t be opened because you don’t have permission to view it

I'm currently working on a project using Xcode 9.4. 我目前正在使用Xcode 9.4进行项目。 I have to reinstall an app on an iPad air 2 because the app doesn't work anymore after the version 11.4.1 of iOS. 我必须在iPad air 2上重新安装一个应用程序,因为该应用程序在iOS 11.4.1版本之后不再起作用。

When I run the project on the iPad device from Xcode the build is successful but there is a problem just after. 当我从Xcode在iPad设备上运行项目时,构建成功,但之后便出现问题。 Screenshot of the problem 问题的屏幕截图

I tried many things like : 我尝试了很多类似的事情:

  • clean and delete derived data 清除并删除派生数据
  • put the GCC version on "Default compiler (Apple LLVM 9.0) 将GCC版本放在“默认编译器(Apple LLVM 9.0)
  • check the name on info.plist ( info.plist ) 检查info.plist( info.plist )上的名称
  • copy the file info.plist from a new project 从新项目复制文件info.plist
  • check if the main.m file is in the compile sources 检查main.m文件是否在编译源中
  • put the valid architecture on "arm 64 armv7 armv7s" 将有效架构放在“ arm 64 armv7 armv7s”上
  • set the target membership on my app ( target membership ) 在我的应用上设置目标会员资格( 目标会员资格
  • check the certificate and the provisioning profile 检查证书和配置文件
  • change the signing section ( project / target / target test / target UI test ) 更改签名部分( 项目 / 目标 / 目标测试 / 目标UI测试

Thank you to read this post. 感谢您阅读这篇文章。 Hope you can help me. 希望您能够帮助我。

Sincerely. 真诚的

EDIT : screenshot of frameworks folder 编辑: Frameworks文件夹的屏幕快照

我遇到了同样的问题,并通过删除 Github下载的framework文件夹中的 info.plist文件来解决。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 xcode 12:无法打开文件“app name”,因为您没有查看它的权限 - xcode 12: The file “app name” couldn't be opened because you don’t have permission to view it 文件“MyApp”无法打开,因为您无权查看错误(Xcode 11) - The file “MyApp” couldn’t be opened because you don’t have permission to view it error (Xcode 11) 文件“***.app”无法打开,因为您没有查看它的权限 - The file “***.app” couldn’t be opened because you don’t have permission to view it 文件 ”<appName> .app”无法打开,因为您没有查看它的权限 - The file “<appName>.app” couldn’t be opened because you don’t have permission to view it 由于您没有权限,因此无法打开文件 - File couldn't be opened because you don't have permission Xcode 6.1-无法打开笔尖,因为您无权查看它 - Xcode 6.1 - Nib couldn’t be opened because you don’t have permission to view it 无法检索文件,错误:由于您无权查看该文件,因此无法打开该文件 - Cannot retrieve file, error: The file couldn’t be opened because you don’t have permission to view it 无法打开文件“ AppName.build”,因为您没有查看权限 - The file “AppName.build” couldn’t be opened because you don’t have permission to view it 由于您无权查看文件“ IMG_00001.MOV”,因此无法打开 - The file “IMG_00001.MOV” couldn’t be opened because you don’t have permission to view it 获取文件“xxx”无法打开,因为您在导入时没有查看它的权限 - Getting The file 'xxx" couldn't be opened because you don't have permission to view it when importing
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM