kahopoon / Pokemon-Go-Controller

play pokemon go safely or at unavailable area
2.47k stars 275 forks source link

No Such module 'GCDWebServer' #24

Open Jonathanwb opened 8 years ago

Jonathanwb commented 8 years ago

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?

wei-lin-lee commented 8 years ago

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

Jonathanwb commented 8 years ago

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?

watashiarc commented 8 years ago

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.

i-am-kenny commented 8 years ago

Sounds like you may have opened "PokemonController.xcodeproj" instead of "PokemonController.xcworkspace".

JensDebergh commented 8 years ago

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