ffittschen / cocoapods-inherit-searchpaths-tests

This is a sample project for CocoaPods issue #6599

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample project to reproduce the 'Missing required module' error

This is a sample project for CocoaPods issue #6599

Steps to reproduce

  1. Clone or download this repository
  2. Run bundle exec pod install
  3. Open CocoaPodsDemo.xcworkspace and run all tests (e.g. by pressing Cmd+U)

Expected outcome

Project and Pods build successfully and all tests are green

Actual outcome

Compiling the unit test target fails with the error message: Missing required module 'Firebase'

screenshot of the error message

About

This is a sample project for CocoaPods issue #6599


Languages

Language:Swift 66.0%Language:Ruby 34.0%