Skip to content
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

[!!]The commit is gone. the NSDate-Extensions(0.0.1) pod doesn't work! #72

Open
aelam opened this issue Oct 9, 2016 · 6 comments
Open

Comments

@aelam
Copy link

aelam commented Oct 9, 2016

"source": {
"git": "https://github.com/erica/NSDate-Extensions.git",
"commit": "7c6730b8e5e4740a332d839f3597bcce11d83160"
},
Could you please update one version for CocoaPods

@erica
Copy link
Owner

erica commented Oct 9, 2016

I've never done CocoaPods so I am not sure what you want me to do

-- E

On Oct 9, 2016, at 1:22 AM, Ryan Wang notifications@github.com wrote:

"source": {
"git": "https://github.com/erica/NSDate-Extensions.git https://github.com/erica/NSDate-Extensions.git",
"commit": "7c6730b8e5e4740a332d839f3597bcce11d83160"
},
Could you please update one version for CocoaPods


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #72, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sAq_VCTFUBGyifJclpT9XhfjhP_3ks5qyJYcgaJpZM4KR7kb.

@aelam
Copy link
Author

aelam commented Oct 10, 2016

Ahh, maybe some one submitted a pod with your repo.
The problem is like this. In the pod spec, he used the commit_id which has gone (maybe after a force push). That breaks the cocoapod repo NSDate-Extension.

You are the owner of this repo. You can claim the ownership of it and submit an update to fix the problem
It will be appreciated.

Sent from my iPhone

On Oct 10, 2016, at 1:16 AM, Erica Sadun notifications@github.com wrote:

I've never done CocoaPods so I am not sure what you want me to do

-- E

On Oct 9, 2016, at 1:22 AM, Ryan Wang notifications@github.com wrote:

"source": {
"git": "https://github.com/erica/NSDate-Extensions.git https://github.com/erica/NSDate-Extensions.git",
"commit": "7c6730b8e5e4740a332d839f3597bcce11d83160"
},
Could you please update one version for CocoaPods


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #72, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sAq_VCTFUBGyifJclpT9XhfjhP_3ks5qyJYcgaJpZM4KR7kb.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@erica
Copy link
Owner

erica commented Oct 10, 2016

Gotta walk me through it

-- E

On Oct 9, 2016, at 6:23 PM, Ryan Wang notifications@github.com wrote:

Ahh, maybe some one submitted a pod with your repo.
The problem is like this. In the pod spec, he used the commit_id which has gone (maybe after a force push). That breaks the cocoapod repo NSDate-Extension.

You are the owner of this repo. You can claim the ownership of it and submit an update to fix the problem
It will be appreciated.

Sent from my iPhone

On Oct 10, 2016, at 1:16 AM, Erica Sadun notifications@github.com wrote:

I've never done CocoaPods so I am not sure what you want me to do

-- E

On Oct 9, 2016, at 1:22 AM, Ryan Wang notifications@github.com wrote:

"source": {
"git": "https://github.com/erica/NSDate-Extensions.git https://github.com/erica/NSDate-Extensions.git",
"commit": "7c6730b8e5e4740a332d839f3597bcce11d83160"
},
Could you please update one version for CocoaPods


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #72, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sAq_VCTFUBGyifJclpT9XhfjhP_3ks5qyJYcgaJpZM4KR7kb.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub #72 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sE8XJSTbh-5XhK-e3XD43atg2Tltks5qyYWYgaJpZM4KR7kb.

@aelam
Copy link
Author

aelam commented Oct 10, 2016

The guideline is all there https://guides.cocoapods.org/making/making-a-cocoapod.html
Generally, there are only a few steps.

  1. Find back your NSDate-Extensions.podspec, add it to your project NSDate-Extensions.podspec.json
  2. run pod lib lint under your project root, and fix problems based on error logs if have.
  3. change the commit = xxxx to tag in source section. add a tag likes 0.0.2 push to github
  4. pod trunk push NSDate-Extensions.podspec
    When you push to trunk. you will tip to find the ownership

@erica
Copy link
Owner

erica commented Oct 10, 2016

I don't have a podspec. I'm happy to push a tag though.

-- E

On Oct 10, 2016, at 2:00 AM, Ryan Wang notifications@github.com wrote:

The guideline is all there https://guides.cocoapods.org/making/making-a-cocoapod.html https://guides.cocoapods.org/making/making-a-cocoapod.html
Generally, there are only a few steps.

  1. Find back your NSDate-Extensions.podspec, add it to your project NSDate-Extensions.podspec.json https://github.com/CocoaPods/Specs/blob/740c27abdb0d153c09cfacd0028aba53f62dbc1b/Specs/NSDate-Extensions/0.0.1/NSDate-Extensions.podspec.json
    run pod lib lint under your project root, and fix problems based on error logs if have.
    change the commit = xxxx to tag in source section. add a tag likes 0.0.2 push to github
    pod trunk push NSDate-Extensions.podspec When you push to trunk. you will tip to find the ownership

    You are receiving this because you commented.
    Reply to this email directly, view it on GitHub [!!]The commit is gone. the NSDate-Extensions(0.0.1) pod doesn't work! #72 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AAB_sOqU1t3e_dSu197u8vn_CScDEBizks5qyfCvgaJpZM4KR7kb.

@aelam
Copy link
Author

aelam commented Oct 14, 2016

pushing a tag doesn't work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants