Apple has rejected my app by the following reason:
Your app links against the Touch Bar APIs but does not appear to include Touch Bar functionality.
If your app does include Touch Bar functionality, please respond to this message in Resolution Center with steps on how to locate it within your app.
If you do not intend to use Touch Bar, please unlink the Touch Bar APIs and submit an updated binary for review.
How can I disable the Touch Bar APIs?
This happened to me as well, upon
grep
usinggrep
results showedXCode 9
addedallowsCharacterPickerTouchBarItem="NO"
this totextfield
inxib
.Changing this
to following solved the problem for me.