PhoneGap and Xcode 4 on iPhone 3G
I downloaded the latest phone gap and upgraded to the latest version of Xcode. Before I started building my application I wanted to check everything was working fine so I set up my old iPhone 3g for development, started a new phone gap project and tested the basic index page displayed. On the simulator it works fine but on my 3g the index page does not display after the loading page. \
The output shows ...
warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148)/Symbols/usr/lib/info/dns.so (file not found).
warning: No copy of dns.so found locally, reading from memory on remote device. This may slow down the debug session.
Couldn't register com.IanNewman.BrotherCuthbert with the bootstrap server. Error: unknown error code.
This generally means that another instance of this process was already running or is hung in the debugger.(gdb)
and the Program Received signal "SIGABRT" which I understand is the system crashing?
As I have done nothing yet I am just after help getting this working.
I have set the target as iOS 4.2 and this device has 4.2.1
|