How Single App Binary Supports 64-bit and 32-bit Apps
We can see apple announcement here. . According to this doc, we can submit same binary with supporting 32-bit and also 64-bit. I found one stack overflow answer here . But According to this answer, we should set deployment target as IO7+ . But apple doc said, you can submit this with IOS 7 and IOS 6 support? My question is, How can we generate binary with supporting 32-bit and 64-bit by deployment target IOS6+? Note: I'm using xcode 5.0 Update: Question above is fixed by using xcode 5.0.2 . But I get confused how can I make code for 32-bit as well 64-bit. I know one thing, we must do code for