After updating to Xcode 13.1 and SwiftBluetooth 3.0.0, included via Swift Package Manager, I now see the following warning:
found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/rob.hartman/Library/Developer/Xcode/DerivedData/iOS_Example-cvpcvvkpubwmmuebviedncjenzcp/SourcePackages/checkouts/SwiftyBluetooth/Sources/Info.plist
One solution might be to modify Package.swift targets array, exluding that file:
After updating to Xcode 13.1 and SwiftBluetooth 3.0.0, included via Swift Package Manager, I now see the following warning:
One solution might be to modify
Package.swift
targets array, exluding that file: