Is there a way to identify the iOS device CPU architecture in runtime?
Thank you.
I think this is the better way,
#import NXArchInfo *info = NXGetLocalArchInfo(); NSString *typeOfCpu = [NSString stringWithUTF8String:info->description]; //typeOfCpu = "arm64 v8"