i386 deprecated!?!?!
-
@dustbro
Oh that's really cool! I'll check tomorrow!
No I don't need 32bits app, I though it was enough to set it in xcode…@d-healey said in i386 deprecated!?!?!:
By a new computer and install GNU/Linux :p
But it won't a computer anymore if I do that innit?
Seriously I am working on my studio imac which is a war machine, even if it is not adequate to mix pro- tools system with development, but still easier than with the laptop… -
Yes @dustbro is right, I just have to wait a little bit before moving to 64bit only since there are still a few elderly people using 32bit on macOS, but I am looking forward to the day I can delete the bullshit 32bit fallback code for the streaming engine.
-
@dustbro So is this only thing to use XCode 10? Do you get some errors or other issues in XCode 10?
-
@orange I get a list of about 160 warnings... but no show stopping errors.
-
@dustbro That worked perfectly thanks!
-
OK so I set the OSX Architecture to 64-bit Intel, buit I am still getting the i386 Architecture is depreciated " message.. what am I doing wrong?
All new Mac (Mojave 10.14.4) and XCode 10.2
-
@Lindon .oh hang on....
...yep. I forgot to set it to 64-bit in the debug section... ignore me, back on your heads...
-
@ustk does this work for Xcode 9 too?
-
@Ohnias I have no idea, it worked with v10 so I don't touch anything
-
Hey Guys i´m getting a Error Message very close to this one...
The following build commands failed:
Ld build/PianoSAMmini.build/Release/PianoSAMmini\ -\ VST.build/Objects-normal/i386/PianoSAMmini normal i386
(1 failure)Does anyone know how to fix this?
Ps. If i export without IPP i dont get this Message and the export works mostly fine..
Intel IPP is already installed... @d-healey told me i may have to setup the "setting file paths so projucer knows where IPP is installed."
Does anyone knows how to set these up on a Mac? ... (I´m on MacOs(highSierra) )Greets Toby
-
Sorry about what I said, it's not xcode 10 but 8 that I am using…
-
I don't konw what happened (except that I have a recent version of Hise), but I can't export VSTi anymore... not even with the previous version I was using, and without changing anything in my config…
Will work on that today I think -
@ustk probably your preferences within HISE. Make sure your hise directly is properly selected
-
OK so I can get HISE to compile - but it keeps building the debug version for some reason.... however when I try and compile my plugin I get fatal errots
"the i386 architecture is depreciated. You should update your ARCHS build setting to remove the i386 architecture. (in target 'Vintage Organ - VST')"
-- Im a complete Mac novice so I have no idea where I would do that... anyone?
-
@Lindon I'll send some pics in a few
-
@dustbro great thanks a lot.
-
bump, anybody?
-
Open the Autogenerated projucer file in the build directory and change the architecture setting to 64bit only.
-
@Christoph-Hart yes already done that - otherwise HISE wont compile...its erroring on VST export...
-
Yes and you need to do the same thing with the projects Projucer file.
HISE creates a temporary projucer file which is then used to create the actual IDE projects for each platform. If you click export, everything is handled through a batch script behind the scenes.
In your case, you must click export, then wait until the compilation starts, abort the compilation, open the projucer file called "AutogeneratedProject.jucer" in your projects' Binary subfolder, then proceed like you would compile HISE.
If you don't want the Debug version, choose "Build for profiling", that is XCode speak for the release version.