01 2015 档案

摘要:- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{[self test];// Override point for customi... 阅读全文
posted @ 2015-01-14 21:20 Milo_D 阅读(870) 评论(0) 推荐(0)
摘要:iOS simulator出现问题,提示:An error was encountered while running (Domain = FBSOpenApplicationErrorDomain, Code = 4)解决方案:[iOS Simulator] >>> [Rest Contents ... 阅读全文
posted @ 2015-01-12 11:46 Milo_D 阅读(717) 评论(0) 推荐(0)
摘要:如何安装?1.安装ruby环境,添加淘宝ruby镜像$ gem sources --remove https://rubygems.org///等有反应之后再敲入以下命令$ gem sources -a http://ruby.taobao.org/2.查看是否设置成功:$ gem sources ... 阅读全文
posted @ 2015-01-08 12:29 Milo_D 阅读(974) 评论(0) 推荐(0)
摘要:Xcode 升级到 6.0 后,更新 CocoaPods,出现了如下的警告[!] The `Paopao [Debug]` target overrides the `PODS_ROOT` build setting defined in`Pods/Target Support Files/Pods... 阅读全文
posted @ 2015-01-08 10:05 Milo_D 阅读(696) 评论(0) 推荐(0)
摘要:主要思路就是 ,在要被识别的应用程序B的XCode的info.plist中 如果是Xcode 4.2 ,那么 1. 在info.plist 中 增加 一个 URL Schemes: XXX 添加的具体细节是: 1.1 打开 info.plist ,在 Information ... 阅读全文
posted @ 2015-01-06 10:08 Milo_D 阅读(729) 评论(0) 推荐(0)
摘要:问题如下:解决:更改环境 okStandard architectures (armv7, arm7s) 阅读全文
posted @ 2015-01-04 16:13 Milo_D 阅读(495) 评论(0) 推荐(0)