JuiceLv
JuiceLv
运行时报错
按照文档集成,运行APP时crash ``` [WXDebugger registerCallCreateBody:]: unrecognized selector sent to instance ``` crash位置是weexSDK的`WXBridgeManager.m`文件的第88行,也即 ``` [[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]]; ```
**What version of protobuf and what language are you using?** Version: main/v3.6.0/v3.5.0 Language:GO、Objective-C **What operating system (Linux, Windows, ...) and version?** iOS **What runtime / compiler are you using (e.g.,...
崩溃日志: ``` 2016-12-24 17:34:15.625622 HXImagePickerDemo[9698:2285781] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderArray initWithObjects:count:]: attempt to insert nil object from objects[0]' ``` **仅首次运行demo会崩溃!** 崩溃情况还原: 首次运行demo -> 选择照片和选择视频...