Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>START EDIT:</p> <p>Very late update, sorry.</p> <p>You might be able to use ARC after all. There is a library called arc lite that I forgot to mention and it works. I created an ANE for MapKit on iOS targeting the 5.0.x SDK. When I tried to move to a device that only had 4.3.x ( could have been 4.3.3 or 4.3.5 ) the app crashed or would not compile. I found information on the arc lite library that is included in the newer sdks, followed the instructions on how to include this library and pow! A working ANE on a 4.3.x device without rewriting my code!</p> <p>Hope all of this helps and half of my original comment :)</p> <p>Markus</p> <p>END EDIT</p> <p>I don't think ARC is supported just yet. There isn't much to go on in terms of settings or examples of what the settings should be in Xcode. Take a look at any of the Xcode ANE projects you can get your hands on. You will see that most or all of the projects have: </p> <p>Object-C Automatice Reference counting = NO Objective-C++ Automatic Reference counting = NO</p> <p>Take a look at the following:</p> <p>Vibration ANE - On Adobe Devnet site Liquid Photo - <a href="http://www.liquid-photo.com/2011/10/30/common-native-extension-issues/" rel="nofollow">http://www.liquid-photo.com/2011/10/30/common-native-extension-issues/</a></p> <p>Liquid Photo - <a href="http://www.liquid-photo.com/2011/10/28/native-extension-for-adobe-air-and-ios-101/" rel="nofollow">http://www.liquid-photo.com/2011/10/28/native-extension-for-adobe-air-and-ios-101/</a></p> <p>There are a lot of examples in Github but you have to find them via Google. Pull down the Xcode ANE projects and compare the settings.</p> <p>Hope this helps!!!</p> <p>Markus</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload