Closed SomnusLee1988 closed 5 years ago
OK, I have signed JFrog's CLA. What else do I need to do?
Thanks @SomnusLee1988!
Before we publish the new version, can you pease test and confirm that after building the code, everything works as expected? You can do this as follows:
git clone https://github.com/jfrog/cocoapods-art.git
cd cocoapods-art
gem build cocoapods_art.gemspec
gem install gen install cocoapods-art-1.0.3.gem
Thanks!
Any news about it ? I can help ?
Yeah, I have the same issue as well. Would be great if fixed!
Thank you for the fix.
I tried 1.0.3 out and it fixed the pod install
issue, but pod update
still doesn't work.
It delivers [!] Unable to find a specification for <any pod>
Any update on this? For the past month, my team has had to delete Podfile.lock everytime they need to update the pods. Would be really great to not have to do this.
@omuntis and @NirPernexus, We couldn't reproduce the pod update issue with version 1.0.3. Can you please share a sample project and relevant steps so that we can see the issue? We've also just published version 1.0.3
Thanks, I updated to 1.0.3 but still have the issue. I'm sure you understand that I can't post source code from my employer. I'll consider creating an empty test project, that showcases the error. A different option would be to give you the console log, from when I get the error. Finally, this might turn out to be a Cocoapods issue: https://github.com/CocoaPods/CocoaPods/issues/8540
In my case, it runs well in my local machine, however in the ci. I tried to
echo -e "machine quibi.jfrog.io\nlogin ${JFROG_USERNAME}\npassword ${JFROG_PASSWORD}" > ~/.netrc
bundle exec pod repo-art add cocoapods-local "https://xxxxx/api/pods/cocoapods-local"
I will see sh: line 0: cd: /Users/distiller/.cocoapods/repos: No such file or directory
Since this step is run before pod install.
I wonder what is the order for it. It looks like when we run pod install first, it will still fail because we have not add cocoapods-local. If we do cocoapods-local first, then cocoapods/repos is not existed. Unless we manually create it
@SomnusLee1988 - thank you for creating this fix! Can you please join our contributors community by signing JFrog's CLA so that we can merge your code?