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
I am using this plugin in an Ionic project and ionic cordova build ios is throwing below error:
error: Build input file cannot be found: '~/Library/Developer/Xcode/DerivedData/appName-dwdwljzuxoprmtfctcxxcrismeyj/Build/Intermediates.noindex/ArchiveIntermediates/appName/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/GoogleUtilities_Privacy.bundle/GoogleUtilities_Privacy'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'GoogleUtilities-GoogleUtilities_Privacy' from project 'Pods')
Hello,
I am using this plugin in an Ionic project and
ionic cordova build ios
is throwing below error:error: Build input file cannot be found: '~/Library/Developer/Xcode/DerivedData/appName-dwdwljzuxoprmtfctcxxcrismeyj/Build/Intermediates.noindex/ArchiveIntermediates/appName/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/GoogleUtilities_Privacy.bundle/GoogleUtilities_Privacy'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'GoogleUtilities-GoogleUtilities_Privacy' from project 'Pods')
Here are my environment installed packages:
`ionic info
Ionic:
Ionic CLI : 7.1.5 (/Users/der9078/.nvm/versions/node/v20.10.0/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 7.4.1
@angular-devkit/build-angular : 16.2.3
@angular-devkit/schematics : 16.2.12
@angular/cli : 16.2.12
@ionic/angular-toolkit : 9.0.0
Cordova:
Cordova CLI : 12.0.0 ([email protected])
Cordova Platforms : ios 7.1.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 15 other plugins)
Utility:
cordova-res : not installed globally
native-run : not installed globally
System:
Android SDK Tools : 26.1.1 (/Users/der9078/Library/Android/sdk)
ios-deploy : 1.12.2
ios-sim : 8.0.2
NodeJS : v20.10.0 (/Users/der9078/.nvm/versions/node/v20.10.0/bin/node)
npm : 10.2.3
OS : macOS Unknown
Xcode : Xcode 15.4 Build version 15F31d`
Here are all the plugins installed:
cordova-custom-config 5.1.1 "cordova-custom-config" cordova-plugin-app-version 0.1.14 "AppVersion" cordova-plugin-apprate 1.7.3 "AppRate" cordova-plugin-device 2.1.0 "Device" cordova-plugin-dialogs 2.0.2 "Notification" cordova-plugin-firebase-analytics 5.0.0 "FirebaseAnalyticsPlugin" cordova-plugin-firebase-crashlytics 1.2.0 "Cordova Firebase Crashlytics Plugin" cordova-plugin-ionic-keyboard 2.2.0 "cordova-plugin-ionic-keyboard" cordova-plugin-ionic-webview 5.0.0 "cordova-plugin-ionic-webview" cordova-plugin-market 1.2.0 "Market" cordova-plugin-nativestorage 2.3.2 "NativeStorage" cordova-plugin-network-information 3.0.0 "Network Information" cordova-plugin-safariviewcontroller 2.0.0 "SafariViewController" cordova-plugin-splashscreen 5.0.2 "Splashscreen" cordova-plugin-statusbar 2.4.3 "StatusBar" cordova-plugin-x-toast 2.7.3 "Toast" phonegap-plugin-barcodescanner 8.1.0 "BarcodeScanner"
Cocoapod version:
╰─➤ pod --version
1.16.2
Additional info:
The project builds in Xcode. However, I want the
ionic build ios
command to succeed because this is part of automated CI/CD build script.Any input what could be causing this?
Thank you!
The text was updated successfully, but these errors were encountered: