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 failed #12

Open
dineshmm23 opened this issue Jul 23, 2019 · 3 comments
Open

pod install failed #12

dineshmm23 opened this issue Jul 23, 2019 · 3 comments

Comments

@dineshmm23
Copy link
Contributor

[!] The RNToasty 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.

RN 60.4
IOS 9

@dineshmm23
Copy link
Contributor Author

Pod::Spec.new do |s|
s.name = "RNToasty"
s.version = "1.0.0"
s.summary = "RNToasty"
s.description = <<-DESC
RNToasty
DESC
s.homepage = ""
s.license = "MIT"

s.license = { :type => "MIT", :file => "FILE_LICENSE" }

s.author = { "author" => "author@domain.cn" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/author/RNToasty.git", :tag => "master" }
s.source_files = "RNToasty/**/*.{h,m}"
s.requires_arc = true

s.dependency "React"
#s.dependency "others"

end

Missing homepage when install using yarn

@bockc
Copy link

bockc commented Jul 23, 2019

Same here, adding anything inside the homepage allows me to build, but I'd like not to do this myself :)

@bockc
Copy link

bockc commented Jul 23, 2019

@dineshmm23
Nevermind, just found out that this repo is updated but not published to npm.
Replace "react-native-toasty": "0.0.4" with "react-native-toasty": "git+https://github.com/prscX/react-native-toasty.git"

Then you can run pod install without issue.

Still I don't understand why the npm version is not updated anymore.

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

2 participants