Update to JUCE 6.13
-
@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
-