-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Cannot compile Pods library in 0.18.0 #956
Comments
I’m not able to reproduce the issue. I was able to build the project and run |
@alloy The issue is in the test target. |
Ugh… 😭 |
So yeah, I can reproduce the failure and succeed with 0.17.1. The difference is the extra |
Awesome! 👍 |
Release 0.18.1 * tag '0.18.1': Release 0.18.1 [Fixtures] Update version [Changelog] Require Core 0.18.1 Changelog [ci skip] [TargetIntegrator] Robustness against target with missing file references Fix Xcodeproj autoload More autoload #see 919 Don't initialize Spec::Set::Statistics if not needed [Fix] Do not quote `$(inherited)`. Fixes #956. [SourceManagers] Fix CocoaPods spelling [Rakefile] Set git user on Travis 2 [Rakefile] Set git user on Travis [Installer] Run the hooks of all the specs (not of the installed ones only) Conflicts: CHANGELOG.md lib/cocoapods/command.rb
Added JSONModel
I have a project having 2 targets: one main target, another test target.
After updated to pods 0.18.0, after
pod install
I open the project and compile the test target. It will always failed with error: https://gist.github.com/siuying/5347905It cannot find the
Pods-SampleAppTests-prefix.pch.d
fileThe project compile properly in 0.17.x.
My Podfile:
A minimal project to reproduce the error: https://dl.dropbox.com/u/164404/SampleAppCocoapodsCompileError.zip
The text was updated successfully, but these errors were encountered: