1.1.1
Fix crash when use use_frameworks!
in CocoaPods
. (Failed resource loading)
Add
- Add
LLLogHelperEventDefine.h
to define and record LLDebugTool system event.
Update
- Use method
[UIImage LL_imageNamed:]
to replace method[UIImage imageNamed]
, to solve image resource loading failed. - Use
[LLConfig sharedConfig].XIBBundle
to register XIB file, to solve crash when useuse_frameworks!
inCocoaPods
.