Post

Replies

Boosts

Views

Activity

Can't install macOS Monterey beta on M1 without Rosetta
As the title states I can't install the profile for the macOS Monterey beta because its a .pkg install that requires Rosetta which I haven't installed and not planning to. Is that a know issue that will be fixed? I dont want to install Rosetta because we use the M1 machines to test and develop the Apple Silicon versions of our Software and we want to make sure that we dont mistakenly add a dependency on Rosetta... Cheers, Pierre
2
0
1.5k
Jun ’21
My .app won't launch on an M1 mac
Hi, I've built everything natively for arm64, the M1 doesnt have Rosetta 2 installed. The app runs fine when started from the terminal. I am packaging the .app exactly the same way as for x86_64 but it refuses to launch on an M1 mac. I see "You do not have permission to open the application 'APPNAME'" when trying to open the app. I've tried when both codesigned and not codesigned (both work on x86 dev machine). In Console.app I see: LAUNCH: Runningboard launch of com.mydomain.myapp private returned RBSRequestErrorFailed, error Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x600007803450 {Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed with error: 111}}}, so returning -10826 The app launches using shell scripts, I've tried to modify the plist to launch the executable directly to see whether it was the issue, but it didnt change anything. The way its starting makes me think it doesnt even try to launch the executable and that its failing right away when looking at something in the package, but I have no idea what it could be. I've been at this for hours, any help would be appreciated. Cheers
4
1
8k
Mar ’21