Expand my Community achievements bar.

SOLVED

arm64 ios

Avatar

Level 1

I get the following error when running on the simulator.  This doesn't show up when building for a physical device.  

Undefined symbols for architecture arm64:

  "_OBJC_CLASS_$_AppMeasurement", referenced from:
   objc-class-ref in AnalyticsAgent.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Is there a version of the AppMeasurement library that would support ARM64 and not give this error?

K. Subramanian

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

The download page for the iOS SDK is here:

https://marketing.adobe.com/developer/en_US/gallery/app-measurement-for-ios

Once you log in, under Attachments you will see links for both v3 and v4 of the SDK.

Jared Butterfield
Mobile Engineer

View solution in original post

3 Replies

Avatar

Correct answer by
Employee

The download page for the iOS SDK is here:

https://marketing.adobe.com/developer/en_US/gallery/app-measurement-for-ios

Once you log in, under Attachments you will see links for both v3 and v4 of the SDK.

Jared Butterfield
Mobile Engineer

Avatar

Employee

Hi,

64-bit is supported on SDK versions 3.2+ and any 4.x version. Hope that helps!

Jared Butterfield
Mobile Engineer

Avatar

Level 1

Can you please provide a download link for the highest 3.x version?

We are not yet ready for the 4.x.

Thanks.

K. Subramanian