Search code examples
iosxcode

How to delete "URL Types" from Xcode?


I did a URL Type but I clicked on the "+" icon again and now I can't delete the others. Maybe I'm stupid but I'm unable to delete them :(
(This option is found under project > Targets > app > Info)

enter image description here


Solution

  • I found a way to delete them: just open the Info.plist, delete the other rows and build/clean the project.

    enter image description here

    EDIT

    You might have to restart XCode to see the changes.