-
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
Major regression!! - Nightly OF/OF release not generating project files #565
Comments
Okay I listed what's in the commandLine.bin/ folder and its due the the debug being added to the end of the name.
I think as a quick fix I will change it to use the release build so it will generate Note: the regression probably originated in this submodule, but I think it's fine to correct the create_package script and it should speed up the nightly build package generation step. |
Maybe it is because of |
Thanks @dimitre - it's now seeing the PG but now the error seems related to PG generation itself.
I believe this:
might be to do with the pg args or the Xcode project file parsing. The relevant line in the script:
|
we should change <json.hpp> to <nlohmann/json.hpp> inside pg |
Right. I didnt' read with attention and thought it was the case. |
ok solved finally haha |
it seems now to be generating, but for some reason they are not readable by xcode. edit: confirmed. if we strip the [ ] in the begin and end of the file everything works correctly |
xcode project reading needs no comments in the file, if any change to the xcode project that adds any comments or symbols that are not json it will fail |
exit failure on linux when trying to backup .vscode |
working on fixes. |
Just to confirm what @dimitre mentioned. Removing that it all works fine. Could be related to this:
So maybe 3) is happening where as we want 1)? A quick fix would be to manually remove the first and last lines of the pbxproj if they contain a [ or ] |
yes or use something along the lines |
I had to change PG to detect '[' and usse dump accordingly. |
maybe related: nlohmann/json#4320 |
@dimitre that issue definitely seems related! good find!! |
closed by #568 |
I am guessing this is a PG issue but the current OF nightly release isn't making project files.
Not sure if this is connected to #555 or #554
In the nightly log I see:
which corresponds to these lines:
https://github.com/openframeworks/openFrameworks/blob/master/scripts/dev/create_package.sh#L196-L201
Maybe the pg is not building as
projectGenerator
butcommandLine
?cc @danoli3 @dimitre
The text was updated successfully, but these errors were encountered: