You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this plugin with the latest version of cordova-plugin-googleplus, the installation of googleplus fails with lots of warnings of the following kind:
[!] Found multiple specifications for `GoogleUtilities (6.1.0)`:
- /Users/xyz/.cocoapods/repos/cocoapods-/Specs/0/8/4/GoogleUtilities/6.1.0/GoogleUtilities.podspec.json
- /Users/xyz/.cocoapods/repos/master/Specs/0/8/4/GoogleUtilities/6.1.0/GoogleUtilities.podspec.json
My Podfile:
source 'https://cdn.cocoapods.org/'
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!
target 'MyApp' do
project 'MyApp.xcodeproj'
pod 'Firebase/Core', '6.11.0'
pod 'Firebase/Auth', '6.11.0'
pod 'Firebase/Messaging', '6.11.0'
pod 'Firebase/Performance', '6.11.0'
pod 'Firebase/RemoteConfig', '6.11.0'
pod 'Fabric', '1.10.2'
pod 'Crashlytics', '3.14.0'
pod 'GoogleSignIn', '~> 4.4.0'
pod 'GoogleUtilities', '~> 6.3.0'
end
cordova-plugin-googleplus uses the old Cocoapods Spec Url which leads to the two sources in the Podfile.
When reverting the url change in #173, both plugins successfully install.
The text was updated successfully, but these errors were encountered:
hoi4
changed the title
Installation of other plugins fails due to new Cocoapods Spec Url
Installation of cordova-plugin-googleplus fails due to new Cocoapods Spec Url
Jan 10, 2020
When using this plugin with the latest version of
cordova-plugin-googleplus
, the installation of googleplus fails with lots of warnings of the following kind:My Podfile:
cordova-plugin-googleplus
uses the old Cocoapods Spec Url which leads to the two sources in the Podfile.When reverting the url change in #173, both plugins successfully install.
Environment information
9.0.0 ([email protected])
Installed platforms: android 8.1.0 ios 5.1.1
v10.18.0
The text was updated successfully, but these errors were encountered: