1
votes

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

1

1 Answers

0
votes

I faced same issue, and solved by delete info.plist file in framework folder of downloaded by Github.