'WKInterfaceController'没有可见的@interface声明选择器'initWithContext:'

Rag*_*tto 3 ios xcode6 watchkit

从上一个Xcode测试版开始,我在我的所有项目和所有示例代码中都出现了错误,也像在像Lister app这样的Apple示例代码中出错!

'WKInterfaceController'没有可见的@interface声明选择器'initWithContext:'

在此输入图像描述

问题出在哪儿 ?谢谢

Joh*_*ard 5

代替

self = [super initWithContext:context];
Run Code Online (Sandbox Code Playgroud)

使用

self = [super init];
Run Code Online (Sandbox Code Playgroud)