Closed cipherCOM closed 9 years ago
If extern is omitted linker issues arise such as the following:
extern
duplicate symbol _AGKLineZero in: /[...]/Objects-normal/x86_64/MyFile.o /[...]/libPods-AGGeometryKit.a(AGKLine.o) ld: 1 duplicate symbols for architecture x86_64
Normally extern should also be applied to all functions, but the constants are especially important due to failing compiles.
Thanks!
Pushed 1.1.2 to cocoa pods trunk
If
extern
is omitted linker issues arise such as the following: