-
-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile because "Nimble/Nimble-Swift.h" can't be found #280
Comments
I'm getting this too with Nimble 4.0.0 installed via CocoaPods. I was able to temporarily work around it by editing the generated umbrella header and commenting out CurrentTestCaseTracker: #import <UIKit/UIKit.h>
//#import "CurrentTestCaseTracker.h"
#import "DSL.h"
#import "NMBExceptionCapture.h"
#import "NMBStringify.h"
#import "Nimble.h"
FOUNDATION_EXPORT double NimbleVersionNumber;
FOUNDATION_EXPORT const unsigned char NimbleVersionString[]; After this, I get warnings Looking for a more permanent solution as this clearly won't work for automated builds. |
Hey, I was having the same issue and I've opened a pull request on Nimble to fix it: #283 In the meantime, you can use my fix immediately by using this in your podfile: pod 'Nimble', :git => 'https://github.com/ashfurrow/Nimble.git', :branch => 'podspec-update' |
I'm using CocoaPods to include Quick & Nimble, but it seems that Nimble can't compile anymore.
This is the error I'm having with xcodebuild. (same with Xcode)
Environment
Xcode 7.3
Podfile
Podfile.lock
The text was updated successfully, but these errors were encountered: