You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 5.1.1
Cross-platform modules: 5.1.2
Plugin(s): nativescript-plugin-firebase
Describe the bug
Build for iOS of projects having nativescript-plugin-firebase
and Firestore feature enabled when using Xcode 10's new build
system causes errors similar to the following:
Build system information
error: Multiple commands produce '<PbxCp <project-path>/platforms/ios/build/src/core/ext/filters/client_channel/backup_poller.h>':
1) Target 'gRPC-Core' (project 'Pods') has copy command from '<project-path>/platforms/ios/Pods/gRPC-Core/src/core/ext/filters/client_channel/backup_poller.h' to '<project-path>/platforms/ios/build/src/core/ext/filters/client_channel/backup_poller.h'
2) Target 'gRPC-C++' (project 'Pods') has copy command from '<project-path>/platforms/ios/Pods/gRPC-C++/src/core/ext/filters/client_channel/backup_poller.h' to '<project-path>/platforms/ios/build/src/core/ext/filters/client_channel/backup_poller.h'
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Build for iOS of projects having
nativescript-plugin-firebase
and Firestore feature enabled when using Xcode 10's new build
system causes errors similar to the following:
To Reproduce
tns create master-detail --template tns-template-master-detail
cd master-detail
open node_modules/nativescript-plugin-firebase/scripts/postinstall.js
in a text editoropen firebase.nativescript.json
"firestore": true,
cd node_modules/nativescript-plugin-firebase; npm run postinstall; cd -
tns build ios
=> The build fails with lots of errors similar to the one shown above.
Expected behavior
The build should succeed with the new build system as it does with the legacy one.
The text was updated successfully, but these errors were encountered: