且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

(Cordova)Xcode 5.1错误Apple Mach-O Linker错误libCordova.a文件未找到

更新时间:2023-12-03 15:52:28

这个问题使我疯狂了好几个小时.应用程序可以正常构建和运行.无法创建档案.科尔多瓦3.5和Xcode 5.1.1.

This issue was driving me crazy for hours. Apps builds and runs fine. Cannot create archive. Cordova 3.5 and Xcode 5.1.1.

通过使用Somnibyte的注释中的解决方案,我能够解决此问题.我正在创建发行版"构建配置(就像我经常做的那样),但无法从此发行版"配置创建归档.花了几个小时修补和尝试.我终于找到了Somnibyte的评论,试图简单地归档"Release"构建配置,然后……BAM!有效!谢谢谢谢谢谢Somnibyte.希望这可以节省一些时间.

I was able to resolve this issue by using the solution in the comments from Somnibyte. I was creating a "Distribution" build configuration (like I always do), and I was unable to create an archive from this "Distribution" configuration. Spent hours tinkering and trying. I finally found the comment from Somnibyte, attempted to simply archive the "Release" build configuration instead, and... BAM! It worked! Thank you thank you thank you Somnibyte. Hope this saves someone else some time.

我认为问题可能在这里