get_version icon indicating copy to clipboard operation
get_version copied to clipboard

Swift compatibility

Open nikekannan opened this issue 5 years ago • 3 comments

I get this issue, when i ran the project

Xcode's output:
↳
    === BUILD TARGET connectivity OF PROJECT Pods WITH CONFIGURATION Debug ===
    /Users/Nikesh/.pub-cache/hosted/pub.dartlang.org/get_version-0.1.0/ios/Classes/GetVersionPlugin.m:2:9: fatal error: 'get_version/get_version-Swift.h' file not found
    #import <get_version/get_version-Swift.h>

nikekannan avatar Feb 25 '20 13:02 nikekannan

Got this issue too, tried to add swift version into Pods file, no luck so far..

aleor avatar Mar 09 '20 19:03 aleor

Hi all. I also encountered this issue and what worked for me is by following the solution here.

kheldiente avatar Mar 27 '20 19:03 kheldiente

@kheldiente can you make a PR?

rodydavis avatar May 31 '20 16:05 rodydavis