CPLamb / RouteTracker

A mapping app for distributing goods linked to Google sheets
0 stars 0 forks source link

Fix program initialization error #95

Closed CPLamb closed 8 years ago

CPLamb commented 8 years ago

When the app is first loaded there is a problem with reading downloaded files. I think the problem is with our NSUserDefaults. To work around the problem the developer first needs to goto lines 30-31 in MemberListData.m and comment out line 30 & enable line 31. This allows an initial file to be loaded. Then the User can load multiple files from the More-Google Drive selection. After this first run, lines 30-31 should be switched and the app should allow new files to be downloaded AIBM*

*As If By Magic