Я использую Paragon NTFS и внешний диск NTFS, а файлы проекта находятся на нем, и до сих пор не было никаких проблем. Проблема началась после обновления XCode до 26 и MacOS до 26.➜ myproj git:(main) ✗ flutter run
Launching lib/main.dart on iPhone 17 Pro Max in debug mode...
Running pod install... 6.8s
Running Xcode build...
Xcode build done. 96.5s
Unable to install /Volumes/External/dev/myproj/build/ios/iphonesimulator/Runner.app on 7F5E868E-4FA0-4C11-A091-EFA797D2CAEB. This is
sometimes caused by a malformed plist file:
ProcessException: Process exited abnormally with exit code 2:
An error was encountered processing the command (domain=IXErrorDomain, code=2):
Simulator device failed to install the application.
Failed to create promise.
Underlying error (domain=IXErrorDomain, code=2):
Failed to create promised transfer to path data promise with name: App Asset: com.mycompany.myproj path:
/Volumes/External/dev/myproj/build/ios/iphonesimulator/Runner.app client: InstallCoordination Simple SPI
Failed to create promise.
Command: /usr/bin/arch -arm64e xcrun simctl install 7F5E868E-4FA0-4C11-A091-EFA797D2CAEB
/Volumes/External/dev/myproj/build/ios/iphonesimulator/Runner.app
Error launching application on iPhone 17 Pro Max.
Подробнее здесь: https://stackoverflow.com/questions/797 ... s-runner-a