Xpath query using ANE with AIR3.9 for iOS app

we are building an app for iOS using AIR 3.9 where we have to load and parse the xml document so that we can read the images path and download the stuff on iOS device. To fix this issue we have found a solution using XCode via ANE where by using XPath Query classes such as "PerformXPathQuery", "PerformXMLXPathQuery", "xmlReadMemory" etc. The code is running well when build on simulator itself on mac machine. But when we are packaging the ANE with AIR 3.9, it gives us the error which says that:-
Error occurred while packaging the application:
Undefined symbols for architecture armv7:
  "_xmlReadMemory", referenced from:
      _PerformXMLXPathQuery in libnet.example.download.a(ExampleLib.o)
ld: symbol(s) not found for architecture armv7
Compilation failed while executing : ld64
I have tried linking binary with libraries like "libxml2.dylib", "libxml2.2.dylib" and libz.dylib + added the libXML header files to the header search path in the build properties, but got no help.
our AIR 3.9 platform xml looks like:-
<platform xmlns="http://ns.adobe.com/air/extension/3.9">
    <sdkVersion>4.0.0</sdkVersion>
    <linkerOptions>
        <option>-ios_version_min 4.2</option>
        <option>-framework UIKit</option>
        <option>-framework Foundation</option>
        <option>-framework CoreText</option>
    </linkerOptions>
</platform>
can anyone suggest where we are going wrong!
thanks in advance

Found the solution, i was missing the framework related to xPath library in platform.xml
follow the instuctions from the below link:-
http://forums.adobe.com/thread/1037904
thanks adobe team

