Does the UniMag SDK have 64-bit support?

Problem

I'm trying to compile this SDK in the simulator and it looks like it doesn't have 64-bit support.

Solution

For the simulator, remove the ARM64 slice from the list of architectures in the build options.  When creating a .ipa, retain any desired architectures.

Note

  1. Our SDK supports all valid architectures.  SDK version 7.18 supports i386, X86_64, ARMv7, ARMv7s, and ARM64.  SDK 7.20 retains only ARMv7 and ARM64.  An updated SDK since 7.20 does retain all previous architectures.

  2. The audio jack function is not supported in the simulator at this time