Skip to content

Conversation

@paufau
Copy link

@paufau paufau commented Apr 14, 2024

#18

This problem appears to be caused by autolinking not working. Since without a project file, react native cannot determine the “platforms” field for the podspec and considers it empty. (tested on RN: 0.68.7)

Adding a default project fixes this problem.

This problem can also be solved by linking the library manually by specifying the path to it in the main project's Podfile: pod 'react-native-pull-ups' , :path => "../node_modules/react-native-pull-ups/react-native-pull-ups.podspec"

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.

1 participant