240 发简信
IP属地:福建
  • 无标题文章

    关于xcode真机调试关于There was an internal API error.解决方法 bulid settings -> pac...

  • mac 使用瓶子手机抓包

    (1)获取mac ip地址:命令 ifconfig en0; (2)手机设置代理:代理地址设置macip地址 端口默认8888 注意手机和mac...

  • 关于AFNetworking 3.0 @"NSLocalizedDescription" : @"Request failed: unacceptable content-type: text/html" 错误

    解决方法: 修改AFNetworking中AFURLResponseSerialization.m文件 在226行,将 self.accepta...

  • Resize,w 360,h 240
    关于You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE)报错解决

    一种就是换成 enable bitcode 的第三方库,再有一种就是将工程的 ENABLE_BITCODE 设置为 false 就可以了。 第二种: