jonreid / ViewControllerPresentationSpy

Unit test presented and dismissed iOS view controllers, including alerts and action sheets
MIT License
149 stars 15 forks source link

Build fails after Cocoapods install #6

Closed cduhn closed 3 years ago

cduhn commented 3 years ago

After installing via cocoapods, my build fails with the error: ViewControllerPresentationSpy/ViewControllerPresentationSpy-Swift.h' file not found on line 8 of UIViewController+QCOMock.m:

#import <ViewControllerPresentationSpy/ViewControllerPresentationSpy-Swift.h>

That header file doesn't seem to exist. When I run find . |grep ViewControllerPresentationSpy-Swift at the root of my project, I get no matches.

I'm running Cocoapods version 1.9.3 with Xcode version 12.3. I confirmed that my project's build settings aren't overriding any of the settings set by the cocoapods Config.File.

jonreid commented 3 years ago

Sorry for not noticing your issue until now. Is your project ObjC only?