Skip to main content
Known Participant
October 27, 2015
Question

ANE - Can't success to include libxml2.dylib

  • October 27, 2015
  • 0 replies
  • 748 views

Hello,

I'm upgrading an ANE on a new SDK version. This new SDK required the libxml2.dylib to be included.

So I added it into my platform-ios.xml :

<linkerOptions>

     <option>–lxml2</option>

</linkerOptions>

The ANE compilation works fine, but when compiling on an iOS device I get:

Compilation failed while executing : ld64

Packaging output:

ld: file not found: –lxml2

ld: file not found: –lxml2

What I'm missing?

Build files.

This topic has been closed for replies.