Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pod install fails, homepage #105

Closed
nabati opened this issue Jun 26, 2017 · 0 comments
Closed

pod install fails, homepage #105

nabati opened this issue Jun 26, 2017 · 0 comments

Comments

@nabati
Copy link
Contributor

nabati commented Jun 26, 2017

~/I/xxx ❯❯❯ pod install
Analyzing dependencies
Fetching podspec for `RNI18n` from `node_modules/react-native-i18n`
[!] The `RNI18n` pod failed to validate due to 1 error.
[!] The validator for Swift projects uses Swift 3.0 by default, if you are using a different version of swift you can use a `.swift-version` file to set the version for your Pod. For example to use Swift 2.3, run: 
    `echo "2.3" > .swift-version`:
    - ERROR | attributes: Missing required attribute `homepage`.

Solved by adding

s.homepage = "https://github.com/AlexanderZaytsev/react-native-i18n"

to react-native-i18n/RNI18n.podspec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant