kylemcdonald/ofxFaceTracker

To make it to work for MacOS Catalina?

enzyme69 opened this issue · 2 comments

Is there anyway we can make the app to work in MacOS Catalina?

I believe Catalina requires 10.2, so please see #164

@enzyme69 Found a trick to make 10.1 workings on Catalina:

  1. First, add signing certificate in Xcode,

  2. Then run the build until it fails

  3. Then with terminal do the following

$ cd my-app.app/bin/my-appDebug.app/Contents/Frameworks/
$ codesign -s "<your-comp-name>" libfmodex.dylib
  1. Then open your app manually

Redo 3 and 4 for each build.