As I know, the architecture of the OS is usually used to speed up our OS and add new features with a higher memory managementbut IOS. I am a little confused about the architecture that we usually install in our application, as shown below
Architecture - Standard Architecture (armv7,arm64) Valid Architectures - armv7,arm64,armv7s.
In this regard, we receive a lot of warnings about the sizes and talk of data types, since they 64-bit architectureare used processors, which have datapath widths, integer sizeand memory address widthsof 64 bits.
so my question is: I want to understand what mechanism will work behind this, while I generate a IPAfile for an architecture 32 bitwith architecture support or 64 bit(now I know, after XCode-6we will only create our application with 64-bit architecture with bitcodeenabled in our application to reduce the size of our applications)
can someone help me with this to understand the mechanism architecturespecifically in iOS.
Your help will be appreciated.
source
share