Thanks!
I did remove my Apple Account in Xcode and then added it back.
I created a new App ID,
I downloaded and installed the new .mobileprovision
updated my project and received this error:
crun devicectl -j /var/folders/p0/8fpmsfvx2hb3_ry5nqwcf9vh0000gn/T/tmpj4yKXi.tmp device install app --device 00008101-001570591183001E /Users/richarddukes/Downloads/LotBot2/LotBot/bin/Debug/net9.0-ios/ios-arm64/LotBot.app
ERROR: Failed to install the app on the device. (com.apple.dt.CoreDeviceError error 3002 (0xBBA))
NSURL = file:///Users/richarddukes/Downloads/LotBot2/LotBot/bin/Debug/net9.0-ios/ios-arm64/LotBot.app/
----------------------------------------
Unable to Install ?LotBot? (IXUserPresentableErrorDomain error 14 (0x0E))
NSLocalizedRecoverySuggestion = Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.Y50i5O/extracted/LotBot.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)
NSLocalizedFailureReason = This app cannot be installed because its integrity could not be verified.
----------------------------------------
Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.Y50i5O/extracted/LotBot.app : 0xe8008015 (A valid provisioning profile for this executable was not found.) (MIInstallerErrorDomain error 13 (0x0D))
Topic:
Code Signing
SubTopic:
General