X-code
大大大大大桃子
这个作者很懒,什么都没留下…
展开
-
X-code6 关于模拟器突然不见了..
今天打开X-code,突然发现模拟器就剩一个了.自己mo原创 2014-11-14 18:10:58 · 1519 阅读 · 0 评论 -
接入京东开普勒报错: '+[UIImage imagePathCustomJDKeplerBundle:type:]: unrecognized selector sent to class
接入京东开普勒报错: * Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘+[UIImage imagePathCustomJDKeplerBundle:type:]: unrecognized selector sent to class 0x110553ad8’ 这是因为忽略了设原创 2016-08-11 14:50:14 · 893 阅读 · 0 评论 -
This application's application-identifier entitlement does not match that of the installed applicati
X-code运行报错: This application’s application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed.解决办法: application-identifier冲突原创 2016-06-20 15:13:28 · 21862 阅读 · 1 评论 -
Xcode报错: OS version lower than deployment target
title: ‘Xcode报错: OS version lower than deployment target’ date: 2015-12-24 19:12:23 description: Xcode报错 OS version lower than deployment target. categories: - Xcode - watc原创 2016-01-14 15:22:40 · 8725 阅读 · 3 评论 -
Could not find Developer Disk Image
这是因为您的X-code和您的手机系统不匹配问题.也就是你手机的系统版本在你当前X-code版本上不支持. 解决办法:升级您的X-code到最新版本.原创 2015-12-09 18:51:19 · 579 阅读 · 0 评论 -
xcrun: error: active developer path ("..") does not exist, use `xcode-select --switch path/to/Xcode.
今天运行命令的时候报错: xcrun: error: active developer path ("/Users/soindy/Downloads/Xcode.app/Contents/Developer") does not exist, use `xcode-select --switch path/to/Xcode.app` to specify the Xcode that you原创 2015-12-15 17:18:48 · 1432 阅读 · 1 评论 -
The resource could not be loaded because the App Transport Security policy requires the use of a sec
Xcode 7 报错: Error Domain=NSURLErrorDomain Code=-1022 "The resource could not be loaded because the App Transport Security policy requires the use of a secure connection." 这是因为Xcode 7以后,苹果要求所有的网络请求都是安全的(HTTPS).所有如果本身的服务器不支持HTTPS请求的话就要修改Xcode的默认配置. 在info.pl原创 2015-09-18 16:21:43 · 3302 阅读 · 0 评论 -
iOS ARC项目中引用MRC文件和MRC中引用ARC文件
在ARC项目中引用非ARC文件时,只需要在bulid phases里面配置一下参数-fno-objc-arc.同样ARC的文件在MRC中使用只需要配置成-fobjc-arc即可. .原创 2015-05-30 11:11:38 · 2327 阅读 · 0 评论 -
X-code Pods was rejected as an implicit dependency for 'libPods.a' because its architectures 'armv7'
CocoaPods要求使用CocoaPods 的项目要将 Debug 的Build Active Architecture Only 改为NO,原创 2015-05-15 15:05:17 · 930 阅读 · 0 评论 -
iOS 使用Core Date 如何在控制台打印SQL语句
点击1位置.选择edit scheme原创 2015-03-02 13:55:49 · 613 阅读 · 0 评论 -
iOS 使用X-code打包
问题1:An SSL error has occurred and a secure connection to the server cannot be made 此问题是因为在打包的时候连接不上官网的证书.开始尝试网上的解决办法,把DNS改成114.114.114.114,但是改完以后发现网都上不去了. 后来突然脑残的发现,原来连官网都上不去了.然后换了个网络就咩有问题原创 2015-01-27 09:25:25 · 1640 阅读 · 0 评论 -
Xcode如何编写C++
新建项目 选择C++ coding原创 2017-02-15 15:05:11 · 46704 阅读 · 3 评论