jimneylee
jimneylee
Today I have the same problem, solved it just make thead sleep 0.01s. not a good way BUT minimum change. ``` objc _YMS_PERFORM_ON_MAIN_THREAD(^{ // ...... }); [NSThread sleepForTimeInterval:0.01]; ```
when log the data, I found the reason: didUpdateValueForCharacteristic update data = update data = update data = update data = in main thread, got the data as follow: parse...
Hi, Today I found the same problem, hope fix it, thanks.
哈哈。要是加入这个功能就cool了。不过需要api接口加的。ck.pem文件我可以生成给你。参考这边:http://blog.csdn.net/lwj1396/article/details/8634701
这边还在完善中。
I met the same problem, just remove **const** Webview, and it works. the answer is here: https://groups.google.com/forum/#!topic/flutter-dev/9EDgqWAvlQ8 Hope to help some guys
编译问题解决了。请你git更新下,或者只要删除UI_APPEARANCE_SELECTOR宏就可以了。xcode6下编译确实报错。
不会的。我的也是这个版本。是不是你的Podfile有问题。
@llcq 参考此处:http://stackoverflow.com/questions/26810872/cocoapods-circular-dependency-issue 问题应该是pod0.35版本导致的。可以考虑先装一个0.34版本,或者直接下载全部源码编译运行.http://git.oschina.net/jimneylee/JLWeChat-iPhone/attach_files
@AngryLi 删掉就行,好方法,关于Podfile.lock理解,可以参考此贴http://www.samirchen.com/about-podfile-lock/