Quantcast
Channel: Adobe Community : Popular Discussions - AIR Development
Viewing all articles
Browse latest Browse all 24121

Error embedding iOS third party library inside an ANE

$
0
0

Hi,

 

I'm, trying to create a ANE file embedding a third party library, but I'm encountering this problem.

Captura de pantalla 2015-06-10 a las 12.20.51.png

 

Seems files AWSSQS.framework, AWSRuntime.framework are not found because they are not compiled properly. BUT lip -info shows correct information

 

lipo -info ./AWSRuntime.framework/AWSRuntime

Architectures in the fat file: ./AWSRuntime.framework/AWSRuntime are: i386 x86_64 armv7 armv7s arm64

 

My platform-options is:

 

<platform xmlns="http://ns.adobe.com/air/extension/17.0">

    <linkerOptions>

        <option>-ios_version_min 5.1.1</option>

            <option>-framework QuartzCore</option>

            <option>-framework AudioToolbox</option>

            <option>-framework CoreGraphics</option>

            <option>-framework UIKit</option>

            <option>-framework Foundation</option>

    </linkerOptions>

 

    <packagedDependencies>

        <packagedDependency>AWSRuntime.framework</packagedDependency>

       <packagedDependency>AWSSQS.framework</packagedDependency>

        <packagedDependency>libAppoxee_ios_32bit_64bit_sdk_v3.2.4.a</packagedDependency>

    </packagedDependencies>

</platform>

 

 

Any ideas? I'm blocked.

 

Thanks!


Viewing all articles
Browse latest Browse all 24121

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>