Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon sources don’t show up in the Project Navigator within Xcode #25

Open
timolden opened this issue Apr 30, 2019 · 0 comments
Open

Comments

@timolden
Copy link

After generating a project with the project generator including the addon, the OF related source files don’t show up in the Project Navigator within Xcode.

This is a minor issue because the project will build fine, but it is often convenient to have the source files available in the Navigator for quick reference.

It is these six source files that don’t show up:

ADDON_SOURCES += $(OF_ROOT)/libs/openFrameworks/video/ofGstUtils.h
ADDON_SOURCES += $(OF_ROOT)/libs/openFrameworks/video/ofGstUtils.cpp
ADDON_SOURCES += $(OF_ROOT)/libs/openFrameworks/video/ofGstVideoPlayer.h
ADDON_SOURCES += $(OF_ROOT)/libs/openFrameworks/video/ofGstVideoPlayer.cpp
ADDON_SOURCES += $(OF_ROOT)/libs/openFrameworks/video/ofGstVideoGrabber.h
ADDON_SOURCES += $(OF_ROOT)/libs/openFrameworks/video/ofGstVideoGrabber.cpp

(Have seen this behavior in Xcode 7 & 8 and OF 0.9.n & 0.10.1)

Manually adding them will result in errors, as the project does already has them included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant