RestKit binding error during archiving for Ad Hoc

I use RestKit and the application works fine in debug mode, but when I try to create an archive, I get a whole bunch of binding errors:

_RKRequestCacheDateHeaderKey has a different visibility (default) in ... / Release -iphoneos / theCamera.build / Objects-normal / armv7 / ClientListViewController.o

_RKRequestCacheHeadersExtension has a different visibility (by default) in ... / Release -iphoneos / theCamera.build / Objects-normal / armv7 / ClientListViewController.o

_RKRequestCacheMIMETYpeKey has a different visibility (default) in ... / Release -iphoneos / theCamera.build / Objects-normal / armv7 / ClientListViewController.o,, Can someone help me with this?

thank

+3
source share
1 answer

. :

  • RestKit.xcodeproj
  • ResKit
  • C
  • -fvisibility = hidden
+3

All Articles