simolus3 / fluttie

Easily display stunning Lottie animations in flutter apps with this plugin.
Other
453 stars 54 forks source link

Failed to build iOS app #22

Closed VB10 closed 5 years ago

VB10 commented 5 years ago

Hello try this repo but have this error: Failed to build iOS app Xcode build done. 1.9s Failed to build iOS app Error output from Xcode build: ↳ 2019-06-23 03:12:09.885 xcodebuild[33808:516772] DTDeviceKit: deviceType from 18fa31ab75ccc0cb173716f62d4647b8474cb4b8 was NULL 2019-06-23 03:12:09.885 xcodebuild[33808:516772] DTDeviceKit: deviceType from 18fa31ab75ccc0cb173716f62d4647b8474cb4b8 was NULL 2019-06-23 03:12:09.886 xcodebuild[33808:516772] iPhoneSupport: 📱<DVTiOSDevice (0x7fa0d4d90620), Veli iPhone’u, iPhone, 12.3.1 (16F203), 4934cdce24038ed64c9bf7efd2b8d8a7670a5c19> unable to mount DeveloperDiskImage (Error Domain=com.apple.dtdevicekit Code=601 "Could not find platform" UserInfo={NSLocalizedDescription=Could not find platform}) 2019-06-23 03:12:09.971 xcodebuild[33808:516768] DTDeviceKit: deviceType from 18fa31ab75ccc0cb173716f62d4647b8474cb4b8 was NULL 2019-06-23 03:12:09.971 xcodebuild[33808:516768] DTDeviceKit: deviceType from 18fa31ab75ccc0cb173716f62d4647b8474cb4b8 was NULL 2019-06-23 03:12:09.971 xcodebuild[33808:516768] iPhoneSupport: 📱<DVTiOSDevice (0x7fa0d4d90620), Veli iPhone’u, iPhone, 12.3.1 (16F203), 4934cdce24038ed64c9bf7efd2b8d8a7670a5c19> unable to mount DeveloperDiskImage (Error Domain=com.apple.dtdevicekit Code=601 "Could not find platform" UserInfo={NSLocalizedDescription=Could not find platform})

Flutter doctor: `[✓] Flutter (Channel stable, v1.5.4-hotfix.2, on Mac OS X 10.14.6 18G48f, locale en-TR)

[!] Android toolchain - develop for Android devices (Android SDK version 28.0.3) ! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses [!] iOS toolchain - develop for iOS devices (Xcode 10.2.1) ✗ ios-deploy out of date (1.9.4 is required). To upgrade with Brew: brew upgrade ios-deploy [!] Android Studio (version 3.4) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. [!] IntelliJ IDEA Community Edition (version 2017.1.3) ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. [✓] VS Code (version 1.33.1) [✓] Connected device (3 available)`

Best regards.

ronaldG19 commented 5 years ago

I think this plugin does not support iOS yet

simolus3 commented 5 years ago

True, but that shouldn't stop apps using it from compiling on iOS.

josephchenghmlet commented 5 years ago

I've filed a request #26 for the fixed

simolus3 commented 5 years ago

Just released 0.5.0 which contains that fix. Again, thank you @josephchenghmlet!

josephchenghmlet commented 5 years ago

@simolus3 No problem!