문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top