-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Compile error for handlebars-objc.ym #220
Comments
Yeah, this is happening to Travis too, that’s why there’s a red Build Failing flag in the readme. I’m still looking for a solution. The easiest way to fix this is to install an older version of Cocoapods: gem install cocoapods -v 0.34.4 # Install an older version.
pod _0.34.4_ install # Use the older version. Since the lock file is generated by 0.35, you will see this line when you run
but you can safely ignore it. This is a one-time thing—once you get handlebars-objc built you can continue without issues. I’ll keep this open for tracking the relevant Cocoapods issue. |
Note: I just update the Travis build script, so the red flag is gone. But the above fix is still valid. |
Please add this to |
I did (at the very bottom). Obviously that’s not enough—I’ll check out your PR and revise the readme to make this more noticeable. |
This stopped me from being able to build for a while. If this persists, this should go into the docs. |
It’s already in the docs. I honestly don’t know what is stopping them from issuing a quick-n-dirty fix. It’s almost like they don’t even care. |
This has resurfaced after installing with bundler.
|
You’ll need to run |
Thanks! |
I tried to compile, but a following error occurred.
It seems to be related with CocoaPods/CocoaPods#2559.
The text was updated successfully, but these errors were encountered: