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 Apr 7, 2022. It is now read-only.
Hi, I wanted to use it as a standalone package however XCode complains that cannot import HTTP.
I followed these steps:
Create a new iOS project with SwiftUI in XCode 11.3
File->Package->Add Package Dependency->complete adding the package using the default settings
The package looks installed alongside with its dependencies which are "Core, swift-nio-ssl-support, swift-nio-zlib-support, SwiftNIO, SwiftNIO SSL"
When I try to import HTTP like this
import HTTP
XCode would complain
No such module 'HTTP'
I tried to install other 3.rd party packages to be sure that it's not an issue with XCode and other packages were successfully installed and were usable.
The text was updated successfully, but these errors were encountered:
What platform are you trying to make this work on? Theoretically it should work, but it might be a SwiftPM/Xcode issue.
In terms of being deprecated - Vapor 3 will still work and have it's maintenance period but this library is no longer used in Vapor 4 from the looks of it
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I wanted to use it as a standalone package however XCode complains that cannot import HTTP.
I followed these steps:
The package looks installed alongside with its dependencies which are "Core, swift-nio-ssl-support, swift-nio-zlib-support, SwiftNIO, SwiftNIO SSL"
When I try to import HTTP like this
import HTTP
XCode would complain
No such module 'HTTP'
I tried to install other 3.rd party packages to be sure that it's not an issue with XCode and other packages were successfully installed and were usable.
The text was updated successfully, but these errors were encountered: