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?
Post
Replies
Boosts
Views
Activity
When we try to use a component that is IBDesignable from a library with SwiftPackageManager, the compilation of the designables fails because it is not compatible with tvOS or macOS when it is a library that is only for iOS.
There is no way to specify that an "only" package is compatible with iOS and that the designables work in XCode 12
When we try to use a component that is IBDesignable from a library with SwiftPackageManager, the compilation of the designables fails because it is not compatible with tvOS or macOS when it is a library that is only for iOS.
There is no way to specify that an "only" package is compatible with iOS and that the designables work in XCode 12