Force the linker to load SM3DARMapView in the app delegate's application:didFinishLaunchingWithOptions: method.
- (BOOL) application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[SM3DARMapView class];
// ...
}
Add -all_load to the target's Other Linker Flags build setting.