I was looking at the different share extensions for my project but realized it's not quite what I needed, so I deleted the folder and found other installations in build phases I had to delete. But in my info.Plist there was still NSExtension and TRUEPREDICATE that was giving me yellow yield sign when building. I tried to delete the NSExtension Dictionary but it wouldn't build. So I changed TRUEPREDICATE to just a random string to get the message to disappear. But Im worried when I submit to apple it will get declined bc of this. How can I fully remove an app extension from my project?
Asked
Active
Viewed 53 times
1 Answers
0
- Delete the extension from your targets list in the project settings
- Delete the extension from your schemes list in Xcode

nurnachman
- 4,468
- 2
- 37
- 40
-
happy i helped :) you can select my answer – nurnachman Nov 11 '14 at 17:59