Frage

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.

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top