Skip to main content
Participant
October 7, 2015
Question

Missing dependency for platform iPhone-ARM

  • October 7, 2015
  • 1 reply
  • 446 views

Hi, I'm trying to include a framework inside the ane, this framework doesn't have the usual structure, I've noticed that ios 9 sdk has differently formed framework folders. Anyone has done this with this new ios 9 sdk? it keeps telling me what it says on the title.

This is the platform.xml

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

  <sdkVersion>9.0</sdkVersion>

  <linkerOptions>

  </linkerOptions>

  <packagedDependencies>

  <packagedDependency>ExternalAccessory.framework</packagedDependency>

  </packagedDependencies>

</platform>

Using Air 19 sdk for everything.

This topic has been closed for replies.

1 reply

Participant
October 13, 2015

I have been trying other things, and no matter what I do, what framework or library I try to add in the packaged dependencies, it always gives the same error.