Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter new poject issue on run with xcode 11 and mac os catalina 10.15 #40031

Closed
akashsahay1 opened this issue Sep 7, 2019 · 13 comments
Closed

Comments

@akashsahay1
Copy link

Hi guys,

Today i tried to install flutter on mac os catalina 10.15 with xcode 11 beta 7. Installed it successfully but when I run flutter run -d all for launching app on both simulator it shows this error:

Running Xcode build...

├─Assembling Flutter resources... 9.2s
└─Compiling, linking and signing... 20.9s
Xcode build done. 35.0s
Failed to build iOS app
Error output from Xcode build:

2019-09-07 19:56 xcodebuild[13285] (FSEvents.framework) fsevent_realpath: err(2): [No such file or directory]

** BUILD FAILED **

Xcode's output:

2019-09-07 19:56:40.395 ibtoold[13389:148385] DEBUG: Added to environment: {
TMPDIR = "/var/folders/mk/g8zxn7_j43b2c_tg6_6f9zf40000gn/T/BDDEAF63-6F14-4316-9C74-501C980F2EE2";
}
2019-09-07 19:56:43.307 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
2019-09-07 19:56:43.316 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
2019-09-07 19:56:43.316 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
2019-09-07 19:56:43.316 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
2019-09-07 19:56:43.317 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
2019-09-07 19:56:43.317 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
2019-09-07 19:56:43.317 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
2019-09-07 19:56:43.318 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
2019-09-07 19:56:43.318 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
2019-09-07 19:56:43.318 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
2019-09-07 19:56:43.319 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
2019-09-07 19:56:43.319 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
2019-09-07 19:56:43.320 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
2019-09-07 19:56:43.320 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
2019-09-07 19:56:43.320 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
2019-09-07 19:56:43.321 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
2019-09-07 19:56:43.321 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
2019-09-07 19:56:43.321 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
2019-09-07 19:56:43.322 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
2019-09-07 19:56:43.322 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
2019-09-07 19:56:43.323 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
2019-09-07 19:56:43.326 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
2019-09-07 19:56:43.326 IBCocoaTouchImageCatalogTool[13395:148533] Unable to get image dimensions for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
2019-09-07 19:56:43.333 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
2019-09-07 19:56:43.333 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
2019-09-07 19:56:43.333 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
2019-09-07 19:56:43.333 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
2019-09-07 19:56:43.334 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
2019-09-07 19:56:43.334 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
2019-09-07 19:56:43.334 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
2019-09-07 19:56:43.334 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
2019-09-07 19:56:43.334 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
2019-09-07 19:56:43.335 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
2019-09-07 19:56:43.335 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
2019-09-07 19:56:43.335 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
2019-09-07 19:56:43.335 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
2019-09-07 19:56:43.335 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
2019-09-07 19:56:43.335 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
2019-09-07 19:56:43.335 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
2019-09-07 19:56:43.336 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
2019-09-07 19:56:43.336 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
2019-09-07 19:56:43.336 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
2019-09-07 19:56:43.336 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
2019-09-07 19:56:43.336 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
2019-09-07 19:56:43.337 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
2019-09-07 19:56:43.337 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
2019-09-07 19:56:43.337 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
2019-09-07 19:56:43.337 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
2019-09-07 19:56:43.337 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
2019-09-07 19:56:43.337 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
2019-09-07 19:56:43.338 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
2019-09-07 19:56:43.338 IBCocoaTouchImageCatalogTool[13395:148533] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148732] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148751] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148755] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148732] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148756] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148757] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148751] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148755] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148757] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
2019-09-07 19:56:43.380 IBCocoaTouchImageCatalogTool[13395:148756] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
2019-09-07 19:56:43.381 IBCocoaTouchImageCatalogTool[13395:148732] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
2019-09-07 19:56:43.381 IBCocoaTouchImageCatalogTool[13395:148751] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
2019-09-07 19:56:43.381 IBCocoaTouchImageCatalogTool[13395:148757] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
2019-09-07 19:56:43.381 IBCocoaTouchImageCatalogTool[13395:148756] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
2019-09-07 19:56:43.381 IBCocoaTouchImageCatalogTool[13395:148732] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
2019-09-07 19:56:43.381 IBCocoaTouchImageCatalogTool[13395:148751] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
2019-09-07 19:56:43.381 IBCocoaTouchImageCatalogTool[13395:148757] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
2019-09-07 19:56:43.381 IBCocoaTouchImageCatalogTool[13395:148756] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
2019-09-07 19:56:43.382 IBCocoaTouchImageCatalogTool[13395:148751] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
2019-09-07 19:56:43.382 IBCocoaTouchImageCatalogTool[13395:148757] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
2019-09-07 19:56:43.382 IBCocoaTouchImageCatalogTool[13395:148755] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
2019-09-07 19:56:43.382 IBCocoaTouchImageCatalogTool[13395:148756] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
2019-09-07 19:56:43.382 IBCocoaTouchImageCatalogTool[13395:148755] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
2019-09-07 19:56:43.382 IBCocoaTouchImageCatalogTool[13395:148756] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
2019-09-07 19:56:43.383 IBCocoaTouchImageCatalogTool[13395:148732] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
2019-09-07 19:56:43.383 IBCocoaTouchImageCatalogTool[13395:148755] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
2019-09-07 19:56:43.383 IBCocoaTouchImageCatalogTool[13395:148732] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
2019-09-07 19:56:43.383 IBCocoaTouchImageCatalogTool[13395:148755] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
2019-09-07 19:56:43.383 IBCocoaTouchImageCatalogTool[13395:148751] CoreThemeDefinition: Unable to create image for
file:///Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
/* com.apple.actool.errors /
/Users/akash/Desktop/flutterapps/booktable/flutter_app/ios/Runner/Assets.xcassets: error: Distill failed for unknown reasons.
/
com.apple.actool.compilation-results */
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@2x.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@3x.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@2x.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@3x.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@2x.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@3x.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon60x60@2x.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon60x60@3x.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20ipad.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@2x
ipad.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29ipad.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@2x
ipad.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40ipad.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@2x
ipad.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon76x76ipad.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon76x76@2x
ipad.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/AppIcon83.5x83.5@2x~ipad.png
/Users/akash/Desktop/flutterapps/booktable/flutter_app/build/ios/Debug-iphonesimulator/Runner.app/Assets.car
/Users/akash/Library/Developer/Xcode/DerivedData/Runner-gvycfvqtwwzdutgvbjtbcljkqtos/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist

