Release build and standard packaging doesn't work for iOS mobile project.
Hi,
We are trying to port our web application on iOS(iPad). Made some minor changes and package ipa with fast packaging method. It works great.
Now we are try to package application for AppStore and use Standard method. But error occurs.
Error occurred while packaging the application:
Exception in thread "main" java.lang.Error: Unable to find named traits: spark.components::Application
at adobe.abc.Domain.resolveTypeName(Domain.java:225)
at adobe.abc.Domain.resolveTypeName(Domain.java:142)
at adobe.abc.GlobalOptimizer$InputAbc.resolveTypeName(GlobalOptimizer.java:272)
at adobe.abc.GlobalOptimizer$InputAbc.readInstance(GlobalOptimizer.java:994)
at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.java:390)
Distribution certificate and provisioning profile are used for compilation.
Restarting FB and OS doesn't help. Packaging via command line also throws same error.
Exporting Release build shows other error. After opening Export Release build window and click next error occur:
Encountered errors or warnings while building project XXXX.mxml.
configuration variable 'runtime-shared-library-path' requires a value 'rsl-url'.
All the libraries are merged into code, not RSL.
OS: Windows XP SP3, Windows 7.
Flash Builder: 4.5.1.
Flex SDK: 4.5.1 build 21328.
AIR: 2.7.1(2.7 shows erros also).
Thanks in advance for your answers.
