I have some cpp code which I transfered from Linux to OSX. The problem is that it includes a lot of encryption handling so the code is very picky about 64Bit enhancements.
Is there a way to tell xcode that it should not create 64Bit code ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In Xcode 4.1, Select the project from the list of files on the left. Select the target.
Go to the
Build Settingstab. Search forArchitecturessetting. Select32-bit Intel.In a previous version of Xcode, just double click on the target and find the same Architectures selection.