2013年2月25日

duplicate symbol _SBJSONErrorDomain in:

摘要: If your iOS project use external static library, sooner or later you will encounter errors like this:ld: duplicate symbol _SBJSONErrorDomain in ...This happens when you use library A and library B, each use the same third party library such as SBJson.One usual way to fix this is rename the conflicti 阅读全文

posted @ 2013-02-25 14:52 Crazy_程序猿 阅读(363) 评论(0) 推荐(0)

导航