GithubHelp home page GithubHelp logo

Support for iOS 11 about swift-ios-ane HOT 5 CLOSED

tuarua avatar tuarua commented on July 19, 2024
Support for iOS 11

from swift-ios-ane.

Comments (5)

tuarua avatar tuarua commented on July 19, 2024

Hi,
The reason why Xcode 9 is not supported is because ADT is not signing the Swift 4.0 dylibs correctly for some reason. ADT completes without error but I get invalid signature error when the app runs.
The Swift 3 dylibs get signed fine.
So currently only Xcode 8.3 and swift 3.1 is supported.

See my note at then bottom of the Adobe ticket. And please vote. I would like to use Xcode 9 iOS 11 features.
https://tracker.adobe.com/#/view/AIR-4198407

The error you are getting:
You need to explicitly have the MinimumOSVersion set in your AIR app manifest like so. See the example project provided.

<array>
                <!-- iPhone and iPod touch devices -->
                <string>1</string>
                <!-- iPad devices -->
                <string>2</string>
            </array>
             <key>MinimumOSVersion</key>
            <string>9.0</string>

from swift-ios-ane.

tuarua avatar tuarua commented on July 19, 2024

P.S. If you really want to use Xcode 9 iOS 11 features then you can resign the compiled ipa before installing on device using
https://bitbucket.org/xgiovio/ios-ipa-resign/src

However, it makes for a sloooow development debugging process.
Am hoping Adobe can support iOS 11 signing ASAP

from swift-ios-ane.

urthling avatar urthling commented on July 19, 2024

Voted - and understood - ty for explaining the issue and for the workaround. Very much looking forward to using your project with iOS 11

from swift-ios-ane.

tuarua avatar tuarua commented on July 19, 2024

AIR 28 beta now supports Swift4 and Xcode 9.0
Project will be updated for that release in December

from swift-ios-ane.

tuarua avatar tuarua commented on July 19, 2024

iOS 11 and Xcode 9.1 supported with AIR 28

from swift-ios-ane.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.