-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
XCode 9.2 can't open project after update 7b87f643f #6172
Comments
Thanks @dimitre will look into this though and see if there is a fix that works for all versions. |
Hmm. I just realized I am on Xcode 9.2 ( and 10.13 ) and I can open and build projects fine. Can you try this RC build and see if the examples work for you on Xcode 9.2? https://openframeworks.cc/versions/mojave/of_v0.10.0-patch-mojave-rc3_osx_release.zip |
Hello @ofTheo thanks for the attention on this issue. I've downloaded the patch release and project opens here without issues. Unrelated to the issue: Thank you |
oops! thanks @dimitre - I think I know what I did there. Thanks!! |
Hey @ofTheo I've just noticed the issue is more specific to projects containing ofxSyphon. |
Hi @dimitre Will try and dig into it here. Thanks for reporting this! |
I'm investigating all addons here (listed with ls -1) and already found some other problematic ones
I'll edit this same message with other ones later |
I think I see the issue. Doing a diff between an example with no addons and ofxSyphon I see a its inserting a new tag before the closing tag instead of after it for FRAMEWORK_SEARCH_PATHS. Going to try and track this down. It could be in the Project Generator code thats changed since 0.10.0 or in the xcode template file we're using. Thanks for your help! |
…ken projects. closes openframeworks#6172
Okay I have a PR for the issue. The array tags got removed and also the key the PG used to search for the link frameworks section was removed. Here is the PR. #6174 |
@dimitre if you want to check it out. Grab this file: https://github.com/openframeworks/openFrameworks/blob/99b80ad9c77f9d1d4426cb96d504f9aaf6dc8c95/scripts/templates/osx/emptyExample.xcodeproj/project.pbxproj And update it in your local copy then run the Project Generator. Thanks again for reporting this! |
Thanks @dimitre - will take a look! |
* commit 'faeb05d54647915464dcf2bf23ee9da03d8abcd5': (54 commits) changelog and thanks scripts fixed thanks format THANKS.md create_package: pull OF from github instead of local create_package: pull OF from github instead of local Revert "ofConstants: revert version to 0.10.1" create_package: pull PG from master always PG latest commit changelof for 0.10.1 ofTruetypeFont: Fix kerning factor. openframeworks#6136 ofConstants: revert version to 0.10.1 ofSoundBuffer getChannel fix (openframeworks#6117) ofSoundBuffer getChannel fix (openframeworks#6117) ofxGui: slider scrolling (openframeworks#6144) ofxGui: slider scrolling (openframeworks#6144) appveyor: fix ssl dependencies (openframeworks#6170) appveyor: fix ssl dependencies (openframeworks#6170) fix for xcode template file to allow PG to add frameworks and fix broken projects. closes openframeworks#6172 workspace files for xcode template to enable legacy build in Xcode 10 added camera and microphone permissions for mojave ... # Conflicts: # apps/projectGenerator
…orks into stable * 'stable' of https://github.com/openframeworks/openFrameworks: (105 commits) create_package: pull OF from github instead of local create_package: pull PG from master always PG latest commit changelof for 0.10.1 ofTruetypeFont: Fix kerning factor. openframeworks#6136 ofConstants: revert version to 0.10.1 ofSoundBuffer getChannel fix (openframeworks#6117) ofxGui: slider scrolling (openframeworks#6144) appveyor: fix ssl dependencies (openframeworks#6170) fix for xcode template file to allow PG to add frameworks and fix broken projects. closes openframeworks#6172 workspace files for xcode template to enable legacy build in Xcode 10 added camera and microphone permissions for mojave fix drawArrow internal matrix calculation (openframeworks#6164) remove i386 architecture (openframeworks#6159) Revert "Update main.cpp (openframeworks#6150)" (openframeworks#6160) Update main.cpp (openframeworks#6150) fixes xcode template to not have OF as a dependcy but as a pre-build script. related to openframeworks#6139 ofCamera with ortho enabled will respect a lensOffset by translating the projection matrix (openframeworks#6138) ofXml: add clear method which clears the xml doc Bugfix vs project template (pt.2) (openframeworks#6130) ... # Conflicts: # libs/openFrameworks/app/ofAppGLFWWindow.cpp
XCode 9.2 can't open project after update 7b87f64
Project xxx.xcodeproj cannot be opened because the project file cannot be parsed.
The text was updated successfully, but these errors were encountered: