In my app i have integrated Googlemap using CocoaPod.
Now I want to integrate CitrusPay using CocoaPod but when i have execute pod install command on terminal then i am getting error - [!] Invalid Podfile file:
The target Pods-MyApp already has a platform set..
from /Users/NewFolder/Desktop/xyz.app.MyApp.ios/Podfile:10
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.1'
pod 'GoogleMaps'
Does anyone knows how to solve this error?
Podfilefile: The targetPods-School Diaryalready has a platform set.. # from /Users/Savita/Desktop/Savita/CitrusIntegration/Using CocoaPod/ufony.app.schooldiary.ios/Podfile:10 # ------------------------------------------- # source 'github.com/CocoaPods/Specs.git' > platform :ios, '8.1' # pod 'GoogleMaps' # ------------------------------------------- Savitas-Mac-mini:ufony.app.schooldiary.ios Savita$