Does apportable (apportable.com) support CocoaPods

徘徊边缘 提交于 2019-12-24 05:38:11

问题


I just tried compiling an application with Apportable and got an exception:

In file included from /Users/jblues/ibipit/voucherBlaster/VoucherBlaster/Client/Utils/RXMLElement+VBMarshalling.h:13: /Users/jblues/ibipit/voucherBlaster/Pods/BuildHeaders/RaptureXML/RXMLElement.h:32:9: fatal error: 'libxml2/libxml/xmlreader.h' file not found

In the Xcode project the header search path for RaptureXML is being set by CocoaPods.

So, first of all, does Apportable currently support CocoaPods?

Update: (off-topic) According to research on StackOverflow policies, this question is indeed off-topic.


回答1:


Apportable does not yet support multiple CocoaPods. Discussion thread and Issue.

The background is that CocoaPods depends upon subproject formats and build scripts not yet incorporated into the Apportable build system.



来源:https://stackoverflow.com/questions/21180743/does-apportable-apportable-com-support-cocoapods

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!