Instamojo/ios-sdk

Not working with Xcode 10, iOS 12

Closed this issue · 1 comments

Tried Implementing Instamojo on my project. Building project returns following error:

ld: /Users/anand/Documents/MyProject/Pods/InstaMojoiOS/InstaMojoiOS-Release-iphoneuniversal/InstaMojoiOS.framework/InstaMojoiOS compiled with older version of Swift language (4.0) than previous files (unknown ABI version 0x06) file '/Users/anand/Documents/MyProject/Pods/InstaMojoiOS/InstaMojoiOS-Release-iphoneuniversal/InstaMojoiOS.framework/InstaMojoiOS' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Pod File

pod 'Instamojo', :git => 'https://github.com/Instamojo/ios-sdk.git', :tag => '1.0.15'
pod 'InstaMojoiOS', '0.0.3'

Worked with new release 1.0.16