Add Info.plist in Xcode
is Info.plist deprecated?
Why does manually adding plist cause error?
Manually writing a plist to a project, created by XCode(in the environment) may cause an error because of either redundancy or unrecognized plist(yours).
How do i properly add plist?
Create a plist but through Xcode:
- In project navigator, select the top level folder
- Get to the tab(see General, Sign & Capability, ...) and select "Info"
- Among dropdowns, expand "URL Types" and create a plist by "+" button
- Now you see the plist, created in the navigator
- Right click, "Open As" > "Source Code"
- Delete the key-array pair of "CFBundleURLTypes" if you like to clean