Closed grahamjenson closed 1 year ago
Hi Graham,
did you do pod install before opening the project for the first time?
And have a look afterwards at the readme.md. There is an issue with eureka. Everything else should work immediately.
Hey,
Cheers, I made a very basic mistake of opening the project file and not the workspace file. Took me three days to figure that out 🤦
Now to actually learn some coding :)
Great - awaiting your Pull Request ;-)
Hm, I can't get it to run. I get exactly the same error message from the first post. So I do the git clone, then enter the directory and do a pod install. And then I am stuck. Any advice?
I opened the project file but needed to open the workspace file (or vice versa). That fixed it for me.
thanks for helping! Hm... I deleted the target nightguard WatchKit Extension from the Podfile, that also works, but it this the way to go? I can try to open the project file. I opened the workspace file for now.
I was looking at customising some views and I am new to iOS development. I was wondering if you could write a quick setup guide to get a development environment working?
At the moment, when I checkout the master branch and run
pod install
I get the error:I wonder if I am missing some previous step?