Closed jaquinocode closed 2 years ago
This could potentially be fixed in the next release since pod-install had a lot of improvements https://github.com/expo/expo-cli/pull/4084
This appears to be fixed in 0.1.31
I have the same behavior with version 1.1.38, therefore, I think this issue should be reopened. npx pod-install
Pod installation complete! There are 93 dependencies from the Podfile and 101 total pods installed.
- Check to see if there is an updated version that contains the necessary podspec file
- Contact the library maintainers or send them a PR to add a podspec. The react-native-webview podspec is a good example of a package.json driven podspec. See https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec
- If necessary, you can disable autolinking for the dependency and link it manually. See https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library
- Check to see if there is an updated version that contains the necessary podspec file
- Contact the library maintainers or send them a PR to add a podspec. The react-native-webview podspec is a good example of a package.json driven podspec. See https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec
- If necessary, you can disable autolinking for the dependency and link it manually. See https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library
pod install
[!] use_native_modules! skipped the react-native dependency 'custom-module'. No podspec file was found.
- Check to see if there is an updated version that contains the necessary podspec file
- Contact the library maintainers or send them a PR to add a podspec. The react-native-webview podspec is a good example of a package.json driven podspec. See
https://github.com/react-native-community/react-native-webview/blob/master/react-native-webview.podspec
- If necessary, you can disable autolinking for the dependency and link it manually. See
https://github.com/react-native-community/cli/blob/master/docs/autolinking.md#how-can-i-disable-autolinking-for-unsupported-library
[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target `CustomProject` to `Target Support Files/Pods-CustomProject/Pods-CustomProject.qa.xcconfig` or include the `Target Support Files/Pods-CustomProject/Pods-CustomProject.qa.xcconfig` in your build configuration (`CustomProject.release.xcconfig`).
Summary
Me running
pod install
:Me running
npx pod-install
:It was very confusing for me to see
with no other context until I realized that it is output that's been cut off or something from the actual full warning given by
pod install
.Environment
Please specify your device/emulator/simulator platform, model and version
N/A
Error output
Reproducible demo or steps to reproduce from a blank project
I can't give my project code to reproduce unfortunately.
Doing the above commands to a project that produces the warning will probably reproduce the same issue, though. So step 1 would be to get a project that produces that warning, or maybe any warning. And then run
npx pod-install
like I did.