aaronpk / Overland-iOS

📌 GPS logger for iOS devices
https://overland.p3k.app
Apache License 2.0
599 stars 93 forks source link

Dev compilation instructions not working #149

Closed clarkezone closed 7 months ago

clarkezone commented 7 months ago

Following the instructions to build project locally (after forking), I'm getting this build error which looks like a missing file and or missing step in the instructions. Not familiar with Pods, any ideas?

Screenshot 2024-04-07 at 9 04 22 AM
momonala commented 7 months ago

I got this issue when I tried building from source a few weeks ago as well, would love to hear a solution on this! Not really a strong iOS developer so not sure where to start, but I couldnt find any good leads from a quick google search.

aaronpk commented 7 months ago

This was after running pod install and opening the workspace file?

https://github.com/aaronpk/Overland-iOS?tab=readme-ov-file#development-setup

One thing that kept tripping me up when using Cocoapods was forgetting to open the xcworkspace file instead of the xcproject file. Make sure you open Overland.xcworkspace

clarkezone commented 7 months ago

Turns out the dev setup instructions don't mention the pod install step so for us SwiftPM types we tend to forget that ;-) PR submitted