I'm having an issue when running the pod install.
This is how my pod file looks like:
platform :ios, '8.0'
target 'Template1' do
pod "PinterestSDK", :git => "https://github.com/pinterest/ios-pdk.git"
end
But it won't install the pods,once i execute pod install , this is the output it gives.
Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use `Template1.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There are 0 dependencies from the Podfile and 0 total
pods installed.
[!] The Podfile does not contain any dependencies.
I'm not sure what's wrong.
Delete "Pods" directory from your project directory(if exist)
In terminal, $open -a xcode Podfile
Use this: (Podfile)
platform :ios, '8.0'
target 'Template1' do
pod “PinterestSDK”
end
In terminal, $ cd YOUR_PROJECT_PATH
pod install
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With