Код: Выделить всё
Unexpected CFBundleExecutable Key.
The bundle at 'Payload/Runner.app/firebase_messaging_Privacy.bundle' does not contain a bundle executable.
If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key
from its Info.plist and using a CFBundlePackageType of BNDL.
[*] Вручное редактирование info.plist inside firebase_messaging_privacy.bunle Скрипт пост-обработки на фазах сборки Xcode для исправления info.plist
[*] Удаление firebase_messaging из подпровода только для iOS
ровно изменяет архив. Info.plist регенерируется каждый раз, когда я строю или архив, вновь введя в себя ключ CFBundleExecutable .>
Подробнее здесь: https://stackoverflow.com/questions/796 ... le-flutter
Мобильная версия