简体   繁体   中英

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. 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.

When I run the project on the iPad device from Xcode the build is successful but there is a problem just after. 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)
  • check the name on info.plist ( info.plist )
  • copy the file info.plist from a new project
  • check if the main.m file is in the compile sources
  • put the valid architecture on "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 )

Thank you to read this post. Hope you can help me.

Sincerely.

EDIT : screenshot of frameworks folder

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM