Dan Rosser

Results 378 comments of Dan Rosser

Also ld: framework 'CoreAudioTypes' not found clang: error: linker command failed with exit code 1 (use -v to see invocation) Meant basically there was just undefined symbols for some library...

In iOS/tvOS and we already not using fmod it’s all AVFoundation On Fri, 26 Mar 2021 at 3:50 am, Theodore Watson ***@***.***> wrote: > Reviving one of the oldest issues...

Sounds great!

Try Programmable Renderer main.mm: settings.glesVersion = OFXIOS_RENDERER_ES2; // type of renderer to use, ES1, ES2, etc. Try and offset the Draw for 3 frames (int counter) - debug if its...

Just some potions to refine first and yeah i'll update github actions update and pull new download script

Updated with linking to latest libraries / scripts now. Validated Project Generator working Validated Project Generator working for addons with xcframework (opencv)

Okay fixed include copy using standard paths was not copying correctly from CI! Should be ready for test @ofTheo

Xcode all working disregard make file stuff for now

Awesome fixed the make files, they were actually more sensitive to real problems so patched libraries correctly now! Final potion fixes: - OpenCV no Nvidia carotene on arm64 macOS -...

Thanks! Yeah fixed that although I think need to test if headers are now automatically included from xcframework, I think maybe Merged in https://github.com/openframeworks/openFrameworks/pull/7899 into this PR now. Makes sense...