question

alext4 avatar image
alext4 asked

AB Testing iOS support

Hi all, Does the AmazonInsightsSDK.framework for iOS support arm64? I am trying to add AB testing to an existing iOS am and I am getting compile errors from the amazon framework. Undefined symbols for architecture arm64: "_OBJC_CLASS_$_AIAmazonInsights", referenced from: Doe any one know when a new version will be released that supports also 64 bit architecture?
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

DougM@Amazon avatar image
DougM@Amazon answered
Hello Alext4, Yes, the AmazonInsightsSDK does support ARM64 in its current version. If you use the following command: lipo -info ./Apps-SDK/iOS/AmazonInsights/AmazonInsightsSDK.framework/Versions/Current/AmazonInsightsSDK The output will be as follows: Architectures in the fat file: AmazonInsightsSDK are: armv7 armv7s arm64 i386 x86_64 If this is not the case, please go to https://developer.amazon.com/public/resources/development-tools/sdk and download the latest version of the SDK and if you are still having issues please let us know and if you can give us an example Xcode project that reproduces the issue, that would certainly be helpful to trying to figure out what the issue is.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.