Bad CPU type in executable
-
@MysticForgeRider the problem is the xcbeautify app that is used to format the console output - the binary that comes with HISE is not a universal binary so it doesn’t work with intel macs.
Try replacing it with the UB version.
Release 2.28.0 · cpisciotta/xcbeautify
A little beautifier tool for xcodebuild. Contribute to cpisciotta/xcbeautify development by creating an account on GitHub.
GitHub (github.com)
-
@Christoph-Hart can you expand on that UB version? I've just re-installed xcbeautify, this time the correct version (oops).
Trying an new compile now :)
-
@MysticForgeRider same error so it seems.. it's giving headaches because i'm trying for a couple of days now to just export a test for my plugin.
-
@MysticForgeRider you don‘t need to install it systemwide, just replace the binary at
HiseSource/tools/projucer
with the UB one posted below.
-
@Christoph-Hart said in Bad CPU type in executable:
the binary that comes with HISE is not a universal binary
Why?
-
@d-healey file size is smaller but the real reason is I just forgot that people still use intel machines :)
-
@Christoph-Hart not giving an error anymore, and it's now stuck on the 50% 'compiling fx plugin....'.
That's progress, now the waiting game on my poor old macbook has begon! Thank you ;)
-
@MysticForgeRider be patient, the apple compilers are super slow on old intel machines, this might take up to 10 minutes.
-
This post is deleted! -
This post is deleted! -
@Christoph-Hart said in Bad CPU type in executable:
@d-healey file size is smaller but the real reason is I just forgot that people still use intel machines :)
Any chance you can swap it out with the UB? Virtualization of ARM processors is still in the experimental phase.