I created a simple view program for iPhone, using IB to add a button and a label, once the button is clicked, the label text is changed.
I am able to compile it fine, and ran it. The program/view showed up. But when I clicked on the button, the console showed this message:
This GDB was configured as "i386-apple-darwin".warning: Unable to read symbols for "/System/Library/Frameworks/UIKit.framework/UIKit" (file not found).
warning: Unable to read symbols from "UIKit" (not yet mapped into memory).
I checked UIKit info, it's physically (full path) at:
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.0.sdk/System/Library/Frameworks/UIKit.framework
The relative path to SKD is:
System/Library/Frameworks/UIKit.framework
I'm running the latest final SDK, OS X 10.5.4 latest update.
Anyone had this bizarre problem? I was able to run all Apple samples fine.
Please help!
THanks!