Closed jarias14 closed 6 years ago
Sorry for the inconvenience of this issue. I downloaded your example app and compared it against my pre-existing app. The difference is that this plugin requires Swift support (my project was OjectiveC). In case anyone experiences the same issue in the future, see this link for help creating a project with Swift support - https://stackoverflow.com/questions/49069957/flutter-create-a-flutter-project-with-swift
Hello All, first of, THANK YOU so much for your hard work on this package. I am a newby to any kind of frontend development and am amazed as to how fast I can get stuff working with packages, specially this one!
I am using XCode 9 because that is what Flutter recommended. At this time, I am only running the sample project from flutter and your package. Nothing fancy. It works great for Android, but when I try to compile for iOS to see it in the simulator, I get the following message:
Does the library need to be eventually upgraded to XCode 9, or would this be something misconfigured on my dev env?