note: Using new build systemnote: Planning buildnote: Constructing build description

Could not build the application for the simulator.
Error launching application on iPhone 8 Plus.

My setup is fine though

akash@Akashs-iMac ~ % flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel master, v1.10.1-pre.39, on Mac OS X 10.15 19A487m, locale en-IN)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.0)
[✓] Android Studio (version 3.5)
[✓] VS Code (version 1.38.0)
[✓] Connected device (2 available)

• No issues found!

Please suggest me a solution so that i can fix this issue.

This issue is only with iOS simulator & xcode on android simulator it launched perfectly fine.

@nfodor
Copy link

nfodor commented Sep 9, 2019

Yes, same issue, here, by removing the assets, not as intended, it does compile.

@akashsahay1
Copy link
Author

Ok i got it fixed by

  1. Downloading the xcode 10.3 version from the apple dev site. Just downloaded the xcode.xip file.
  2. Removed xcode 11 beta 7 by moving to trash and emptied the trash.
  3. Unzipped the xcode.xip file in downloads folder by double click.
  4. Moved the xcode.app to Applications folder.

Make sure to enable the extension of the files to see the hidden files.

When I downloaded the flutter zip file and extracted it, I wanted my flutter folder to be on desktop so I copied it to desktop.

With out the hidden files enabled all files was not copied to the desktop flutter folder.

Just make sure you have copied all the hidden files as well.

Now I am making the flutter apps.

@akashsahay1
Copy link
Author

I also have to rebuild the flutter project.

@mtellect
Copy link

Hello @akashsahay1 was this issue as a result of Xcode 11? i am currently facing this same issue.
And also i have updated my xcode several times from app store

image

FLUTTER DOCTOR

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.9.1+hotfix.2, on Mac OS X 10.15 19A487m, locale en-GB)
 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.1)
[✓] Android Studio (version 3.5)
[✓] Connected device (1 available)

• No issues found!

