Xcode print symbol not found for my C function which used in Objective-C method body
问题 Xcode build prints this error . Undefined symbols: "EGViewportDimensionMake(unsigned int, unsigned int, unsigned int, unsigned int)", referenced from: -[Renderer render] in Renderer.o ld: symbol(s) not found collect2: ld returned 1 exit status I cannot figure out what's the problem. I'm not good at classic C syntax. These are the function source code files: EGViewportDimension.h #import <Foundation/Foundation.h> struct EGViewportDimension { NSUInteger x; NSUInteger y; NSUInteger width;