Reputation: 723
I'm trying to open a sample app from Prebid.
When I open the project from the PrebidDemo directory, I receive the error:
I'm attempting to open the project from the PrebidDemo directory: https://github.com/prebid/prebid-mobile-ios/tree/master/example/Swift/PrebidDemo
Sorry for what may be a basic question, I'm new to Swift.
Upvotes: 0
Views: 12566
Reputation: 115
command on your terminal to install it.
sudo gem install cocoapods-deintegrate
command on your terminal to install it.
sudo gem install cocoapods-clean
3.Go to your project folder from terminal and type
pod deintegrate
Again
pod clean
5.delete the podfile manually or type in
rm Podfile
Note: make sure you copy all the pod names before deleting
Upvotes: 1
Reputation: 180
It looks like an issue with cocoPods not being installed. If you install cocoPods that should resolve it for you.
Upvotes: 1