-
Notifications
You must be signed in to change notification settings - Fork 75
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
iOS Project Generation - unsupported Xcode project file format #601
Comments
osx works though just iOS template. |
|
it is working ok for me. it seems to be missing json keys that PG gathers from template |
here is my script to re-convert after editing the template plutil -convert json $ofw/scripts/templates/osx/emptyExample.xcodeproj/project.pbxproj
cd $ofw/scripts/templates/osx/emptyExample.xcodeproj
jq --tab . project.pbxproj > project2.pbxproj
rm project.pbxproj
mv project2.pbxproj project.pbxproj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The project at ‘/Users/one/SOURCE/openFrameworksiOS/apps/boomcore/Neomad/Neomad.xcodeproj’ cannot be opened because it is in an unsupported Xcode project file format. Adjust the project format using a compatible version of Xcode to allow it to be opened by this version of Xcode.
JSON:
We should just switch to a Xcode project parser
The text was updated successfully, but these errors were encountered: