I am trying to design an app that will open a custom UTI. I have changed the info.plist, and when I click on the file my app shows up in the "open in..." menu, but when I click on it nothing happens. I have tried the same thing using a .pdf file ending and was successful, so why won't my custom UTI open?
Asked
Active
Viewed 131 times
1 Answers
0
Because you got conflicts in your info.plist. You can try to roll back/jump to previous commit if you are using tower or github.Otherwise start with fresh copy of your initial project. So that you can find that where you are getting conflicts.

Ponting
- 2,248
- 8
- 33
- 61
-
I don't see any evidence in the question that the plist contains a merge conflict. – Justin Dec 07 '13 at 17:11