tcurdt / iProxy

Let's you connect your laptop to the iPhone to surf the web.
http://github.com/tcurdt/iProxy
Apache License 2.0
1.19k stars 198 forks source link

pwd.h not found in iOS 6 #28

Closed ghost closed 5 years ago

ghost commented 12 years ago

Xcode reports that pwd.h is not found when building on iOS 6.

ghost commented 12 years ago

Building and running fails because of this.

basscheffers commented 11 years ago

Found this while looking for a solution for my own app.

It's simple: delete shell.c from your project. Unless you want a CLI to SQLite in your app, you won't need it.