ILGeoNames icon indicating copy to clipboard operation
ILGeoNames copied to clipboard

Various helper classes for accessing the free geocoding services at geonames.org

Results 3 ILGeoNames issues
Sort by recently updated
recently updated
newest added

- (void)dealloc { delegate = nil; //fixes a crash when calling respondsToSelector on deallocated object [userID release]; [super dealloc]; }

//Fix for iOS6 NSInternalInconsistencyException - (void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; [self.searchDisplayController setActive:NO]; }

Could libprofile_rt be broken again in XCode 4.4? I keep getting "ld: library not found for -lprofile_rt" when running the test in this sample project. I'm on Mountain Lion with...