Similar Messages

  • How to use unload query using JDBC with Informix database

    Hi friends,
    How can i use unload query using JDBC with Informix database?
    When i use it as "unload to 'abc.txt' select * from ........" it gives syntax error.I want to take the data of a table to a file.With dbaccess i can use it but i need to do it using jdbc.
    Thanks,
    Raneesh.

    To the best of my ability to tell, the right way to use this product from within Power Query would be to use its API. Unfortunately, we don't currently support either of the methods needed to be able to authenticate with the service (OAuth 2.0 and a relatively-custom
    digest-based method). Adding a mechanism to allow use of arbitrary OAuth-protected resources is a fairly high priority for us, and I hope we'll be able to deliver something before mid-2015.
    Scraping the website is very hard to do well -- both from an authentication and from a data discovery perspective.

  • I can't use arabic with excel office for mac 2011

    why i can't use Arabic with excel office for mac 2011?

    anajjar wrote:
    why i can't use Arabic with excel office for mac 2011?
    Because even after 14 years MS has failed to add arabic support to most Office products for Mac.  Instead use Open/LibreOffice or Numbers.

  • Hi- Iphone 5 wont charge using power cable or USB...I am using a genuine apple charger/cable..this started after I was prompted with new update for IOS 7.

    Hi- My  Iphone 5 wont charge using power cable or USB...I am using a genuine apple charger/cable..this started after I was prompted with new update for IOS 7 yesterday. My phone is dead and wouldnt power up ..have tried resetting using itunes but i doesnt detect the phone and..pressing sleep/home button doesnt do anything

    Update
    I guess that it just had a bad connecting port on the phone itself, no clue why it wouldn't work when plugged in both ways other than there is actually some differentiating between the two sides.

  • Is it possible to use aim with a mac for free?

    Is it possible to use aim with a mac for free?

    If you mean the application AIM for Mac, it will depend on your download speed.
    If you mean "Can I use iChat with an AIM a screen name and does it cost anything ?" then the answer is Yes you can and no it does not cost and there is no download to do.
    If you mean "Can I use the AIM service with an @mac screen name and can this be done for free ? " then the answer is again yes.
    A trail account cost nothing and will work in ichat after the 60 days is up
    A Paid for but Lapsed account will also work in iChat and for this purpose can now be considered free.
    As I said and hinted at before your first question does not make it clear what you are actually asking.
    The Application AIM for Mac is stuck at version 4.7 and does not do Video or Audio Only chats.
    It has things that are useful in tweaking Buddy Lists in iChat but it is not specifically needed to contact AIM Buddies.
    9:00 PM Tuesday; June 24, 2008

  • Is there any downside mixing Objective-C with C++ for iOS apps?

    I'd like to use C++ since it's fast and more dynamically in memory reference.
    Is there any downside mixing Objective-C with C++ for iOS apps?
    When googled for info, I only found tutorials about how to let xcode compile Objective-C with C++.
    Thanks for help.

    hokanst wrote:
    Both Objective-C and C++ are (more or less) extensions of C.
    C supports manipulation of pointers and casting of pointers, this implies that both Objective-C and C++ will be able to manipulate C data like arrays, structs ...
    Objective-C has classes like NSData to read/write blocks of bytes from/to file and to access ranges of bytes when the data is loaded into memory.
    C++ probably has similar classes (I'm not well versed in C++ so I don't know).
    If you want to look into using C++ you will probably want to look at Objective-C++, the link below has links to docs on how to use C++ with Objective-C:
    http://stackoverflow.com/questions/3684112/what-is-objective-c
    Thanks for the info, NSData does what I need.
    A replied in the link also mentioned that he's using C++ in his application too. As long as I'm aware of memory management (prevent memory leaks, etc) as @disguise said, it should be fine.
    @etresoft indeed, but C is the base language of ObjC, there are ways to deal with.

  • How to record a time-limited video with Adobe AIR for iOS

    I am trying to record a time-limited video with Adobe AIR for iOS.
    For example, I want to implement the following function. Start a one-minute timer before launching CameraUI to record video. When the timeout event happens after one minute, stop recording video, close the CameraUI view and obtain the video data so far.
      I have several questions related to that.
      1. How to stop recording video from outside the CameraUI view(in this case, from the timeout event handler) and then close the CemeraUI view? As far as I know, to close the CameraUI view, the only way is to press the [Use Video] button or the [Cancel] button from inside the CameraUI view. Is it possible to close it from outside?
      2. Even if the first problem mentioned above is solved, then how can I get the video data so far(in this case, the video data before the timeout). I know that normally we can get a MediaPromise object from MediaEvent parameter of the  complete handler, and read the video data from the MediaPromise object. But obviously in this case, we can not access the MediaPromise object just because the complete handler itself will not be executed since the [Use Video] button is not pressed.
      3. Is it possible to add a stopwatch to show possible remaining recording time when CameraUI view is open? It seems that the CameraUI automatically uses the full screen of iOS device(in my case, iPad) and there is no extra space to show the stopwatch.
      Are there any solutions or workarounds about the three problem above? I really appreciate it if anyone has any idea about this. Thanks in advance.

    You'd have more control by using the Camera object, showing the camera on a video object inside a Sprite, and capturing that. Then you could put whatever graphics alongside it on the stage.. I've used FlashyWrappers in a test to capture the video to the library.  It took some work, but the test worked well...
    Flash/AIR record videos of your apps and games: Rainbow Creatures

  • How to make an hypertext link workable with adobe reader for IOS ?

    Hello,
    Hypertext links in a PDF file work perfectly well on Mac OS (Yosemite).
    The same document on an IPAD with IOS is not able to open an hypertext link ...
    How could I do to solve this problem ?
    An author who want to publish electronic books with hypertext links on mobile devices

    Hello Steve,
    All my best wishes for the new year.
    To answer your question :
    . I am writing books on my IMAC with Yosemite  (10.10.1) using Word (14.4.7)
    of  OFFICE MAC.
    . I can open Hyperlink connection by clicking on the link
            . I save the document in a .PDF format
    . This document is sent to my IPAD with IOS 8.1.2
    . In this .PDF document I am no more able to open hyperlink connection
    Please see attached an abstract of my book.
    Thanks a lot for your help and advices.
    Michel Poncet
    Tel: +33 4 76 89 50 82
    http://www.amazon.fr/Glariand-Copent/e/B007NXP7FU
    De :  Steve Werner <[email protected]>
    Répondre à : 
    <[email protected]>
    Date :  vendredi 2 janvier 2015 03:34
    À :  Michel Poncet <[email protected]>
    Objet :   How to make an hypertext link workable with
    adobe reader for IOS ?
    How to make an hypertext link workable with adobe reader for IOS ?
    created by Steve Werner <https://forums.adobe.com/people/Steve+Werner>  in
    Adobe Reader for iOS - View the full discussion
    <https://forums.adobe.com/message/7058559#7058559>
    Hyperlinks can be of several types. What are you linking to? Exactly what
    application did you test the hyperlinks with on the Mac? What application
    did you use to create the hyperlinks?
    If the reply above answers your question, please take a moment to mark this
    answer as correct by visiting:
    https://forums.adobe.com/message/7058559#7058559 and clicking ŒCorrect¹
    below the answer Replies to this message go to everyone subscribed to this
    thread, not directly to the person who posted the message. To post a reply,
    either reply to this email or visit the message page:
    Please note that the Adobe
    Forums do not accept email attachments. If you want to embed an image in
    your message please visit the thread in the forum and click the camera icon:
    https://forums.adobe.com/message/7058559#7058559 To unsubscribe from this
    thread, please visit the message page at
    , click "Following" at the
    top right, & "Stop Following" Start a new discussion in Adobe Reader for iOS
    by email
    <mailto:[email protected]eso
    ftware.com>  or at Adobe Community
    <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=
    14&container=4631>  For more information about maintaining your forum email
    notifications please go to https://forums.adobe.com/thread/1516624.

  • Cant Capture Screen Recordings with QuickTime Player for making  App Previews

    cant Capture Screen Recordings with QuickTime Player for making  App Previews
    went into that page:
    https://developer.apple.com/app-store/app-previews/imovie/Creating-App-Previews- with-iMovie.pdf
    upgraded to quick time 7 pro
    got stuck here:
    " 4. In the window that appears, select your iOS device as the Camera and Microphone input source".
    the window appeared, no selection is possible

    The instructions in the Developer page you link contemplates that you are using the QTX version instead of QT7 Pro:
    vs.
    QT7 Pro does not allow selection of iOS devices as the Camera and Microphone
 input source.
    QTX is the QT version included with Mac OS X v10.6 Snow Leopard and later.  However, as explained in the Developer page you linked above, if your Mac is not already using it, you need to upgrade to the current (OS X 10.10 Yosemite) OS X Version to use iOS devices as the recording sources in QTX.
    Message was edited by: EZ Jim
    Mac OSX 10.10.2

  • Is new mac book air with 1.3 ghz and 4gb ram good enough for ios app development

    Hello all,
    I am  thinking of purchsaing mac book air 13" with 1.3 ghz and 4gb ram.
    currenlty i am using mac mini.Can any one help me if  new mac book air with 1.3 ghz and 4gb ram good enough for ios app development to make it as my prmary machine for development.
    Ragards.

    A Macbook Pro 13-inch may be a better choice.
    Best.

  • Can I use macbook air for ios app development?

    I would like to know if i can use macbook air for ios app development or macbook pro is only option?

    Just to reinforce what shldr2thewheel says - be very sure what size memory you want if you get a Macbook Air. There is *no* way to change after purchase. My advice is to go for the 4GB option - especially if you want to do app development.
    The internal storage (solid state drive) of the Air can be upgraded if required but it will probably be an expensive option. If you don't think the storage will be enough then maybe using a USB connected drive to hold non-essential files is an option.
    As to deciding between the Air and Pro you are basically making a decision between portability (Air) and expandability/bigger screens (Pro). What is more important to you?
    Mark

  • How to use GPS with google maps in ios 6.01

    How to use GPS with google maps in ios 6.01

    Settings > Privacy > Location Services.
    Make sure Safari is On.

  • When will apple release an update with bug fixes for ios 6?

    when will apple release an update with bug fixes for ios 6?

    When indeed. I purchased iPhone 5 64gb and have so far experienced the following issues/Bugs
    1. Flash on camera out of sync
    2. Cannot connect to some WIFI Bluetooth drvices
    3. Missing Album Artwork on iTunes album view
    4. Buggy and confused maps/satnav
    5. iMessage comes and goes
    6. Battery Life *****

  • I Want to buy the new mackook air (2013) .Will it be good enough for ios app development as i will be installing xcode.Is 1.3hz processor good enough.

    I Want to buy the new mackook air (2013) .Will it be good enough for ios app development as i will be installing xcode.Is 1.3hz processor good enough.

    The MBA is so small and thin many people can't help thinking it is like a Windows netbook - an underpowered toy. It isn't. There's nothing I do on my top end iMac that I can't - and don't - do on my MBA. Of course the iMac has a faster processor, bus speed, and a discrete video card so it is much faster than my MBA. Then again, my computers spend more time waiting for me to do something than I wait for them - and this includes using Photoshop and compiling code.
    If I were writing large programs - something like Word for example - I'd want a very fast processor to speed up the compile/debug/compile cycle. But for iOS development your codebase will be much smaller. Frankly I can't see that much difference between a 13" MBA and a 13" MBP for development purposes. Now a top of the line 15" MBP is a different matter with its much faster CPU and separate video card.

  • Can I use the Chrome for iOS app with Chromecast?

    I recently purchased a Chromecast for my home television to see how it stacks up to the Apple TV3 (which I also have). I see very clearly that Netflix and YouTube are well integrated for use with this dongle but I do not see that Chrome for iOS is (on iPhone or iPad). It seems counterintuitive to not have the Chrome iOS app work with Chromecast even though other iOS apps do (Netflix;Youtube). Can anyone confirm or deny whether or not we can, or in the near future be able to, use the iOS Chrome app with Chromecast? It is in this very department that AppleTV has the Chromecast beaten, among others.
    Also, Google Groups seems difficult to navigate in order to post my question there. If anyone has any insight for that as well I would greatly appreciate it.
    Thank you!

    Google has made an App specifically to control the ChromeCast from an iOS device rather than integrating the control into the Browser.
    https://itunes.apple.com/us/app/chromecast/id680819774?mt=8

Maybe you are looking for