ReallySmallSoftware / cordova-plugin-firestore

A Google Firebase Firestore plugin to enable realtime synchronisation between app and cloud and automatically handle limited connectivity.
Other
22 stars 10 forks source link

xcodebuild failed: duplicate output file warning (iOS) #22

Closed jordikitto closed 1 year ago

jordikitto commented 4 years ago

Expected Behavior

cordova build should be able to successfully build.

Actual Behavior

# Many more duplicate output file warnings above not shown here #

Build system information
warning: duplicate output file '/Users/wm/git/jordi.firebasex-test/hello/platforms/ios/build/device/src/core/tsi/transport_security_interface.h' on task: PBXCp /Users/wm/git/jordi.firebasex-test/hello/platforms/ios/Pods/gRPC-Core/src/core/tsi/transport_security_interface.h /Users/wm/git/jordi.firebasex-test/hello/platforms/ios/build/device/src/core/tsi/transport_security_interface.h (in target 'gRPC-Core')

Build system information
warning: duplicate output file '' on task: PBXCp /Users/wm/git/jordi.firebasex-test/hello/platforms/ios/Pods/gRPC-Core/src/core/tsi/transport_security_interface.h /Users/wm/git/jordi.firebasex-test/hello/platforms/ios/build/device/src/core/tsi/transport_security_interface.h (in target 'gRPC-Core')

** ARCHIVE FAILED **

xcodebuild: Command failed with exit code 65

Steps to Reproduce the Problem

  1. Create hello world app cordova create hello com.example.hello HelloWorld
  2. Add this plugin cordova plugin add cordova-plugin-firestore
  3. Add iOS cordova platform add ios
  4. Build cordova build

Specifications