Method Definition not in @implementation context
Both LLVM and GCC give me the error for the sharedGlobal method (the first one that you gave):
"Method definition not in @implementation context".
Why is that error showing up? It applies only to the first method, not any of the others. Apple's documentation shows the same thing, which explains (part) of my confusion.
|