The sandbox is not in sync with the Podfile.lock
I am facing this issue in react native during IOS build.
1 Answers
Best Answer
Step1. Clean Project
In the project navigator, select your project
Select your target
Remove all libPods*.a in Build Phases > Link Binary With Libraries
Step2. Update CocoaPods
Launch Terminal and go to your project directory.
Update CocoaPods using the command pod install
Your Answer