Sequoia problems
-
Just updated my Mac to Sequoia 15.6, and now I get errors when compiling plugins. Worked on Ventura...
Any ideas? -
@Sampletekk Bad CPU type indicates you're compiling for x86 on an ARM system or ARM on an x86 system
-
@d-healey said in Sequoia problems:
@Sampletekk Bad CPU type indicates you're compiling for x86 on an ARM system or ARM on an x86 system
It's the same Mac as always, also it's Intel-based, so therefore it's X86. Only difference is that I updated OSX from Ventura to Sequoia
-
@Sampletekk It could be the xcode version, try going up or a down a version.
-
@d-healey said in Sequoia problems:
@Sampletekk It could be the xcode version, try going up or a down a version.
Maybe I just do a rollback to Ventura
-
@Sampletekk I just had a closer look at the message. It's actually an issue with xcbeautify. This was fixed a few weeks ago, are you using the latest develop branch?
-
@d-healey Probably not! I'll update now and see if it works! Thanks David!
-
Seemed to be problems with writing files. I updated to the latest build, had to update XCode also, but had the same problem with compiling the plugins. I then deleted everything in the projects Binary folder, and then it worked!
-
@Sampletekk Yeah sometimes cleaning the build folder and wiping out some old files solves this kind of thing, always a good move to try.