Christopher Pollati created FLEX-35365:
------------------------------------------
Summary: 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
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)