What are the differences between #import and #include in Objective-C and are there times where you should use one over the other? Is one deprecated?
I was reading th
In may case I had a global variable in one of my .h files that was causing the problem, and I solved it by adding extern in front of it.
.h
extern