Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Can't build in new Xcode project if install this library #60

Description

@ysak-y

Environment details

  • Programming language: Swift
  • 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

  1. 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
  1. open MyTestApp.xcworkspace and import AuthLibrary in somewhere, then build.
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions