简体   繁体   中英

Facing Architecture issue with KonyUIContext in Xcode 10

I'm writing iOS FFI methods for Kony application. In that, I'm presenting a viewcontroller on kony form. For this i am using KonyUIContext. Below is the code for the same.

UIStoryboard *storyBoard  =  [UIStoryboard storyboardWithName:@"Main" bundle:nil];
UINavigationController *navVC = [storyBoard instantiateInitialViewController];
[KonyUIContext onCurrentFormControllerPresentModalViewController:navVC animated:NO];

After building the application i am getting error saying below:

Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_KonyUIContext", referenced from: objc-class-ref in KonySupportClass.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

KonySupportClass is my class name. Please help me to get this issue resolved

我已经通过更新Kony插件解决了报告的问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM