1

I am simply adding the revmob nothing. fancy I get this error.

Undefined symbols for architecture armv7:
"_kCLLocationAccuracyBest", referenced from: -[RevMobDeviceInfo getUserLocation] in RevMobAds(RevMobDeviceInfo.o) "_kCLDistanceFilterNone", referenced from: -[RevMobDeviceInfo getUserLocation] in RevMobAds(RevMobDeviceInfo.o) "_OBJC_CLASS_$_CLLocationManager", referenced from: objc-class-ref in RevMobAds(RevMobDeviceInfo.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I checked on rebmov documentation and forum. it seem they have removed the method. https://forum.revmobmobileadnetwork.com/topic/108/ios-sdk-missing-setuserlocation-on-revmobads-session

I followed their guideline here http://sdk.revmobmobileadnetwork.com/ios.html#session

Does anyone know how to bypass this error ?

Alok C
  • 2,787
  • 3
  • 25
  • 44

1 Answers1

2

you have to add CoreLocation.framework in xCode

make sure all these frameworks are added in xCode

SystemConfiguration.framework, 
StoreKit.framework
MediaPlayer.framework 
CoreLocation.framework
AdSupport.framework 
Pratik
  • 413
  • 3
  • 6
  • Thanks man, I totally miss out on Corelocation Framework. Let me try this again. If that solves the issue. I will accept your answer. – Alok C Aug 26 '15 at 20:04