I’m using RestKit and the app runs fine in debug mode but when I try to create a archive I get a whole bunch of linking error:
_RKRequestCacheDateHeaderKey has different visibility (default) in … /Release-iphoneos/theCamera.build/Objects-normal/armv7/ClientListViewController.o
_RKRequestCacheHeadersExtension has different visibility (default) in …/Release-iphoneos/theCamera.build/Objects-normal/armv7/ClientListViewController.o
_RKRequestCacheMIMETypeKey has different visibility (default) in …/Release-iphoneos/theCamera.build/Objects-normal/armv7/ClientListViewController.o
.
.
.
Can anybody help me with it?
Thanks
I solved the problem. Here’s how: