Cocoapods-art Installation gives : Unable to find a specification for SocketRocket (= 0.7.1)
depended upon by React-Core
#48001
Labels
Needs: Attention
Issues where the author has responded to feedback.
Needs: Repro
This issue could be improved with a clear list of steps to reproduce the issue.
Needs: Version Info
Description
We build a package for native modules, and we import a native SDK in iOS using cocoapods-art plugin for jfrog.
pod install fails with :
Unable to find a specification for
SocketRocket (= 0.7.1)
depended upon byReact-Core
only when we use :
plugin 'cocoapods-art', :sources => [
'OUR SDK'
]
before upgrading application with RN ^0.73 we had:
Unable to find a specification for libevent (~> 2.1.12)
IMPORTANT:
we are able to solve the bug when:
Steps to reproduce
React Native Version
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/vladgrisko
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: