Overland-iOS
Overland-iOS copied to clipboard
Fix the build and add build instructions into README
The project could not be built from a freshly cloned project without few changes. There were old references to 'GPSLogger' after changing the project name to 'Overland'.
Fixes the following issues:
-
$ pod install [!] Unable to find a target named
GPSLogger, did findOverland. -
Linker command failed: ld: library not found for -lPods-GPSLogger
Also adds 'Installation' section to README (for Xcode novices).