I am trying to use Worklite to invoke adapter procedure in watch OS1 application. When I run it, getting the error
我正在尝试使用Worklite来调用监视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)
2 个解决方案
#1
0
Please make sure that you have added required frameworks to watchkit app target.The following libraries/frameworks are required to connect to worklight environment.
请确保您已将必需的框架添加到watchkit app目标。连接到worklight环境需要以下库/框架。
http://developer.ibm.com/mobilefirstplatform/wp-content/uploads/sites/32/2014/12/link-binary.png
I was able to call worklight adapter in my watchkit app.
我能够在我的watchkit应用程序中调用worklight适配器。
#2
0
Apple Watch is not supported currently supported in Worklight/MobileFirst Platform Foundation.
Worklight / MobileFirst Platform Foundation目前不支持Apple Watch。
#1
0
Please make sure that you have added required frameworks to watchkit app target.The following libraries/frameworks are required to connect to worklight environment.
请确保您已将必需的框架添加到watchkit app目标。连接到worklight环境需要以下库/框架。
http://developer.ibm.com/mobilefirstplatform/wp-content/uploads/sites/32/2014/12/link-binary.png
I was able to call worklight adapter in my watchkit app.
我能够在我的watchkit应用程序中调用worklight适配器。
#2
0
Apple Watch is not supported currently supported in Worklight/MobileFirst Platform Foundation.
Worklight / MobileFirst Platform Foundation目前不支持Apple Watch。