-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
won't build for macOS with error #1
Comments
have you tried starting the example/ project? which swift version are you using? |
I just downloaded the repository and ran the example and it worked, there is something messed up in my project I guess. I actually messed it up to the point that none of my plugins are compiling now so I have to wait for my issue in the flutter repository to be resolved before I figure out what the problem was with my project with this plugin. I will come back and update this thread when I figure it out. |
UPDATE: I just copied the macOS folder from the example project to my projects folder and it built and worked. There is something that is preventing it from being built with the flutter create . folder that is automatically generated by flutter. maybe this plugin was built with an older version of flutter. I got it working but would really like it to work with the latest macOS folder structure |
UPDATE 2: I was messing around with the plugin code and recreated the example folder so that it has the latest macOS folder and I guess the lates swift, then I put a question mark after the `guard let url = try? URL(resolvingBookmarkData: bookmark, options: .withSecurityScope, bookmarkDataIsStale: &isStale) else { |
submitted a pull request |
Thanks for the PR, unfortunately i've already started playing around myself.. i've just pushed a commit into master 1322ce8 maybe you could give this one a try as well? then i'll release a new version to pub |
nice works perfect, I just tested it |
thanks again, published as 0.1.1 🎉️ |
Im getting this error when trying to run on macOS, some help would be appreciated
The text was updated successfully, but these errors were encountered: