摘要:
安装完xcode6.1后,将其改名为Xcode6.1.app,再移动个位置,启动模拟器,问题来了:Unable to boot device in current state: Creating解决办法:You will need to delete this device from your si... 阅读全文
摘要:
Two ways :方法1:copy all the files into your project. --下载https://github.com/rs/SDWebImage。 --把SD项目copy到本地项目中,删除SD项目中的Examples。 --导入ImageIO.framework、MapKit.framework。 --如果本地项目未使用arc,则Compiler Flags中-fobjc-arc。方法2:import the project as a static library. --下载https://github.com/rs/SDWebImage/releas... 阅读全文