В Fastlane при попытке залить приложение в TestFlight появляется следующая ошибка:
Set 'ITSAppUsesNonExemptEncryption' in the 'Info.plist' to skip this step and speed up the submission
Решение
Добавить в файл "Info.plist", который находится по пути "ios/NAME_OF_YOUR_POROJECT/Info.plist" следующее:
<key>ITSAppUsesNonExemptEncryption</key> <false/>