SwiftData.framework Info.plist is missing from the project directory

iOS17 using swiftData & CloudKit. compiles correctly, then throws error "App installation failed: Unable To Install <appname>" Please try again later. Failed to load Info.plist from bundle at path ... /.../simulatorlocation/<appName>.app/Frameworks/SwiftData.framework/Info.plist: No such file or directory.

same error occurs on physical device 15Pro running iOS17.5

how do I fix this?

here is the error: Please try again later. Failed to load Info.plist from bundle at path /Users/<username>/Library/Developer/CoreSimulator/Devices/996C811C-EE2D-47AE-881A-D1D2FA830BCC/data/Library/Caches/com.apple.mobile.installd.staging/temp.kkR2I8/extracted/Payload/<appName>.app/Frameworks/SwiftData.framework; Extra info about "/Users/<username>/Library/Developer/CoreSimulator/Devices/996C811C-EE2D-47AE-881A-D1D2FA830BCC/data/Library/Caches/com.apple.mobile.installd.staging/temp.kkR2I8/extracted/Payload/<appName>.app/Frameworks/SwiftData.framework/Info.plist": Couldn't stat /Users/<username>/Library/Developer/CoreSimulator/Devices/996C811C-EE2D-47AE-881A-D1D2FA830BCC/data/Library/Caches/com.apple.mobile.installd.staging/temp.kkR2I8/extracted/Payload/<appName>.app/Frameworks/SwiftData.framework/Info.plist: No such file or directory