Skip to main content
Participant
July 25, 2012
Question

ld: symbol(s) not found for architecture armv7

  • July 25, 2012
  • 2 replies
  • 1925 views

Hi,

I am using external framework for an SDK called Mobile App Tracker

and i keep on getting this error can any one please help me solve this is killing me

Undefined symbols for architecture armv7:

  "_OBJC_CLASS_$_MobileAppTracker", referenced from:

      objc-class-ref in libcom.freshplanet.Extra.a(ExtraNE.o)

ld: symbol(s) not found for architecture armv7

Compilation failed while executing : ld64

i also used platform option just to test it if that thing is required.

This topic has been closed for replies.

2 replies

October 4, 2012

For using an external framework, you will need to use the AIR 3.5 Beta SDK. In the platform.xml file, you need to include the framework as a packagedDependency and package the framework as part of the ANE.

Participant
October 4, 2012

I think you need to add the Framework manually , Right click on Frameworks->Add files ->Select the framework directory.That worked for me.