How do I compile mac osx app developed on 64 bit Mac OSX to run on 32 bit?

前端 未结 1 1527
时光说笑
时光说笑 2021-01-28 08:38

I am writing a program in mac osx mountain lion 10.8 in Objective C/C++ . The machine is 64 bit. I am new to mac world coming from windows .Net development and C/C++

G

相关标签:
1条回答
  • 2021-01-28 09:24

    Set the Base SDK to Current version of Mac (ex. 10.7) Set the Deployment SDK to older version (ex.1.4)

    Change Deployment target as : enter image description here

    Change Base SDK as:enter image description here

    Just above this you will find architectures, you can change them to 32 or 64 as your need

    0 讨论(0)
提交回复
热议问题