• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

ANE - Can't success to include libxml2.dylib

Community Beginner ,
Oct 27, 2015 Oct 27, 2015

Copy link to clipboard

Copied

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.

TOPICS
Development

Views

693

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines