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
At the moment I don't see an option to set a specific configuration for the build process. Adding it as an option as described in the documentation with the sweetpad.build.args just throws an error because of a duplicate (-configuration) build arg.
Looking at the implementation, it always selects Debug as the configuration if it is found in the workspace and only shows a select option, if there is no Debug configuration available.
Would it be possible to somehow let the user define itself what configuration to use ? E.g. we use a different configuration for each scheme in Xcode.
Thanks.
The text was updated successfully, but these errors were encountered:
Setting specific configuration is a 'must have' feature. I have no 'Debug' config in a project I am working on, but somehow it appears inside pbxproject and sweetpad chooses it. This leads to lot's of errors.
Hi! Check out the latest v0.1.42 update. I've just added the sweetpad.build.configuration settings, as well as the "SweetPad: Select Build Configuration" command. Example of .vscode/settings.json:
At the moment I don't see an option to set a specific configuration for the build process. Adding it as an option as described in the documentation with the
sweetpad.build.args
just throws an error because of a duplicate (-configuration
) build arg.Looking at the implementation, it always selects
Debug
as the configuration if it is found in the workspace and only shows a select option, if there is noDebug
configuration available.Would it be possible to somehow let the user define itself what configuration to use ? E.g. we use a different configuration for each scheme in Xcode.
Thanks.
The text was updated successfully, but these errors were encountered: