Ошибка трепетания: ProcessException: Процесс завершился ненормально: Обнаружена ошибка при обработке команды - PullRequest
0 голосов
/ 22 марта 2020

Я получаю эту ошибку при работе с Flutter в VSCode:

    ProcessException: Process exited abnormally:
    An error was encountered processing the command (domain=IXUserPresentableErrorDomain, code=1):
    This app could not be installed at this time.
    Could not install at this time.
    Failed to load Info.plist from bundle at path /Users/jackpeplinski/Library/Developer/CoreSimulator/Devices/84A9B01B-2975-42CB-B9C3-FDC832A3C7ED/data/Library/Caches/com.apple.mobile.installd.staging/temp.bAXY1U/extracted/Runner.app/Frameworks/App.framework; Extra info about plist: ACL=<not found> 
    Underlying error (domain=MIInstallerErrorDomain, code=35):
        Failed to load Info.plist from bundle at path /Users/jackpeplinski/Library/Developer/CoreSimulator/Devices/84A9B01B-2975-42CB-B9C3-FDC832A3C7ED/data/Library/Caches/com.apple.mobile.installd.staging/temp.bAXY1U/extracted/Runner.app/Frameworks/App.framework; Extra info about plist: ACL=<not found>
      Command: /usr/bin/xcrun simctl install 84A9B01B-2975-42CB-B9C3-FDC832A3C7ED /Users/jackpeplinski/ideal_way/build/ios/iphonesimulator/Runner.app

    Exited (sigterm)

Я пытался сделать: Hardware> Restart и Hardware> Erase All Content and Settings... на симуляторе, чтобы нет воспользоваться. Я также попытался запустить flutter clean и flutter pub get, но безуспешно.

1 Ответ

0 голосов
/ 23 марта 2020

Следующее, казалось, исправило это: flutter channel master тогда flutter build ios тогда cd ios тогда pod install

...