Fail to launch JUCE example audio application in mac OS with Xcode (SecTaskLoadEntitlements error)

Hi all,

I am new to JUCE, and I am trying to code my first audio application.
I have opened the example “Audio Application” in JUCE with my Xcode IDE on macOS.

When I build then launch the generated code, I get the following error:
14%20PM

Note that I have no problem building and launching the example “GUI application.”

Any idea how to solve this?

Thanks!
Fred

1 Like

Those messages are warnings from the OS. Unfortunately they cannot be silenced, but AFAIK they don’t affect your program.

1 Like

Ok thanks Daniel! Sorry for the beginner question :slight_smile: