Pokemon-Go-Controller
Pokemon-Go-Controller copied to clipboard
No Such module 'GCDWebServer'
Just fwi sorry, I'm not a developer by any means.
I'm trying to run the PokemonController and came across an error (No Such modile 'GCDWebServer') Really confused as to what this is, help?
Try this
https://github.com/kahopoon/Pokemon-Go-Controller/issues/7
NazimAmin commented 20 hours ago Are you opening the project directly clicking on the PokemonControlle.XcodeProjr? If so, instead in Xcode File -> Open ->Select the whole folder Pokemon-Go-Controller-master
I was, and I'm able now to run the PokemonController app, but I'm confused as to the 'Get Controller message' The second part says to "write to somewhere your gpx file you want to put." and I have no idea where to put a .Gpx file in the code, nor do I know how to link it properly?
The python script is run in parallel to the ios simulation of PokemonController app.
[In Terminal, cd to the folder containing script, then do this] python readAndChangeXML.py
The python script creates a gpx file and by default, it is written to the git clone folder as pokemonLocation.gpx. This file is being constantly updated by the ios simulation if you have both running. I haven't gotten to the part where the gpx file is sent to the pokemon go device is yet, but got the app controller and python script running.
Sounds like you may have opened "PokemonController.xcodeproj" instead of "PokemonController.xcworkspace".
You will still need to install the pods
inside.
gem install cocoapods
pod install
When the installation is finished be sure to open PokemonController.xcworkspace