Skip to content

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

Open
Ranatchai wants to merge 1 commit into
mehcode:masterfrom
Ranatchai:master
Open

[iOS] fix pod install by rename rn-splash-screen.podspec to RCTSplashScreen.podspec#59
Ranatchai wants to merge 1 commit into
mehcode:masterfrom
Ranatchai:master

Conversation

@Ranatchai

Copy link
Copy Markdown

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

@davidstoker

Copy link
Copy Markdown

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
Copy Markdown

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

@Psiiirus

Copy link
Copy Markdown

pls merge

1 similar comment
@dazjean

dazjean commented Jun 28, 2020

Copy link
Copy Markdown

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