Compile error
-
@alepan Your snippet works fine here, there is something wrong with your audio setup.
-
@alepan works here too
-
-
-
@alepan Do you have applications installed that messes with the core audio? Like Loopback or something?
-
@ulrik Yes I have Loopback, but I'll delete it, since I have no real use for it
-
@alepan read this in case you want to uninstall it
There is a component called "ACE" which need to be uninstalled
https://rogueamoeba.com/support/knowledgebase/?showArticle=UninstallingLoopbackThat is if you really want to uninstall it, it isn't necessarily
Loopback that trouble your audio but it can be -
@ulrik ok thanks a lot for the info!
-
@alepan If you get this error plus a popup saying "Projucer.app is damaged and can't be opened," it's probably a Gatekeeper issue. To fix it, open Terminal and paste in "sudo xattr -cr /path/to/Projucer.app" using the Projucer path from within the source code folder you're trying to use.
You might also want to run "sudo spctl --master-disable" to turn Gatekeeper off generally... I already had it off before trying to export so if the above doesn't work, maybe try that too.