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
OS: iOS (I tried 15.0 and 13.3 as deployment target)
Language runtime version: Swift 5
Package version: 0.5.0
Steps to reproduce
Run pod init and pod install with following Podfile.
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'MyTestApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'AuthLibrary', :git => 'https://github.com/googleapis/google-auth-library-swift.git'
end
open MyTestApp.xcworkspace and import AuthLibrary in somewhere, then build.
Finally, I got following error
/Users/yoshiakiyamada/git/MyTestApp/Pods/AuthLibrary/Sources/OAuth2/Code.swift:20:8: error: no such module 'NIOHTTP1' import NIOHTTP1
This library works finely 1~2 months ago (At least mid of November) but failed to build at now.
Can you build it now? How can I avoid it?
Environment details
Steps to reproduce
pod initandpod installwith following Podfile.MyTestApp.xcworkspaceand import AuthLibrary in somewhere, then build./Users/yoshiakiyamada/git/MyTestApp/Pods/AuthLibrary/Sources/OAuth2/Code.swift:20:8: error: no such module 'NIOHTTP1' import NIOHTTP1This library works finely 1~2 months ago (At least mid of November) but failed to build at now.
Can you build it now? How can I avoid it?