CDN: trunk URL couldn’t be downloaded: https://cdn.jsdelivr.net/cocoa/Specs/0/3/5/Firebase

Lee young-jun
2 min readApr 8, 2024

--

I found new warnings for my project. That seemed like to refer to Privacy API Policy.

So I thought it would be solve by just pod update , but I met this error. Sometimes CocoaPod command failed. So I tried several times, but it was not working.

To solve the error, I had to remove current cached repository. I first printed all local repositories.

pod repo list

Then I run remove command the repository name found above and the updating is working.

pod repo remove cocoapods
pod update

Surprisingly, I found my answers I left 3 weeks ago 🤣. This is exactly same to pod repo remove cocoapods.

Maybe remove command would be safe later than just removing directories.

If you found this post helpful, please give it a round of applause 👏 and follow me. Explore more iOS-related content in my other posts.

For additional insights and updates, check out my LinkedIn profile. Thank you for your support!

References

--

--

No responses yet