Closed stephanschulz closed 1 year ago
I think I found the issue. I am using ofxUVC and had to comment out https://github.com/stephanschulz/ofxUVC/blob/719759bf678af2c958cddbbcfc4634e47cc0eded/src/UVCCameraControl.m#L376 and https://github.com/stephanschulz/ofxUVC/blob/719759bf678af2c958cddbbcfc4634e47cc0eded/src/ofxUVC.mm#L29
I am on an M1 MBP with macOS 12.6.3, XCode Version 13.4.1 and OF of_v20220530_osx_release.
I am hoping to include ofxOpenCv and ofxCv and followed the "How to re-build in Xcode" steps. But I do not see any option to "Build Phases, Link Binary with Libraries, Change "mac catalyst" to "always"" ?
So far I am using the same code that ran fine in your un-modified project.
I get the ARC error:
Do you have any idea what else I could try?
Thank you.