
Xcode
大大大大大桃子
这个作者很懒,什么都没留下…
展开
-
If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
X-Code 7 报错: : CGContextTranslateCTM: invalid context 0x0. If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.X-Code 7 的bug,有强迫症的童鞋不要纠结了. 这是apple的官方bu原创 2015-09-21 10:42:21 · 8021 阅读 · 1 评论 -
-canOpenURL: failed for URL: "wechat://" - error: "This app is not allowed to query for scheme wech
-canOpenURL: failed for URL: "wechat://" - error: "This app is not allowed to query for scheme wech原创 2015-10-12 10:58:59 · 5135 阅读 · 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 · 1463 阅读 · 1 评论 -
Xcode 报错: value of type InerfaceController does not conform to HKWorkoutSessionDelegate in assignmen
Xcode报错: value of type ‘InerfaceController’ does not conform to ‘HKWorkoutSessionDelegate’ in assignment 如果你遇到类似错误,并找到这篇文章的话,请自己抽自己一个大嘴巴子,这是因为你没有遵循相应的协议.同样对于”Cannot assign value of type ‘InterfaceCont原创 2016-01-20 15:09:33 · 807 阅读 · 0 评论 -
Cannot assign value of type 'InterfaceController' to type 'HKWorkoutSessinDelegate'
Xcode报错: Cannot assign value of type ‘InterfaceController’ to type ‘HKWorkoutSessinDelegate’ 如果你遇到类似错误,并找到这篇文章的话,请自己抽自己一个大嘴巴子,这是因为你没有遵循相应的协议.同样对于”value of type ‘InerfaceController’ does not conform to原创 2016-01-20 15:22:59 · 2367 阅读 · 1 评论 -
Xcode 报错: Type '**Controller' does not conform to '**Delegate
Xcode 报错 Type InterfaceController does not conform to HKWorkoutSessionDelegate. 在Swift中,必须实现代理的所有required方法,否则就会报上述错误.拿tableView举个栗子(因为HKWorkoutSessionDelegate就两个方法还都是required的),下面所有required的方法都必须实现,否原创 2016-01-20 15:43:47 · 996 阅读 · 0 评论