我需要帮助这是我的错误:
体系结构 i386 的未定义符号:“_OBJC_CLASS_$_GameCenterManager”,引用自:ViewController.o 中的 objc-class-ref ld:未找到体系结构 i386 的符号 clang:错误:链接器命令失败,退出代码为 1(使用 -v查看调用)
我正在尝试实现游戏中心。
这是我的 ViewController.h #import:
#import <GameKit/GameKit.h>
#import "GameCenterManager.h"
这是我的 ViewController.m #import:
#import "ViewController.h"
#import "AppSpecificValues.h"
#import "GameCenterManager.h"