ERROR

Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
Running Xcode build...
Xcode build done.                                           23.0s
Failed to build iOS app
Error output from Xcode build:
↳
    2019-10-11 07:02 xcodebuild[1328] (FSEvents.framework) fsevent_realpath: err(2): [No such file or directory]

    ** BUILD FAILED **


Xcode's output:
↳
    2019-10-11 07:02:35.324 ibtoold[1444:147805] DEBUG: Added to environment: {
        TMPDIR = "/var/folders/4d/526ywq0j4zs8bqrvvb46p03r0000gn/T/CA9BF82B-7CDC-4777-BCF6-68698AD0F237";
    }
    2019-10-11 07:02:36.859 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
    2019-10-11 07:02:36.867 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
    2019-10-11 07:02:36.868 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
    2019-10-11 07:02:36.869 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
    2019-10-11 07:02:36.869 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
    2019-10-11 07:02:36.869 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
    2019-10-11 07:02:36.870 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
    2019-10-11 07:02:36.871 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
    2019-10-11 07:02:36.871 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
    2019-10-11 07:02:36.872 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
    2019-10-11 07:02:36.873 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
    2019-10-11 07:02:36.873 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
    2019-10-11 07:02:36.874 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
    2019-10-11 07:02:36.875 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
    2019-10-11 07:02:36.875 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
    2019-10-11 07:02:36.876 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
    2019-10-11 07:02:36.877 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
    2019-10-11 07:02:36.877 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
    2019-10-11 07:02:36.878 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
    2019-10-11 07:02:36.878 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
    2019-10-11 07:02:36.879 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
    2019-10-11 07:02:36.884 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
    2019-10-11 07:02:36.885 IBCocoaTouchImageCatalogTool[1447:147962] Unable to get image dimensions for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
    2019-10-11 07:02:36.897 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
    2019-10-11 07:02:36.897 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
    2019-10-11 07:02:36.898 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
    2019-10-11 07:02:36.898 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
    2019-10-11 07:02:36.898 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
    2019-10-11 07:02:36.898 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
    2019-10-11 07:02:36.898 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
    2019-10-11 07:02:36.899 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
    2019-10-11 07:02:36.899 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
    2019-10-11 07:02:36.899 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
    2019-10-11 07:02:36.899 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
    2019-10-11 07:02:36.900 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
    2019-10-11 07:02:36.900 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
    2019-10-11 07:02:36.900 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
    2019-10-11 07:02:36.900 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
    2019-10-11 07:02:36.901 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
    2019-10-11 07:02:36.901 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
    2019-10-11 07:02:36.901 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
    2019-10-11 07:02:36.901 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
    2019-10-11 07:02:36.902 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
    2019-10-11 07:02:36.902 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
    2019-10-11 07:02:36.902 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
    2019-10-11 07:02:36.902 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png
    2019-10-11 07:02:36.902 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
    2019-10-11 07:02:36.903 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
    2019-10-11 07:02:36.903 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
    2019-10-11 07:02:36.903 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
    2019-10-11 07:02:36.903 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
    2019-10-11 07:02:36.904 IBCocoaTouchImageCatalogTool[1447:147962] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
    2019-10-11 07:02:36.961 IBCocoaTouchImageCatalogTool[1447:148151] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
    2019-10-11 07:02:36.961 IBCocoaTouchImageCatalogTool[1447:148189] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
    2019-10-11 07:02:36.961 IBCocoaTouchImageCatalogTool[1447:148200] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
    2019-10-11 07:02:36.961 IBCocoaTouchImageCatalogTool[1447:148199] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
    2019-10-11 07:02:36.962 IBCocoaTouchImageCatalogTool[1447:148201] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
    2019-10-11 07:02:36.962 IBCocoaTouchImageCatalogTool[1447:148151] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
    2019-10-11 07:02:36.962 IBCocoaTouchImageCatalogTool[1447:148189] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
    2019-10-11 07:02:36.962 IBCocoaTouchImageCatalogTool[1447:148199] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png
    2019-10-11 07:02:36.963 IBCocoaTouchImageCatalogTool[1447:148201] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png
    2019-10-11 07:02:36.963 IBCocoaTouchImageCatalogTool[1447:148200] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png
    2019-10-11 07:02:36.963 IBCocoaTouchImageCatalogTool[1447:148151] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png
    2019-10-11 07:02:36.963 IBCocoaTouchImageCatalogTool[1447:148189] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
    2019-10-11 07:02:36.964 IBCocoaTouchImageCatalogTool[1447:148199] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png
    2019-10-11 07:02:36.964 IBCocoaTouchImageCatalogTool[1447:148200] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png
    2019-10-11 07:02:36.965 IBCocoaTouchImageCatalogTool[1447:148200] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
    2019-10-11 07:02:36.965 IBCocoaTouchImageCatalogTool[1447:148199] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png
    2019-10-11 07:02:36.965 IBCocoaTouchImageCatalogTool[1447Could not build the application for the simulator.:148200] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png
    2019-10-11 07:02:36.965 IBCocoaTouchImageCatalogTool[1447:148199] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png

    2019-10-11 07:02:36.966 IBCocoaTouchImageCatalogTool[1447:148200] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png
    2019-10-11 07:02:36.966 IBCocoaTouchImageCatalogTool[1447:148201] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png
    2019-10-11 07:02:36.967 IBCocoaTouchImageCatalogTool[1447:148189] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png
    2019-10-11 07:02:36.967 IBCocoaTouchImageCatalogTool[1447:148201] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
    2019-10-11 07:02:36.967 IBCocoaTouchImageCatalogTool[1447:148189] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
