Code Signing Error: Provisioning profile - Packaging

Hi All,

Has anyone seen this error before when trying to Launch to test?
Log:

LogPlayLevel: Code Signing Error: Provisioning profile “iOS Team Provisioning Profile: *” is Xcode managed, but signing settings require a manually managed profile.
LogPlayLevel: Code Signing Error: Code signing is required for product type ‘Application’ in SDK ‘iOS 11.3’

and

LogPlayLevel: RunUAT ERROR: AutomationTool was unable to run successfully.
PackagingResults: Error: Launch failed! Failed to Code Sign

Thoughts on how to fix?

Thanks!
[1]:

resolved.

Hi,
I have the same problem as you mentioned above.
How you solved it?

you have to generate your certificate from your keychain.
Go to keychain access > certificate assistant > create a certificate authority

Then go back to your apple dev site and go from there

I also updated all my xcode and ios to make sure everything was the latest version and deleted the previous certificates

It woks!!! Thanks a lot.