调试 Mac 应用程序时出现问题
我正在尝试运行现有的旧 mac os 目标应用程序。当我尝试运行该应用程序时,出现如下错误:
没有要编译的体系结构(ARCHS=ppc,VALID_ARCHS=i386 x86_64)。
我对 Mac osx 很陌生,你们能帮助我吗?
谢谢你, 钱德拉
I am trying to run an existing old mac os targeted application. When I try to run the application I got an error like as follows,
No architectures to compile for (ARCHS=ppc, VALID_ARCHS=i386 x86_64).
I am very new to Mac osx can you guys please help me?
Thank you,
Chandra
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将目标 ARCH 构建设置设置为“标准(32/64 位)intel”。
Set your targets ARCH build setting to "standard (32/64-bit) intel".
您需要转到“项目属性”展开“目标”,选择“叶子”,右键单击“获取信息”。
将基础 SDK 更新到您当前使用的版本。
希望能解决问题!
You need to Go to Project Properties expand Targets, select Leaves, right-click Get Info.
Update the base SDK to the version you are currently using.
Hope that solves the issue !