LingDong- / VisionOSC

PoseOSC + FaceOSC + HandOSC + OcrOSC + CatOSC + DogOSC
97 stars 8 forks source link

trying to use projectGenerator #7

Closed stephanschulz closed 1 year ago

stephanschulz commented 1 year ago

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: Screen Shot 2023-03-25 at 6 40 25 PM Screen Shot 2023-03-25 at 6 40 43 PM

Do you have any idea what else I could try?

Thank you.

stephanschulz commented 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