WLClient - 为本机 iOS 应用程序调用适配器过程
WLClient - Invoke adapter procedure for native iOS applications
我正在尝试使用 Worklite 在 watch OS1 应用程序中调用适配器过程。当我 运行 它时,出现错误
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_WLClient", referenced from:
objc-class-ref in InterfaceController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
目前 Worklight/MobileFirst Platform Foundation 不支持 Apple Watch。
请确保您已将所需的框架添加到 watchkit 应用 target.The 以下 libraries/frameworks 是连接到 worklight 环境所必需的。
http://developer.ibm.com/mobilefirstplatform/wp-content/uploads/sites/32/2014/12/link-binary.png
我能够在我的 watchkit 应用程序中调用工作灯适配器。
我正在尝试使用 Worklite 在 watch OS1 应用程序中调用适配器过程。当我 运行 它时,出现错误
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_WLClient", referenced from:
objc-class-ref in InterfaceController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
目前 Worklight/MobileFirst Platform Foundation 不支持 Apple Watch。
请确保您已将所需的框架添加到 watchkit 应用 target.The 以下 libraries/frameworks 是连接到 worklight 环境所必需的。
http://developer.ibm.com/mobilefirstplatform/wp-content/uploads/sites/32/2014/12/link-binary.png
我能够在我的 watchkit 应用程序中调用工作灯适配器。