Hi,
In my organization we have a corporate proxy for navigation and when a package tries to download a dependency for example from github, from xcode it does not work but in command line I can compile it correctly.
In command line I have git configured with the https proxy and exported the environment variable https_proxy and executing the swift build command resolves the dependencies, downloads and compiles them correctly.
Is there a way to be able to configure the proxy for xcode and to properly download external dependencies?
In my organization we have a corporate proxy for navigation and when a package tries to download a dependency for example from github, from xcode it does not work but in command line I can compile it correctly.
In command line I have git configured with the https proxy and exported the environment variable https_proxy and executing the swift build command resolves the dependencies, downloads and compiles them correctly.
Is there a way to be able to configure the proxy for xcode and to properly download external dependencies?