Update to JUCE 6.13
-
@christoph-hart OpenGL fixes are always welcome
-
If there is a fix for OpenGL, definately worth it. Also in the change list for Version 6.1.3:
- Added support for Visual Studio 2022 to the Projucer
Time goes by so fast! I remember I was using VS 2015 with Hise like yesterday :D
64-Bit VS 2022 seems interesting by the way . -
@Christoph-Hart possibly related but when trying to compile the plugin from today's commit this is the error I'm getting on OSX:
❌ error: Ad Hoc code signing is not compatible with the Hardened Runtime. Sign with a Mac Developer certificate or disable the Hardened Runtime by setting the ENABLE_HARDENED_RUNTIME build setting to NO. (in target 'TEST - App')
-
@danh is anyone able to export their plugin using latest develops from last week or two on OSX?
-
@danh said in Update to JUCE 6.13:
latest develops from last week or two on OSX?
Need you to be more specific, I haven't rebuilt since the 14th and will be doing an export today. Does that cover the commits you've tested?
-
@d-healey yes, 25th Nov is the last that exports for me without the ad hoc codesign error.
Please let me know :)
-
@danh the 3rd Dec. build I had worked fine. Same issue here with the build from today (Catalina)
-
@matt_sf thanks, so you have the ad hoc codesign error too now?
-
@danh yes but I didn't took time to go deeper yet
-
@matt_sf hey, do you still get this? Just tried latest develop again and running into the Ad Hoc thing yet again
-
@danh are people able to export plugins on OSX from latest Develop without getting an Ad Hoc Codesigning error?
-
@danh I just exported AU, VST and VST3 with success but can't get AAX to work. This is on the latest Develop build. I have the Apple ID info in the project settings, maybe that's why it works but it does. Except AAX.
-
@tomekslesicki Thanks, do you mean the Team Development ID?
-
@danh I'll try the latest develop this afternoon, with the apple dev ID to see if I still get the error.
Yes, this one :
-
@danh So I tried the latest develop and the issue is still here, even if I enter my Apple Dev ID, even if I use the
ENABLE_HARDENED_RUNTIME=0
flag in my project.In the autogenerated projucer file, the HARDENED_RUNTIME is set to "enable". If I disable it, I'm able to start compiling my project into Xcode but I hit the "outdated Projucer version" fatal error.
-
@tomekslesicki What version of MacOS, what version of Xcode?
-
@d-healey Catalina / Xcode 10.3 here.
-
@d-healey Monterey and the latest Xcode from the App Store, whatever the number
-