невозможно запустить в IOS для flutter_flavorizr - flutter - error: невозможно загрузить содержимое списка файлов - PullRequest
0 голосов
/ 18 июня 2020

Я пытаюсь создать другой вариант для приложения и пытался использовать

https://pub.dev/packages/flutter_flavorizr

Я выполнил все шаги и в конце попытался выполнить последнюю команду

flutter run --flavor arabic -t lib/main-arabic.dart   

и эта ошибка вышла

https://gist.github.com/axilaris/bd6dd63756ffd7f494188ee71436eaec

2020-06-18 14:04:42.398 xcodebuild[32069:471971] [MT] PluginLoading: Required plug-in compatibility UUID C80A9C11-3902-4885-944E-A035869BA910 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2020-06-18 14:04:42.398 xcodebuild[32069:471971] Failed to load plugin at: /Users/megasap/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Unity4XC.xcplugin, skipping.  Reason for failure: *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]

...

error: Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug arabic-input-files.xcfilelist' (in target 'Runner' from project 'Runner')
error: Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Debug arabic-output-files.xcfilelist' (in target 'Runner' from project 'Runner')
...