05 2016 档案

摘要:问题描述:当运行Xcode6时,编译代码成功,但是登陆模拟器失败,显示错误:The Operation couldn't be completed.(LaunchServicesError error 0.)解决办法:第1种方法.点击当前的模拟器,点击IOS Simulator->Reset Con 阅读全文
posted @ 2016-05-18 14:01 lianhuaren 阅读(249) 评论(0) 推荐(0)
摘要:低版本的cocoa pods在编写Podfile文件时这样写就可以了 platform :ios, '8.0'pod 'AFNetworking' 高版本的cocoa pods在编写Podfile文件必须这样写 platform :ios, '8.0'target "targetName" dopo 阅读全文
posted @ 2016-05-16 14:23 lianhuaren 阅读(121) 评论(0) 推荐(0)
摘要:在Info.plist中添加 NSAppTransportSecurity 类型 Dictionary Dictionary 下添加 NSAllowsArbitraryLoads 类型 Boolean ,值设为 YES,OK搞定 @synthesize executing=_executing; @ 阅读全文
posted @ 2016-05-15 08:21 lianhuaren 阅读(273) 评论(0) 推荐(0)
摘要:jquery mobile cannot be created in a document with origin 'null' and URL http://zhidao.baidu.com/link?url=bwkDXZncLeYhSxnnLl0iX4RLNVs7VZVBGLJE6C7MLbEo 阅读全文
posted @ 2016-05-01 09:56 lianhuaren 阅读(467) 评论(0) 推荐(0)