Packages - BigSur
-
@dustbro Try it from your desktop instead. I had the same issue on MacOS.
-
@d-healey
Packages error from the desktopUnable to copy item at path "/Users/dankorneff/Desktop/TestPlugin.vst3" because you don't have permission to create it inside the folder 'VST3'
I think you're on to something
-
Ok.. followed this guide to give Packages full disk access:
https://tombridge.com/2020/04/07/packages-in-the-catalina-era/Unfortunately, same result after running the installer.
-
@dustbro I just got in the habit of copying the folder from my network drive to my desktop for compiling on Mac. But if you find a proper solution do share :)
-
useful info on M1 Packages here:
-
@dustbro Is there a fix for this?
I am seeing the same thing on M1 Mac / Monterey. After the installation, all pluginn versions are being installed as folders also with this message:
The folder “My Plugin.component” can’t be opened because you don’t have permission to see its contents
And the DAW can't detect the plugin unfortunately.
-
@Fortune It ended up being a network permissions issue for me. I've actually ditched my M1 machine started making universal binaries with an Intel rig.
-
@dustbro Dan, I havent tried to build universal binaries yet - but I'm sure its a request thats coming my way - is there anything specific I need to do on my (old) intel Mac?
-
@Lindon No, assuming your Mac isn't too old it should be automatic.
-
@d-healey automatic? what theres no switch I need to set?
-
@Lindon I think it's only Big Sur and later... what OS are you on?
-
@Lindon As long as the arm architecture options are enabled Xcode will build a universal binary, and those options should be enabled by default when you export from HISE develop branch.
-
@DanH I don't think the OS version is important, it's the Xcode version that matters. Xcode 12.2 is the oldest version you can use.
Building a Universal macOS Binary | Apple Developer Documentation
Create macOS apps and other executables that run natively on both Apple silicon and Intel-based Mac computers.
Apple Developer Documentation (developer.apple.com)
-
@dustbro said in Packages - BigSur:
@Fortune It ended up being a network permissions issue for me. I've actually ditched my M1 machine started making universal binaries with an Intel rig.
Hmm, it looks like the Whitebox Packages has some bugs on M1 machines then. On Intel no issues but on M1, this thing happens.
-
Hmm, it looks like the Whitebox Packages has some bugs on M1 machines then. On Intel no issues but on M1, this thing happens.
Same thing happend to me. I reached out to the dev and he sent me a link to an M1 version of Packages. Same result. Even when I compiled plugs on M1 I had to use my intel rig to create installers.
-
@Lindon I haven't had as much luck as @d-healey making automatic Universal Binaries. For 1, I have to deselect arm64e in projucer. It's for iOS apps and for some reason it keeps my projects from compiling. Then I have to adjust a few settings in Xcode... maybe I can make a quick video of what I'm doing.
-
@dustbro said in Packages - BigSur:
Hmm, it looks like the Whitebox Packages has some bugs on M1 machines then. On Intel no issues but on M1, this thing happens.
Same thing happend to me. I reached out to the dev and he sent me a link to an M1 version of Packages. Same result.
That sounds pretty annoying :/
Even when I compiled plugs on M1 I had to use my intel rig to create installers.
When I compile the universal binaries on M1 Monterey, I can't make an installer of them with Intel Catalina Xcode 10.2, right?
-
When I compile the universal binaries on M1 Monterey, I can't make an installer of them with Intel Catalina Xcode 10.2, right?
I don't see why not. I'm not sure that Packages on an Intel machine cares whether or not the contents are M1 compatible.
-
@d-healey can you install Xcode 12.2 on Mojave?
-
@DanH I don't know, see what version in the app store.