MAC AUi Component build doesn't show in a DAW
-
Actually, I see under User Settings you can change the Company. You wouldn't want to change that for every plugin though of course!
At the top, under Project Settings you could change "Name", and maybe that would change the product in the bundle identifier.
However, I've already tried exporting two AUi's with the same codes but different names.
Reaper would only show one of them at a time. -
Perhaps the bundle ID has to be lower case.
-
That's not it. You can actually ignore that message. I'm just going to see what happens when I compile. It takes about 20 minutes on my 2014 macmini.
-
@benosterhouse Do a debug build it will be much faster, it's the linking that takes the time.
-
Soooo glad you told me that. I was wondering if this was just the way things were going to be ::squinting_face_with_tongue:
-
How do you do a debug build?
-
@benosterhouse Select build for running.
-
Is that in the preferences somewhere?
-
@benosterhouse It's in the build menu (I think) in Xcode. Build for profiling is for release and build for running is for debug (the naming makes no sense to me).
-
If I start compiling the AU from Hise, then interrupt it and open up the autogenerated.jucer, in Xcode I can go to Product -> Build -> for Running, and then it starts compiling there.
Is that what you do for a debug build? -
@benosterhouse That will work. I probably do it from the commandline... I can't remember because I haven't built a debug build on MacOS for ages.
-
Ok yeah, you use commandline scripts so you can automate building, right?
-
@benosterhouse Yeah, or my export app.
-
@d-healey Any chance of a version of your export app being merged into HISE itself? Would certainly be useful (shall I add to the feature requests list?! )
-
@DanH They're written in completely different languages so it would be impossible to merge them, it would need either some kind of wrapper or a rewrite/port.