Hello Tolu,
Well done for this plugin . The plugin worked well on simulators but when I tried to build my product for production on iOS it gives me this error.
ld: warning: ignoring file Stash.ng/Plugins/cordova-plugin-paystack/Paystack.framework/Paystack, file was built for x86_64 which is not the architecture being linked (armv7): Stash.ng/Plugins/cordova-plugin-paystack/Paystack.framework/Paystack
Undefined symbols for architecture armv7:
"OBJC_CLASS$_PSTCKTransactionParams", referenced from:
objc-class-ref in PaystackPlugin.o
"OBJC_CLASS$_PSTCKAPIClient", referenced from:
objc-class-ref in PaystackPlugin.o
"OBJC_CLASS$_PSTCKCardParams", referenced from:
objc-class-ref in PaystackPlugin.o
"OBJC_CLASS$_PSTCKCardValidator", referenced from:
objc-class-ref in PaystackPlugin.o
"OBJC_CLASS$_Paystack", referenced from:
objc-class-ref in PaystackPlugin.o
(maybe you meant: OBJC_CLASS$_PaystackPlugin)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Kindly help look into this.
Thanks
Hello Tolu,
Well done for this plugin . The plugin worked well on simulators but when I tried to build my product for production on iOS it gives me this error.
ld: warning: ignoring file Stash.ng/Plugins/cordova-plugin-paystack/Paystack.framework/Paystack, file was built for x86_64 which is not the architecture being linked (armv7): Stash.ng/Plugins/cordova-plugin-paystack/Paystack.framework/Paystack
Undefined symbols for architecture armv7:
"OBJC_CLASS$_PSTCKTransactionParams", referenced from:
objc-class-ref in PaystackPlugin.o
"OBJC_CLASS$_PSTCKAPIClient", referenced from:
objc-class-ref in PaystackPlugin.o
"OBJC_CLASS$_PSTCKCardParams", referenced from:
objc-class-ref in PaystackPlugin.o
"OBJC_CLASS$_PSTCKCardValidator", referenced from:
objc-class-ref in PaystackPlugin.o
"OBJC_CLASS$_Paystack", referenced from:
objc-class-ref in PaystackPlugin.o
(maybe you meant: OBJC_CLASS$_PaystackPlugin)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Kindly help look into this.
Thanks