Related questions
-[MyClassName copyWithZone:] unrecognized selector sent to instance
My application crashed with the reason:
-[MyClassName copyWithZone:] unrecognized selector sent to instance
I have two classes. Let's say Class1 and Class2.
Class1 looks like:
Class1.h
@interface Class1 : NSObject {
NSString *imagemd5CheckSum;
UIImage *image;
NSData *fileChunkData;
}
@property (nonatomic, …
Apple Mach-O Linker Error when compiling for device
I've just upgraded to xcode 4.0 and I can no longer deploy to iPhone, I get a Apple Mach-O Linker Error, it still works for the simulator though.
Ld /Users/yveswheeler/Library/Developer/Xcode/DerivedData/iParcel-fkeqjcjcbbhjwhdssjptkdxzzzxh/Build/Intermediates/iParcel.build/Debug-iphoneos/…