--
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutter-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/dd883b56-215b-41a9-ac2c-ba70facb1a0d%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/CAHRobMvwhekcKVn3--ZLXkiJ5WBb0g%2BZJcU_UgsiTgJbaP8baA%40mail.gmail.com.
flutter run -v
ons. 14. aug. 2019 kl. 05:25 skrev Dale King <dale...@gmail.com>:
Trying to build a plugin for MacOS based on the example_plugin. I am not a swift developer so making lots of errors, but the problem is that when I try to run the app I get messages that the compiler failed:--** BUILD FAILED **The following build commands failed:CompileSwift normal x86_64 /Users/dking5/Downloads/flutter-desktop-embedding/example/plugins/example_plugin/macos/Classes/ExamplePlugin.swiftCompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler(2 failures)Finished with error: Build process failedBut I cannot seem to find any way to see what the actual compiler errors were. I tried opening the Pods.xcodeproj in xcode but it has no ability to build. I can open the Runner.xcodeproj but if there are compiler errors it just tells me that the plugin doesn't exist.I could make better progress if I could see that actual compiler error messages.
You received this message because you are subscribed to the Google Groups "Flutter Development (flutter-dev)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flutt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/flutter-dev/dd883b56-215b-41a9-ac2c-ba70facb1a0d%40googlegroups.com.
Would still be nice to be able to edit and build in an IDE