Skip to content

Commit

Permalink
Fixes issue when building for iOS
Browse files Browse the repository at this point in the history
Updating GoogleUtilities Pod fixes error "Failed to install 'cordova-plugin-googleplus': Error: pos: Command failed with exit code 1" when building for iOS on Xcode 12.3
  • Loading branch information
thomaslian authored Feb 6, 2021
1 parent c129064 commit 8e93d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
</config>
<pods use-frameworks="true">
<pod name="GoogleSignIn" spec="~> 5.0.2"/>
<pod name="GoogleUtilities" spec="~> 6.7"/>
<pod name="GoogleUtilities" spec="~> 7.2.2"/>
</pods>
</podspec>

Expand Down

0 comments on commit 8e93d48

Please sign in to comment.