get_version
get_version copied to clipboard
Swift compatibility
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>
Got this issue too, tried to add swift version into Pods file, no luck so far..
Hi all. I also encountered this issue and what worked for me is by following the solution here.
@kheldiente can you make a PR?