Export AU failed...
-
@christoph-hart said in Export AU failed...:
Autogenerated.jucer
https://www.dropbox.com/s/cji3int1ao1oqrq/AutogeneratedProject.jucer?dl=0
-
i also installed on my mac book pro and i have the same problem.
-
Well something seem to have broken the architecture setting. Your projucer file looks OK. What XCode version are you using?
-
-
Ah, I am still on XCode 8 because of sanity so this might explain your issues.
-
ok good news ,is it possible to re install Xcode 8 or it s too late?
-
I think you can download older versions somewhere from your Apple developer account, but I don‘t have the link.
-
ok thanks i will try this;)
-
@chris
sorry , just install Xcode 8.3.3
but i have the same problem...xcode error:
JUCE v5.2.0
Creating Device Manager
Create Main Processor
Initialising MainController
Restoring global settings
Preparing playback
JUCE Assertion failure in juce_mac_CoreMidi.cpp:224
(lldb) -
That's not the same problem, but just an assertion that shouldn't be too problematic.
-
ok , what i can i do now to resolved this?
-
Either click on continue or do not run the plugin in Debug mode (Build for profiling).
This is just a safe check in JUCE that shouldn't be too critical, but it stops executing if you have hooked Xcode as debugger.
-
Very Frusted, i don't know how to do that with Xcode...
-
This is the Continue button in the debug bar.
Building without debug symbols is usually done with Product -> Build For -> Profiling.
But actually you don't need XCode, HISE should launch the command line compiler to build the plugin.
-
@christoph-hart
no doesn't work!... -
@chris i can load my presets but export to AU stop the process
-
Its Working now! YES!, i need to click several time to continue in the debugger...