Closed moebiussurfing closed 1 month ago
0.12.0 zip it's working fine.
this is meant to close this one https://github.com/openframeworks/openFrameworks/pull/8129 cc: @artificiel
@moebiussurfing can you test this PR? if it fixes for you I'll be merging it
not yet setup with Xcode 16 unfortunetely (current on a linux run). i will be able to upgrade a MacBook Pro next week.
but the missing include should do the trick!
why do we even have a singleton class in OF´s core? I think that we have not had such a thing on purpose. The C++ guidelines say to avoid these and what they recommend instead can be seen in several places in OF's core.
@dimitre @artificiel I did build emptyExample (in 20241008_release) with macOS sequoia + Xcode 16, and it succeeds.
fyi: ofSingleton.h exists in utils directory, but ofSingleton.h isn't in file navigator of Xcode.
fyi: ofSingleton.h exists in utils directory, but ofSingleton.h isn't in file navigator of Xcode.
It should not matter since the utils dir is already in the include paths. Maybe it is a good idea to leave "hidden"?
@moebiussurfing can you test this PR? if it fixes for you I'll be merging it
It works now on macOS 14.7.1 and Xcode 16.0.
@2bbb I've now checked here and ofSingleton.h appears in file navigator of XCode. Just not appearing in OF Core project which uses gray folders (manually added files) instead of OF project blue folders (actually listing files and folders)
I am having these errors:
This happens in master branch and
of_v20241007_osx_release
nigthly build too.