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
{{ message }}
This repository has been archived by the owner on Jun 2, 2019. It is now read-only.
works, because there is a special case for per-configuration commands in xcode.PBXShellScriptBuildPhase(tr)
IMO, *buildcommands should always be treated as per-configuration items since they can contains per-configuration tokens.
I do not have enough knowledge on how configs are constructed to submit a pull request for this.
The text was updated successfully, but these errors were encountered:
Example
Output an error saying that
cfg
is not declaredHowever
works, because there is a special case for per-configuration commands in
xcode.PBXShellScriptBuildPhase(tr)
IMO, *buildcommands should always be treated as per-configuration items since they can contains per-configuration tokens.
I do not have enough knowledge on how configs are constructed to submit a pull request for this.
The text was updated successfully, but these errors were encountered: