Open networkpanic opened 3 years ago
ive applied xattr to load the unsigned binary, but that fails due an invalid signature of /Applications/mandelbulber2.app/Contents/MacOS/../Frameworks/libc++abi.1.dylib
resigning locally does not work too
codesign --force --deep --sign - /Applications/mandelbulber2.app /Applications/mandelbulber2.app: unsealed contents present in the bundle root
Duplicate of #829
I just removed one change which was done few months to workaround problem with libc++abi.1.dylib I hope it will help. I will give you a link to new build when package will be baked.
awesome, thanks for the fast response looking forward to test it
i currently try to get it compiled on big sur any suggestion how i can fix the missing QT: Multimedia issue?
Try to analyze https://github.com/buddhi1980/mandelbulber2/blob/master/.circleci/config.yml and https://github.com/buddhi1980/mandelbulber2/blob/master/mandelbulber2/mac/build_deploy.sh Maybe there you will find something which will help you to solve this problem.
tried it with qt creator, checking the macos buildscripts most progress i made was with cmake but that fails also, i think i will give up building it on an arm mac
the signing issue is gone but the libc++.dylib is now missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
dyld: Using shared cache: 52762DF1-0E55-3F8B-9588-8169E6D0EB95
Library not loaded: @rpath/libc++abi.1.dylib
Referenced from: /Applications/mandelbulber2.app/Contents/Frameworks/libc++.1.dylib
Reason: image not found
This time I compiled it with newer xcode (12.4.0). https://2316-33041722-gh.circle-artifacts.com/0/~/mandelbulber2/build/artifacts/mandelbulber2-macOS-df04b23c000025674741008f017480e95b6af725.dmg Let me know if it maks any difference
I still get the invalid signature on the ARM mac Could you try to compile an universal binary? Apple docs
works:
works not:
i think this can be solved by signing the app bundle with a developer certificate
I've tried it but facing an issue with the bundle content
❯ codesign -s "Martin Friedrich" /Applications/mandelbulber2.app
/Applications/mandelbulber2.app: unsealed contents present in the bundle root
@networkpanic do you know how to build universal binary, which will work on x86 and ARM architecture?
i am relative new to that topic if we get the QT-multimedia thing solved i can try it from my ARM mac
honestly, i wasnt able to fix the qt-multimedia dependency does the gitter chat still exist? i am happy to collaborate on getting the fix done
Thanks for helping me in this topic. Gitter chat is no longer used by our group. It was not beneficial to use it. If you need to can try to catch me on Messenger or just continue discussion here on Github (in this issue)
@networkpanic What is actual status of M1 builds?
I got pulled in into a shitload of stuff at work will give an update soon
I would like to note that I previously had this issue, however it no longer occurs with the latest release on macOS Monterey.
System information (version)
Detailed description
Launching app on MacOS fails