0
"_GContextSetFillColorWithColor", referenced from:
-[GraphView drawLineGraphWithContext:] in GraphView.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
このエラーは何を意味しますか?この行で起こっているようですか?描画で奇妙なエラーが発生する
GContextSetFillColorWithColor(ctx, [[UIColor colorWithRed:1.0 green:0.5 blue:0 alpha:1.0] CGColor]);
yeapです。警告はあまり明確ではありませんでした。暗黙の関数宣言はC99で無効です。 – Ayrad