在引入 XAMPPFRAMEWORK 后,编译运行到ios 4.x时
报运行错误: lazy symbol binding failed: Symbol not found: _objc_storeStrong
解决方式:add -fobjc-arc
to
Other Linker Flags for the main project
在引入 XAMPPFRAMEWORK 后,编译运行到ios 4.x时
报运行错误: lazy symbol binding failed: Symbol not found: _objc_storeStrong
解决方式:add -fobjc-arc
to
Other Linker Flags for the main project