Build error (need help)

Hello. I gave been using unity for a while, but I only just recently started using ti for iOS development. Anyways, just to test things out I downloaded the “iphone-match” from this page. I tried to build the project in Unity and things where fine. But then, when I opened the Xcode file and tried to run the project from within Xcode I get the following error:

What is wrong? I am in apple developer program and everything seems to be in order.

Thank you

You need a provisioning profile set up with the same bundle identifier that you are using. Log on to the Apple developer site, and look at the provisioning profile bit on the right hand side. Rather than using the wizard, what I’d do is:

1 - Set Up a new app ID
2 - Add your testing device(s) with their UDIDs
3 - Set up a development profile
4 - Download the profile and add it to XCode (Drag and drop from Finder)
5 - Make sure your bundle identifier in Unity matches the one you just set up.
6 - Build In Unity
7 - Check XCode - Under Project Settings, make sure the provisioning profile you just set up is selected
8 - Build Your Project.

Hope that helps.

Okay, I am able to get the game onto my iphone. But when I try to run it, it is just stuck at the default “power by Unity. Loading…” screen. What is wrong?