Packages - BigSur
-
@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.
-
@Fortune I've come across the same issue and I've contacted the developer. I got the below answer:
I would suggest to check the POSIX permissions in the Terminal and in the payload of the project. And also compare the working .pkg to the not working .pkg using Pacifist.
IMHO this issue is not about the individual machine's permissions, it's more like the Packages specific issue. Any thoughts?
-
@orange I had some issues with the latest packages update and rolled back to the previous one and was fine again. 1.2.9 works fine for me.
-
@DanH I will try, thanks!
-
@orange let me know if you need the installer
-
@DanH I am checking the installer v1.2.8 is available but I can't find v1.2.9 :/
-
@orange 1.2.8 should be fine, let me see if I still have 1.2.9
-
@DanH I've tried v1.2.9, unfortunately the same thing.
-
@orange doh!
-
@orange Ok, as the developer suggested, I think the issue is about the POSIX permissions. After adjusting the POSIX permissions, apparently that fixed the issue.
EDIT: "Others" should not have Write permission. So it should be like this => drwxrwxr-x
Not working permission:
Working permissions: