【发布时间】:2015-03-18 18:01:51
【问题描述】:
尝试使用 RubyMotion 从 Pebble iOS SDK(静态链接)调用 appMessagesLaunch 会导致以下错误:
Objective-C stub for message appMessagesLaunch: type v@:@? not precompiled. Make sure you properly link with the framework or library that defines this message.
RubyMotion 生成的 BridgeSupport 文件 (vendor/Pebble/PebbleKit.framework/build-iPhoneOS/PebbleKit.framework.bridgesupport) 似乎不包含 appMessagesLaunch 的定义。
有什么想法吗?
使用 RubyMotion 3.6 版 Pebble iOS SDK 克隆自https://github.com/pebble/pebble-ios-sdk/
有关代码示例,请参阅 https://github.com/lshepstone/motion-pebble。
【问题讨论】:
标签: rubymotion pebble-sdk