これは私のエラーです:
アーキテクチャ i386 の未定義シンボル: "_OBJC_CLASS_$_GameCenterManager"、参照元: ViewController.o ld の objc-class-ref: アーキテクチャ 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"