Mac 应用程序归档 - Apple Mach-O 链接器 (Id) 错误
我有一个使用 Obectiveflickr、PHFacebook 等框架的 Mac 应用程序。这些框架被复制到 Library/Frameworks 中,并从那里链接到应用程序。应用程序运行成功,但当我尝试对其进行存档时(为了打包它) ),它给出类似“Apple Mach-O Linker(Id)错误”.objc_class_name_PhFacebook”的错误,引用自:'。我该如何解决这个问题?
谢谢,
LS Developer
I've a Mac application that uses frameworks like Obectiveflickr, PHFacebook etc.These frameworks are copied in Library/Frameworks and these are linked to the application from there.The application runs successfully but when i try to archive it (in order to package it), its giving out error like ' "Apple Mach-O Linker (Id) Error ".objc_class_name_PhFacebook", referenced from:'. How can i solve this?
Thanks,
LS Developer
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当我更改项目的 BuildSettings 时,这个问题得到了解决。 “仅构建活动架构”>发布设置为“是”。最初是“不”。
LS开发者
This issue got solved when i made a change to the BuildSettings of the project. 'Build Active Architecture Only' > Release is set to 'Yes'. Initially it was 'No'.
LS Developer