Skip to main content
SangHee
Known Participant
April 18, 2017
Question

How do I link ReplayKit.framework in my air app?

  • April 18, 2017
  • 0 replies
  • 289 views

I made a ANE which link ReplayKit.framework weakly.

I write the platform.xml as the following:

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

    <packagedDependencies>

    <packagedDependency>NaverCafeSDK.framework</packagedDependency>

    </packagedDependencies>

    <linkerOptions>

        <option>-framework SystemConfiguration</option>

        <option>-framework CoreGraphics</option>

        <option>-framework Foundation</option>

        <option>-framework UIKit</option>

        <option>-framework QuartzCore</option>

        <option>-framework ImageIO</option>

        <option>-framework Security</option>

        <option>-framework AssetsLibrary</option>

        <option>-framework CoreMedia</option>

        <option>-framework AVFoundation</option>

        <option>-framework MediaPlayer</option>

        <option>-framework MobileCoreServices</option>

        <option>-framework NaverCafeSDK</option>

        <option>-weak_framework ReplayKit</option>

    </linkerOptions>

</platform>

I built my app in Flash Builder using AIR SDK 23.

My app crashed in the ios devices with iOS 8 version.

Error message is - "Library not loaded: /System/Library/Frameworks/ReplayKit.framework/ReplayKit".

I know that AIR SDK 23 include iOS 9.2.

How can I solve this problem?

Please help me.

This topic has been closed for replies.