I made a simple app, archived it and went into organizer. From there I clicked Distribute -> Export As Application -> Don't Resign and then saved it to my desktop. It runs fine then, but if I upload it to Mediafire and try to download it I get the error You can't open the application X because the Classic environment is no longer supported.
when trying to run it. I didn't change any default settings.
Xcode doesn’t support iOS 14.6 (18F72). Load more comments... any sulotions? Xcode doesn’t support iOS 14.6 (18F72). This might be a temporary solution but here is what worked for me:
Xcode Errors/App Won’t Run If you run your app and you get some build errors, that means Xcode has detected that the syntax of your code is wrong. If Xcode is complaining that a specific identifier doesn’t exist, then check that all of your opening curly braces have corresponding closing curly braces.
The error means that the app that you are attempting to open is attempting to launch the Classic environment. Classic was removed from OS X a while ago and this error is informing you that newer versions of OS X won't be able to open these apps. Compressing an OS X app in Windows is known to cause this problem; see:
To download Xcode, simply sign in with your Apple ID. Apple Developer Program membership is not required. Get step-by-step guidance on how to use Xcode to build, test, and submit apps to the App Store. Xcode provides an integrated workflow for Apple Developer Program members to prepare and submit apps to the App Store.
How did you upload it? Did you wrap it in a zip archive or did you just upload the raw app bundle?
If you just uploaded the raw app then you will have destroyed the permissions and extended attributes on the executables, causing the app to fail to work when downloaded.
The system will see your main executable as a non-executable file, and the "Classic Environment" error message is just the default error message in this situation as it's the most likely reason for this issue.
Wrapping the app in a zip works because the zip format retains the permissions information for the files in the zip archive.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With