Help with using the App template

Hi,

I’m trying to install the app template in my iphone. It works fine with the xcode simulator.

But when i try to build it in my phone, xcode shows code signing error. (image attached)05%20PM

Is there any solution for this, i do not have a development team account.

Thanks in advance.

Gokz

Running an app on an iOS device requires it to be cryptographically signed by the developer, mostly for security reasons. Luckily, these days, Xcode itself can manage most of the process, like creating private/public keys, uploading the public key to your Apple Developer account, etc.

All you need to do is in the Xcode project settings, select a team. For a solo developer without the $99 Apple Developer program, I think it should say something like Your Name (Personal Team).

image

You can read more about code signing here:

https://help.apple.com/xcode/mac/current/#/dev60b6fbbc7