How to create an App Clip iOS 14 for an existing project

Viewed 638

How do you add an App clip to an already existing project? I'm sure you will have to target iOS 14 and create some new files. But under New file There is nothing that suggests an app clip.

1 Answers

Just wanted to link this as the resources currently online are way to complicated.

All you need to do to add an app clip to your project:

File -> New -> Target -> Search "App clip" -> Create your app clip and select 'Yes' when it asks if you want to create the scheme.

I hope that helps anyone who had as much trouble with this as I did.

Related