Tag: Linked Error
Apple Mach-O-Linker Id Error – OBJC_CLASS_$_MFMailComposeViewController
Xcode displays the Apple Mach-O undefined symbols for architecture error when the library referred in the code is not included as part of Build Phases. For example, I was instantiating MFMailComposeViewController in one of my project MFMailComposeViewController *mc = [[MFMailComposeViewController alloc] init]; And while trying to compile the code, the build failed and displayed the…