I have an App I am converting from Xcode 11 to Xcode 14. I cleaned up several things and fixed deprecated and added new methods, etc. I compiled several times and each time my compiler anomalies were warnings. Mostly debug warnings (print statement commented out but the temp variable was assigned a value which generated an 'assigned but never read' warning; that kind of thing). Time to do the "Settings" cleanup. I did a clean and a reset errors followed by a build. I immediately got this error:
`Build target StarParty of project StarParty with configuration Debug
CpResource /Users/clarkw/Library/Developer/Xcode/DerivedData/StarParty-cgkfxhebstoajgcwqfevvzggyycn/Build/Products/Debug-iphonesimulator/StarParty.app/Settings.bundle /Volumes/Public/Projects/iOSApps/SIGHApps/Swift/StarParty/StarParty/Settings.bundle (in target 'StarParty' from project 'StarParty') cd /Volumes/Public/Projects/iOSApps/SIGHApps/Swift/StarParty builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Volumes/Public/Projects/iOSApps/SIGHApps/Swift/StarParty/StarParty/Settings.bundle /Users/clarkw/ /Developer/Xcode/DerivedData/StarParty-cgkfxhebstoajgcwqfevvzggyycn/Build/Products/Debug-iphonesimulator/StarParty.app
error: open /Volumes/Public/Projects/iOSApps/SIGHApps/Swift/StarParty/StarParty/Settings.bundle/Root.plist: Device not configured (in target 'StarParty' from project 'StarParty')
open /Volumes/Public/Projects/iOSApps/SIGHApps/Swift/StarParty/StarParty/Settings.bundle/Root.plist: Device not configured
Build failed 8/3/23, 01:28 7.5 seconds`
Mac Studio, Apple M2 Ultra, 128GB RAM, Ventura 13.5, Xcode Version 14.3.1 (14E300c) I have diffed the plist file with my original (prior to error plist) and they are identical. Would anyone Please give me a clue what the error means? I'd appreciate it. TIA ClarkW