Skip to content
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.

Undefined symbols for architecture armv7 #103

Closed
stephenhandley opened this issue Nov 21, 2012 · 1 comment
Closed

Undefined symbols for architecture armv7 #103

stephenhandley opened this issue Nov 21, 2012 · 1 comment

Comments

@stephenhandley
Copy link

I'm getting the following using BlocksKit with CocoaPods.. anyone run into this?

pod 'BlocksKit', '~> 1.8.0'

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_MFMessageComposeViewController", referenced from:
      l_OBJC_$_CATEGORY_MFMessageComposeViewController_$_BlocksKit in libPods.a(MFMessageComposeViewController+BlocksKit.o)
  "_OBJC_CLASS_$_MFMailComposeViewController", referenced from:
      l_OBJC_$_CATEGORY_MFMailComposeViewController_$_BlocksKit in libPods.a(MFMailComposeViewController+BlocksKit.o)
  "_OBJC_CLASS_$_ASIdentifierManager", referenced from:
      objc-class-ref in libPods.a(FBSettings.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@a2
Copy link
Collaborator

a2 commented Nov 23, 2012

Try linking against the MessageUI framework.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants