GLKVector3MakeWithArray メソッドを使用してベクターを作成しようとしています。
次のエラーが発生し、その理由について少し困惑しています。
これが私のコードです:
[self.offsetArray addObject:[jsnmphset valueForKey:@"offset"]];
// Create a Vector3f from the array offset stored in the nsdictionary
GLKVector3 offset = GLKVector3MakeWithArray([[self.offsetArray objectAtIndex:0] floatValue]);
ありがとう