问题描述:在Xcode6 beta2中使用[extensionContext openURL: completionHandler:]无效
问题分析:查看xcode6 beta2 realse note,发现xcode这版openURL在extension不可用
• openURL does not work from an extension.
问题描述:在Xcode6 beta2中使用[extensionContext openURL: completionHandler:]无效
问题分析:查看xcode6 beta2 realse note,发现xcode这版openURL在extension不可用
• openURL does not work from an extension.
问题描述:在用Xcode6 beta2联机调试输入法时出现如下问题
Message from debugger: Terminated due to signal 9
问题分析:查看xcode6 beta2 realse note,发现xcode这版不支持extension的调试
• Debugging Share or Action app extensions does not work in this release. You will see an error
message similar to: "The app
from debugger: Terminated due to signal 9" (17303593)!
PS:重启电脑和真机都无法解决此问题,上午坏了,下午莫名好了,用了一会又坏了
问题描述:Xcode对如下代码
result= point1
报如下错误
Prefix/postfix '=' is reserved
问题解决:Swift对=前后有空格会认为是保留运算附,改为
result=point1
问题描述:最近在用Swift了,使用CALayer,报如下错误
Use of module 'CALayer' as a type
问题解决:
添加引用:import QuartzCore
报错估计是一个bug
PS:Xcode6.0 beta1
问题描述:在Xcode 5.1.1中用模拟器iOS 6.1跑Tests提示如下错误:
2014-06-18 14:40:49.581 sim[15948:303] /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin/sim: Dead bootstrap subset.
2014-06-18 14:40:50.817 sim[15948:303] Error spawning child process: No such file or directory
未找到方法,好歹只有测试跑在iOS6.1跑不了