I have updated xcode as 6.1 version with ios 8.1.I want to make settings in build settings of project.
What changes should be made in architecture and valid architecture of 32 bit xcode project to convert it into 64 bit support.
Earlier,32 bit xcode project has settings as follows:
architectures:Standard Architecture(armv7 arm64)
valid architectures:armv64 armv7 armv7s
Now,when I changed the architecture setting as...
architectures:Standard Architectures (including 64-bit)...as written in developer.apple.com.
valid architectures:armv64 armv7 armv7s
So,the application runs on ios device with ios 8.1.3 version
I want to know that,when I write in
valid architectures:arm64 armv7 armv7s,error is displayed in flurry sdk which I have used for ios.4.2.3
but ,when I write ..
valid architectures:armv64 armv7 armv7s,then no error displayed,application runs fine.
I know,I will hav to update all my libraries to 64 bit support like flurry sdk,etc.
But,please anyone tell me detail in steps as what should be done to convert 32 bit xcode app into 64 bit app.
And,how one can know the architecture of the libraries used in the project using terminal command.
Thanks..
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…