Closed Aidurber closed 6 years ago
When running pod install it fails with the following:
pod install
[!] Failed to load 'react-native-directed-scrollview' podspec: [!] Invalid `react-native-directed-scrollview.podspec` file: syntax error, unexpected tCONSTANT, expecting keyword_end s.dependency 'React' ^ /Users/andrewdurber/code/testapp/node_modules/react-native-directed-scrollview/react-native-directed-scrollview.podspec:21: unterminated string meets end of file /Users/andrewdurber/code/testapp/node_modules/react-native-directed-scrollview/react-native-directed-scrollview.podspec:21: syntax error, unexpected end-of-input, expecting keyword_end.
Which was caused by the single quote being: ’ instead of '
’
'
Already got a PR setup and ready to go #26
Good catch! Merged #26
@chrisfisher Still occurring with a fresh install and re-link.
I think the package.json needs bumping and a new publish needs doing. :smile:
Oops! Done now.
When running
pod install
it fails with the following:Which was caused by the single quote being:
’
instead of'
Already got a PR setup and ready to go #26