Initializing Cocoapods fails #23935
Labels
Bug
Platform: iOS
iOS applications.
Resolution: Locked
This issue was locked by the bot.
Tool: CocoaPods
🐛 Bug Report
Running
pod init
andpod install
in a new app fails with the following error:To Reproduce
Expected Behavior
pod install
should completely without an error.Code Example
https://github.com/segmentio/CocoaPodsFailingDemo
Environment
The issue is that the
tvOSTests
target is generated twice To fix the issue, you have to manually edit the Podfile to remove the duplicate section https://github.com/segmentio/CocoaPodsFailingDemo/pull/1/files.I'm not 100% sure if this is a React Native issue, or an issue in CocoaPods.
The text was updated successfully, but these errors were encountered: