0

I need the Arm information, according to the model type from the iPhone like: iPhone 6S is "Arm64"

Here's a list of the CPUS types http://dorianroy.com/blog/wp-content/uploads/2016/03/iOS_Support_Matrix_v4.1.pdf

I need this in Objective-c!

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Giulietta
  • 1
  • 1
  • Google for a pdf2objc utility. When it fails, use your favorite editor to create an objective-c class that models this, using your pdf as source. – YvesLeBorg May 02 '16 at 17:08
  • 1
    Have a look here http://stackoverflow.com/questions/19859388/how-can-i-get-the-ios-device-cpu-architecture-in-runtime – sbarow May 02 '16 at 17:09
  • Autorealese is not available in xcode anymore... – Giulietta May 02 '16 at 18:41
  • 1
    @Giulietta Sure it is, if you were to turn off ARC for your project. Just leave out the call to `autorelease` since you are using ARC. – rmaddy May 02 '16 at 20:47

0 Answers0