I'm using Xcode 12 and I'm trying to adding Universal Type Identifier icon for export and import process.
So I have tried below ways for creating the icon.
- added .png file to shared folder.
- created .icns file using .png file via online tool and added it to project.
- create .icns file using terminal command
iconutil -c icns icns.iconset
But when i click plus button of the first screenshot,
it suggests three files in dialog like second screenshot.
if i choose one of them, it will not come to GUI and changes are not applied to project. Please, help me to resolve this issue , i really appreciate your feedback.

