rn-splash-screen icon indicating copy to clipboard operation
rn-splash-screen copied to clipboard

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

Open Ranatchai opened this issue 7 years ago • 4 comments

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

Ranatchai avatar Dec 29 '17 11:12 Ranatchai

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'

davidstoker avatar Feb 07 '18 19:02 davidstoker

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

lanjinglingxx avatar Aug 28 '19 02:08 lanjinglingxx

pls merge

Psiiirus avatar Mar 10 '20 13:03 Psiiirus

pls merge

dazjean avatar Jun 28 '20 03:06 dazjean