Error launching application on iPhone 11 Pro Max.
    2019-10-11 07:02:36.968 IBCocoaTouchImageCatalogTool[1447:148201] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
    2019-10-11 07:02:36.968 IBCocoaTouchImageCatalogTool[1447:148189] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png
    2019-10-11 07:02:36.968 IBCocoaTouchImageCatalogTool[1447:148151] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png
    2019-10-11 07:02:36.969 IBCocoaTouchImageCatalogTool[1447:148151] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png
    2019-10-11 07:02:36.969 IBCocoaTouchImageCatalogTool[1447:148199] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png
    2019-10-11 07:02:36.969 IBCocoaTouchImageCatalogTool[1447:148151] CoreThemeDefinition: Unable to create image for file:///Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png
    /* com.apple.actool.errors */
    /Users/bappstack/AndroidStudioProjects/payzeeros/ios/Runner/Assets.xcassets: error: Distill failed for unknown reasons.
    /* com.apple.actool.compilation-results */
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@2x.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@3x.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@2x.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@3x.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@2x.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@3x.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon60x60@2x.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon60x60@3x.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20~ipad.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@2x~ipad.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29~ipad.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@2x~ipad.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40~ipad.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@2x~ipad.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon76x76~ipad.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon76x76@2x~ipad.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/AppIcon83.5x83.5@2x~ipad.png
    /Users/bappstack/AndroidStudioProjects/payzeeros/build/ios/Debug-iphonesimulator/Runner.app/Assets.car
    /Users/bappstack/Library/Developer/Xcode/DerivedData/Runner-gznzxlqdjfkayldskzkgguyizpwb/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist

    note: Using new build systemnote: Planning buildnote: Constructing build description


@akashsahay1
Copy link
Author

Yes, since Xcode 11 is in beta version so you can try the Xcode 10.3 stable version. Just follow the steps I have taken above to fix the problem.

@akashsahay1
Copy link
Author

Catalina is not also officially supported by flutter currently but run correctly as I am already running it perfectly fine.

@Platin21
Copy link

I used Xcode 11.3 here this is officially a stable version and it still does the same thing.
Any idea why apples pice of … does fail?

Interesstingly i do have the same problems with just normal Xcode Projects so i guess it's apples fault.

I used .png / .heic / .pdf nothing worked!

@nfodor
Copy link

nfodor commented Dec 22, 2019 via email

@Amal-David
Copy link

I'm facing the same issue, Tried Xcode 11.3 and 11.4 with mac OS catalina 10.15 but still unable to build successfully. Any feasible solutions?

@Platin21
Copy link

@nfodor Yes i did also a full reinstall and that fixed the problem seems like something in app support or somewhere is leftover.

@tarektaamali
Copy link

@akashsahay1 install Xcode 10.3 is working but isn't solution because to publish app you should build it with SDK version 13 !

@easazade
Copy link

easazade commented Sep 2, 2020

this fix is not a solution anymore since Flutter 1.20.2 requires xcode 11.0.0 to function.

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants