转换到ios8解析问题

时间:2014-09-16 23:51:31

标签: ios objective-c xcode ios8 xcode6

我正在将我的应用程序从xcode 5移动到xcode 6(sdk 8.0),整个应用程序因随机解析错误而崩溃。

我已经在堆栈和其他网站上搜索了答案,但大多数只是说错过了一个@end或一个括号,但是我的代码我没有注意到它。

下面是一些代码错误的示例:

    #import <UIKit/UIKit.h>

@interface UITabBar (FlatUI)

- (void)configureFlatTabBarWithColor:(UIColor *)color; UI_APPEARANCE_SELECTOR
- (void)configureFlatTabBarWithSelectedColor:(UIColor *)selectedColor; UI_APPEARANCE_SELECTOR

- (void)configureFlatTabBarWithColor:(UIColor *)color
                       selectedColor:(UIColor *)selectedColor;

@end

以下是带有IDE错误的相同代码的图片:

XCODE 6 Errors

许多其他文件都有完全相同的错误。任何指出这个问题的人都将不胜感激。我刚刚更新到Xcode 6并且已经拔掉了我的头发。

由于

0 个答案:

没有答案