Code Sign error: a valid provisioning profile matching the application's Identifier

building a unity example project I get:
Code Sign error: a valid provisioning profile matching the application’s Identifier ‘3294798.com.Test.test’ could not be found

Do I need to setup Xcode to find my provisioning profile or does it automatically know from keychain access? I am just building an example project to test Iphone/Ipad builds.

Make sure no apps are running while deploying (or provisioning your build)

Hi, yes, first you need to have xCode installed and i assume that if you have Apple Developer Program for iOS, you are able to get access to this site

and from there to the iOS provisioning poral

https://developer.apple.com/ios/manage/overview/index.action

where you can set app IDs, register Devices to use for development and also provisioning profiles too. Those will be installed on the device through xCode device manager.
There are some HOW TO’s and videos on the site mentioned above :wink: