Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
Try to delete your CocoaPods and reinstall it.
Or juste use Swift Package Manager => https://developers.facebook.com/docs/ios/getting-started/
Seems quite a common error.
First add this string at the top of the Podfile
source 'https://github.com/CocoaPods/Specs.git'
On the terminal type
pod repo remove trunk
and then try apod install