openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

[iOS] the distribution provides broken .xcodeproj for non-iOS examples

Open artificiel opened this issue 10 months ago • 5 comments

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?

Image

artificiel avatar Mar 01 '25 02:03 artificiel

yup - needs fixing in the create package scripts

ofTheo avatar Mar 01 '25 17:03 ofTheo

no these are fine its the ofApp.mm / main.mm template issue

basically it doesnt see those as errors

danoli3 avatar Mar 01 '25 20:03 danoli3

projectGenerator fixes needed https://github.com/openframeworks/projectGenerator/issues/600

danoli3 avatar Mar 01 '25 20:03 danoli3

@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).

artificiel avatar Mar 02 '25 17:03 artificiel

+1 for the title, non-ios examples removed from ios package the image is related to another issue, already closed

dimitre avatar Mar 04 '25 23:03 dimitre