- Download apple-cpu-arch-extract.sh from to a folder on your computer/server
- Copy the iOS Native SDK zip to the same folder where you have copied apple-cpu-arch-extract.sh
- Rename the SDK to Agora_Native_SDK_for_iOS_FULL.zip or Agora_Native_SDK_for_iOS_VOICE.zip
- Open your terminal and cd to the folder where you have copied apple-cpu-arch-extract.sh
- Execute one of following commands, depending on the name of the zip file
./apple-cpu-arch-extract.sh Agora_Native_SDK_for_iOS_FULL.zip <architectureType>
or
./apple-cpu-arch-extract.sh Agora_Native_SDK_for_iOS_VOICE.zip <architectureType>
-
A maximum of two values from the below list are supported for :
- i386
- armv7
- x86_64
- arm64
-
The resulting file will be the SDK that includes the architecture you need.