To make it to work for MacOS Catalina?
enzyme69 opened this issue · 2 comments
enzyme69 commented
Is there anyway we can make the app to work in MacOS Catalina?
kylemcdonald commented
I believe Catalina requires 10.2, so please see #164
veacks commented
@enzyme69 Found a trick to make 10.1 workings on Catalina:
-
First, add signing certificate in Xcode,
-
Then run the build until it fails
-
Then with terminal do the following
$ cd my-app.app/bin/my-appDebug.app/Contents/Frameworks/
$ codesign -s "<your-comp-name>" libfmodex.dylib
- Then open your app manually
Redo 3 and 4 for each build.