react-native-create-library icon indicating copy to clipboard operation
react-native-create-library copied to clipboard

.podspec file is created in ios folder

Open alshirokov81 opened this issue 5 years ago • 1 comments

Currently .podspec file is created in ios folder and this is the reason why pod install is not working when you are using your new library. To make it work I had to:

  1. replace .podspec file to the root
  2. edit in replaced .podspec file value s.source_files to s.source_files = "ios/**/*.{h,m}"

alshirokov81 avatar Jan 17 '20 07:01 alshirokov81

@alshirokov81 Did you try npx pod-install instead? It should handle most common problems with pods installation.

contfedorov avatar Feb 17 '22 10:02 contfedorov