[iOS] the distribution provides broken .xcodeproj for non-iOS examples
I guess only the ios dir should be provided?
or if we want to push the various example sources for reference/convenience, not generate/provide the broken non-iOS .xcodeproj?
yup - needs fixing in the create package scripts
no these are fine its the ofApp.mm / main.mm template issue
basically it doesnt see those as errors
projectGenerator fixes needed https://github.com/openframeworks/projectGenerator/issues/600
@danoli I think you interpreted the problem in the wrong direction and maybe my screenshot was misleading in it's intent: yes the errors are because the src dir is wrongly assembled and has red refs, but these are non-iOS examples for which .xcodeproj are provided in the iOS releases, and even if the src dir was correctly reflecting the project source they would still not be useful on iOS.
so either non-iOS examples are removed from iOS releases, or at least non-iOS projects don't get an iOS .xcodeproj generated (the first option seems better as it removes ambiguity and risks of confusion).
+1 for the title, non-ios examples removed from ios package the image is related to another issue, already closed