The library provides convenient API for using vcx library.
vcx, v. 0.8.2 (included into the project)
- Add the following into your
Podfile:
pod 'MobileWallet'
...
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['ENABLE_BITCODE'] = 'NO'
end
end
end
- Disable Bitcode in Build Settings
- Add
-ObjCflag in "Other flags" - Check
Examples/on how to configure and use the library.