Open
Description
After updating MultipleImagePicker from version 1.1.8 to the latest 2.2.3, I encountered the following CocoaPods error during installation:
[!] Unable to find a specification for React-jsinspectortracing
depended upon by MultipleImagePicker
You have either:
- out-of-date source repos which you can update with
pod repo update
or withpod install --repo-update
. - mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
What I've tried:
Ran pod repo update
Tried pod install --repo-update
Cleared all Pods/, Podfile.lock, and DerivedData
Fully reinstalled node_modules and pods
Verified the Podfile and all dependencies
Environment:
{
"expo": "^52.0.18",
"react-native": "0.76.5",
"@baronha/react-native-multiple-image-picker": "2.2.3"
}
Metadata
Metadata
Assignees
Labels
No labels