Error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65

This is the current situation i am in:

Step:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=******** test

Result:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination id=bc77bedc1ae1f7b8cfcfcc153f66fc1e9b3ec400 test

2020-10-26 16:04:31.775 xcodebuild[3450:176736] DTDeviceKit: deviceType from bc77bedc1ae1f7b8cfcfcc153f66fc1e9b3ec400 was NULL

2020-10-26 16:04:31.918 xcodebuild[3450:176774] DTDeviceKit: deviceType from bc77bedc1ae1f7b8cfcfcc153f66fc1e9b3ec400 was NULL

2020-10-26 16:04:31.918 xcodebuild[3450:176774] DTDeviceKit: deviceType from bc77bedc1ae1f7b8cfcfcc153f66fc1e9b3ec400 was NULL

note: Using new build system

note: Building targets in parallel

note: Planning build

note: Constructing build description

error: No profiles for ‘com.creative.WebDriverAgent.xctrunner’ were found: Xcode couldn’t find any iOS App Development provisioning profiles matching ‘com.creative.WebDriverAgent.xctrunner’. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target ‘WebDriverAgentRunner’ from project ‘WebDriverAgent’)

Test session results, code coverage, and logs:

/var/root/Library/Developer/Xcode/DerivedData/WebDriverAgent-ciegwgvxzxdrqthilmrmczmqvrgu/Logs/Test/Test-WebDriverAgentRunner-2020.10.26_16-04-33-+0800.xcresult

Testing failed:

No profiles for ‘com.creative.WebDriverAgent.xctrunner’ were found: Xcode couldn’t find any iOS App Development provisioning profiles matching ‘com.creative.WebDriverAgent.xctrunner’. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.

Testing cancelled because the build failed.

**** TEST FAILED ****