Build successful but app only for Apple Silicon
-
Hi! I just updated the new version of Hise (develop branch; I deleted it and downloaded again because git pull didn't work) and compiled it on macOS 12.6.5 and Xcode 14.0.1 . The build was successful but the “Hise” app says “You can’t open the application Hise because this application is not supported on this Mac”. In file kind, it says “Application (Apple Silicon)”. For some reason, it was compiled only for Apple Silicon, and my Mac is Intel.
macOS Architecture in Projucer is set to “Standard 64-bit” and in Xcode it shows like this:
-
@bendurso Had the same issue. Open the Projucer file and try enabling x86 for the Xcode project :
-
@dxmachina Thanks, now "My mac" shows as supported on Xcode. It should work (my mac takes like 1 hour to build hehe, I will get Mac mini m2 soon).
-
@bendurso ah good catch I accidentally unticked the x64 build option, but it's supposed to build universal binaries.
Should be fixed (I also updated the installers on the release page).