Zealing

Results 4 issues of Zealing

pod 安装成功,编译报错 ld: framework not found LuaViewSDK clang: error: linker command failed with exit code 1 (use -v to see invocation) podfile: platform :ios, '7.1' use_frameworks! target 'xxx' do pod...

In Objective -C we can display an Emoji symbol in UILabel,like show \ue415 means a smile face symbol. But all this seems different in a patch file. code like this:...

崩溃截图 ![](http://ww1.sinaimg.cn/large/77cf5fafgw1ewb2s3f720j20u70oddmr.jpg) 打印栈信息 bt - thread #18: tid = 0x5264, 0x009280e6 libglInterpose.dylib`EAGLContext_texImageIOSurface_target_internalFormat_width_height_format_type_plane_invert(EAGLContext*, objc_selector*, __IOSurface*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int, signed char)...

bug

1.plist文件可以驻留在内存,以避免大量大IO操作; 2.基本可以解决静态参数的埋点问题,但是同时也有一种需求是动态的传入参数,参数拼接后组织成一个统计字符串。