转自:http://stackoverflow.com/questions/8815200/receiver-type-for-instance-message-is-a-forward-declaration You're -init'ing an object without +alloc'ing it. That won't work You're declaring an object as a non-pointer type, that won't work either You'r…
[iOS]使用safari对webview进行调试 在web开发的过程中,抓包.调试页面样式.查看请求头是很常用的技巧.其实在iOS开发中,这些技巧也能用(无论是模拟器还是真机),不过我们需要用到mac自带的浏览器Safari.所以,本文将讲解如何使用Safari对iOS程序中的webview进行调试. 环境信息: Mac OS X 10.10.1 Xcode 6.1.1 iOS 8.1 正文: 1. 打开模拟器(真机)的开发者模式 [设置]->[Safari]->[高级]->[Web检…