
调试
Qearl鱼
健康可爱 没有眼袋
展开
-
iOS开发---The run destination iPhone is not valid for Running the scheme问题
有时候,项目软件的运行版本高于你手机的系统版本,就无法真机测试,出现如下提示解决方法:找到Target 修改成10.1版本的就OK了原创 2017-02-07 15:57:28 · 27223 阅读 · 0 评论 -
Git-出错解决方案集锦
Xcode: “The working copy __ has uncommitted changes” vs. Git status: “nothing to commit, working directory clean”解决方案: 1.Open terminal - cd / to your project directory. 2.Type in: “git reset原创 2017-03-30 14:16:52 · 959 阅读 · 0 评论 -
iOS-Bug收集:You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated
Xcode7.0默认是开启Enable Bitcode的,如果你导入的一些第三方库在编译的时候没有Enable Bitcode 的话,就会导致报错。解决方法有两种:方法一:使用Enable Bitcode的第三方库方法二:将工程中的Enable Bitcode设置为NO原创 2017-03-30 14:31:08 · 485 阅读 · 0 评论 -
iOS-Bug收集cocoaPods-Updating local specs repositories停止不前
最近在使用cocoaPods的时候,老是出现Updating local specs repositories的情况,一直等待着下载,就是不见有反应,后来发现是使用命令pod install被墙了,在网上查找到了新的命令pod install –verbose –no-repo-update,特此记录下来,方便以后使用原创 2017-03-30 14:27:48 · 309 阅读 · 0 评论 -
iOS-Bug收集:CocoaPods 错误 target overrides the `OTHER_LDFLAGS`...
[!] The Paopao [Debug] target overrides the PODS_ROOT build setting defined in Pods/Target Support Files/Pods/Pods.debug.xcconfig'. This can lead to problems with the CocoaPods installation - Us原创 2017-03-30 14:29:39 · 642 阅读 · 0 评论 -
MAC如何允许安装任何来源的软件
打开系统偏好设置,找到安全性与隐私进入安全性与隐私,点击右下角的原创 2017-06-07 17:29:06 · 50655 阅读 · 2 评论 -
快速解决低版本Xcode不支持高版本的iOS真机调试问题
刚升级的iOS11.0,Xcode运行出现这个错误:This iPhone 6s Plus is running iOS 11.0(15A5278f), which may not be supported by this version of Xcode解决方法:1、找到前往指定文件入口2、输入镜像文件路径后,点击前往/Applications/Xcode原创 2017-06-21 11:14:03 · 6161 阅读 · 0 评论