I want to add RevMob add in my app but there are some errors
Undefined symbols for architecture i386:
\"_OBJC_CLASS_$_SKStoreProductViewController\", reference
They release a new SDK version (4.6.0) that works perfectly on older Xcode versions!
When your are dropping the files manually in xcode the files are not copied to Bundle. So "SKStoreProductViewController.m" was the file not copied in the bundle so the error occurred. To resolve the error. Drag the files only .m files to Copy Bundle Resource
as shown in the image