Build Error - XCode 15.2, CocoaPods 1.12.1, Cordova 12.0.0

Hi, all,

I'm using MacOS Sonoma, XCode 15.2, CocoaPods 1.12.1/1.15.1, Cordova 12.0.0/11.0.0 and getting the following error when opening the project in XCode and attempting to make a debug build. My process...

sudo ionic cordova platform add ios [give the platforms directory and all contents read/write privileges] sudo ionic cordova prepare ios [change to ios directory] sudo pod init sudo pod install --allow-root [no errors, but get warning about something being overwritten in the build process and that it might affect Pod install, but everything LOOKS ok] [open XCode, set signing certs etc] [attempt to build/deploy to attached iPhone] The current error shows up.

"Unable to load contents of file list: '/Target Support Files/Pods-[myproject]/Pods-[myproject]-frameworks-Debug-input-files.xcfilelist'"

The same error is thrown for Release.

Originally I was using Cordova 11 and CocoaPods 1.15.1, but I incremented Cordova to 12 and rolled back CocoaPods to 1.12.1 just to test...same result.

Any help is appreciated!

Build Error - XCode 15.2, CocoaPods 1.12.1, Cordova 12.0.0
 
 
Q