我正在使用Corona SDK开发,这是OS X 10.10上最新的公开发行版(v3.0,build 2015.2646)。
我已经从这里下载了pubnub电晕回购:https://github.com/pubnub/lua/
当我尝试运行pubnub示例时,多个示例在核心pubnub.lua库中出现运行时错误。
例如,example-channel-information,example-mathmania,example-multi-drum。
它们都导致控制台运行时错误:
Oct 20 10:46:51.328: Runtime error
.../pubnub/corona/examples/example-channel-information/pubnub.lua:534: attempt to call upvalue 'callback' (a table value)
stack traceback:
[C]: in function 'callback'
.../pubnub/corona/examples/example-channel-information/pubnub.lua:534: in function <.../pubnub/corona/examples/example-channel-information/pubnub.lua:532>
(tail call): ?
这是我的环境问题,还是有更新的pubnub.lua版本,或者这是一个错误?
感谢