You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the problem here is that it does not store these values anywhere.
When you build from xcode, it runs nme again in xcode mode. I need to make this command that it runs also include the original flags passed on the command line.
When doing from terminal
nme update project.xml ios -Dmyflag -toolkit
myflag is not "set" on project.xml.
Other targets that do not use "update" have the same behavior as writing
< set name="myflag" />
on the xml
The text was updated successfully, but these errors were encountered: