You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Christopher Pollati (JIRA)" <ji...@apache.org> on 2017/11/05 15:59:00 UTC

[jira] [Commented] (FLEX-35365) Flex Installer 3.2 fails on Mac OS 10.13

    [ https://issues.apache.org/jira/browse/FLEX-35365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16239599#comment-16239599 ] 

Christopher Pollati commented on FLEX-35365:
--------------------------------------------

According to the[AIR 27 release notes|https://forums.adobe.com/thread/2384472] states "With AIR SDK 27, all AIR applications built for macOS will automatically have the NSAllowsArbitraryLoads key set as true in their info.plist file". 

So as long as the installer is build with AIR 27, it should work fine. 


> Flex Installer 3.2 fails on Mac OS 10.13
> ----------------------------------------
>
>                 Key: FLEX-35365
>                 URL: https://issues.apache.org/jira/browse/FLEX-35365
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: InstallApacheFlex, Installer
>    Affects Versions: Install Apache Flex 3.2
>         Environment: Mac OS 10.13
>            Reporter: Christopher Pollati
>            Priority: Blocker
>              Labels: mac-os-x
>
> Mac OS 10.13, just like iOS, to use the App Transport Security key in the Info.plist to allow HTTP requests in an appliation
> When I got the installer to run, the dropdowns would come up empty and the error log would state:
> {noformat}
> Installer version 3.2.0 (mac)
> Unable to load http://flex.apache.org/installer/sdk-installer-config-4.0.xml
> Error while trying to load XML configuration file: 2032
> Installation aborted
> {noformat}
> When ran from terminal I got:
> {noformat}
> Apache Flex SDK Installer[3746:297717] App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.
> {noformat}
> I had to add to the /Applications/Apache Flex/Apache Flex SDK Installer.app/Contents/Info.plist:
> {code:java}
> 	<key>NSAppTransportSecurity</key>
> 	<dict>
> 		<key>NSAllowsArbitraryLoads</key>
> 		<true/>
> 	</dict>
> {code}
> Then I was able to select which SDKs to install.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)