openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.94k stars 2.55k forks source link

iOS/tvOS Xcode Project Updates to XCFrameworks C++17 - Bleeding Edge #7899

Closed danoli3 closed 6 months ago

danoli3 commented 7 months ago
Screenshot 2024-02-13 at 6 25 22 am

ARM64 simulator running on ARM64 Mac:

Screenshot 2024-02-13 at 3 10 17 pm

This is currently onto of the macOS PR, will rebase later once burged

tvOS is a bit borked need to fix the project more! Started that process

danoli3 commented 7 months ago

For Developer Reference if you ever see Error:

ld: framework 'CoreAudioTypes' not found
clang: error: linker command failed with exit code 1 (use -v to see invocation)

when targeting tvOS or any platform, this means you are exposing an iOS framework not available on target platform. Xcode 15 + error.

Current issue to solve. I believe its related to accelerometer code

danoli3 commented 6 months ago

Closing as changes made in https://github.com/openframeworks/openFrameworks/pull/7889 PR instead / merged into that one

danoli3 commented 6 months ago

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 or class