Reply to comment
Frameworks and PCH files
I had an "iphone moment"
If you add a reference to a framework (in my case, I added CoreLocation.framework), DO NOT forget to add a reference to your PCH file. Vice versa, don't add stuff to your PCH file and not add it to your Frameworks
