-
Notifications
You must be signed in to change notification settings - Fork 332
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
Push v0.4.1 to cocoapods #51
Comments
Looks like CocoaPods is having an issue building it from a You're welcome to look into it, but unfortunately I don't have much free time at the moment since I'll be moving soon. As you noted, you can just point to the github tag instead and it'll install
Some breadcrumbs for whoever wants to have a look: $ pod lib lint --verbose --no-clean --allow-warnings
...
-> Down (0.4.1)
- ERROR | xcodebuild: Returned an unsuccessful exit code.
- NOTE | xcodebuild: warning: no rule to process file '/Users/rob/Down/Source/cmark/case_fold_switch.inc' of type sourcecode.pascal for architecture i386
- NOTE | xcodebuild: warning: no rule to process file '/Users/rob/Down/Source/cmark/COPYING' of type text for architecture i386
- NOTE | xcodebuild: warning: no rule to process file '/Users/rob/Down/Source/cmark/entities.inc' of type sourcecode.pascal for architecture i386
- NOTE | xcodebuild: warning: no rule to process file '/Users/rob/Down/Source/cmark/module.modulemap' of type sourcecode.module-map for architecture i386
- NOTE | xcodebuild: warning: no rule to process file '/Users/rob/Down/Source/cmark/case_fold_switch.inc' of type sourcecode.pascal for architecture x86_64
- NOTE | xcodebuild: warning: no rule to process file '/Users/rob/Down/Source/cmark/COPYING' of type text for architecture x86_64
- NOTE | xcodebuild: warning: no rule to process file '/Users/rob/Down/Source/cmark/entities.inc' of type sourcecode.pascal for architecture x86_64
- NOTE | xcodebuild: warning: no rule to process file '/Users/rob/Down/Source/cmark/module.modulemap' of type sourcecode.module-map for architecture x86_64
- ERROR | xcodebuild: /Users/rob/Down/Source/Renderers/DownASTRenderable.swift:10:8: error: no such module 'libcmark' I ran into this in the past (CocoaPods/CocoaPods#5442) but not sure what's changed that broke it again. |
Actually, it seems like just Looks like
|
Awesome, thanks 👍 |
Please help prevent duplicate issues before submitting a new one:
Report
What did you do?
I tried to install
0.4.1
via cocoapodsWhat did you expect to happen?
I expected that cocoapods would be aware of
0.4.1
What happened instead?
No such version could be found, latest cocoapods version is
0.3.4
. I was able to install by pointing to thev0.4.1
tagIt would be great to get the new version pushed to cocoapods so i can reference by version
The text was updated successfully, but these errors were encountered: