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

[iOS] fix pod install by rename rn-splash-screen.podspec to RCTSplashScreen.podspec #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ranatchai
Copy link

pod install doesn't work if ".podspec" file doesn't have the same name of the project

@davidstoker
Copy link

For anyone else with this issue, you can specify the complete path to the podspec to have it work correctly even with different naming:

pod 'RCTSplashScreen', :path => '../node_modules/rn-splash-screen/rn-splash-screen.podspec'

@lanjinglingxx
Copy link

The name of the given podspec RCTSplashScreen doesn't match the expected one rn-splash-screen

@Psiiirus
Copy link

pls merge

1 similar comment
@dazjean
Copy link

dazjean commented Jun 28, 2020

pls merge

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

Successfully merging this pull request may close these issues.

5 participants