Quote:
Originally Posted by alain55
Yes I have. As a test, i imported all of the headers.
The error I get is:
Warning: Unable to read symbols from "UIKit" (not yet mapped into memory).
warning: Unable to read symbols for "/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics" (file not found).
warning: Unable to read symbols from "CoreGraphics" (not yet mapped into memory).
The NSLog shows:
gpage.myconc string = <UIImageView: 0x554950>
gConc = <UIImageView: 0x554950>
|
I believe that error message is one that you will always get when the application crashes.
I am confused about your code "gpage.myconc string" since the log shows it as a UIImageView yet it should be a string. I am thinking that maybe your code is expecting a string but is finding a UIImageView instead.