react-native-game-center icon indicating copy to clipboard operation
react-native-game-center copied to clipboard

Podspec issues!

Open HamptonMakes opened this issue 4 years ago • 3 comments

Hi!

Seems like the most recent version of Cocoa Pods is incompatible with the last release.

I get this error when doing a "pod install" after adding the npm module.

[!] The `RNGameCenter` pod failed to validate due to 1 error:
    - ERROR | attributes: Missing required attribute `homepage`.
    - WARN  | source: The version should be included in the Git tag.
    - WARN  | description: The description is equal to the summary.```

HamptonMakes avatar Apr 24 '20 16:04 HamptonMakes

+1

Pretty sure the master branch has the correct update but the package available via npm does not.

TylerIlunga avatar Apr 25 '20 00:04 TylerIlunga

I have the same issue :(

mmskvortsov avatar May 26 '21 15:05 mmskvortsov

Still having the same issue

Solution: fill s.homepage automatically in the RNGameCenter.podspec during installation of the package

wefbak avatar Dec 22 '21 10:12 wefbak