Has anyone been able to release-build their app with TLF 2.0?
I can build a debug build of my app just fine. TLF 2.0 features are working. However, when I try to export a release build I get:
No signed digest found in catalog.xml of the library, /Applications/Adobe Flash Builder 4/sdks/4.1.0_tlf2.0/frameworks/libs/framework.swc. Compile the library with -create-digest=true and try again.
No signed digest found in catalog.xml of the library, /Applications/Adobe Flash Builder 4/sdks/4.1.0_tlf2.0/frameworks/libs/rpc.swc. Compile the library with -create-digest=true and try again.
No signed digest found in catalog.xml of the library, /Applications/Adobe Flash Builder 4/sdks/4.1.0_tlf2.0/frameworks/libs/spark.swc. Compile the library with -create-digest=true and try again.
No signed digest found in catalog.xml of the library, /Applications/Adobe Flash Builder 4/sdks/4.1.0_tlf2.0/frameworks/libs/sparkskins.swc. Compile the library with -create-digest=true and try again.
To get TLF 2.0 working I followed the steps on the blog plus I had to change the linkage for textLayout.swc to merged to code.
I tried to modify the build.xml script in the frameworks directory to call compute-digest="true", but it didn't seem to make any difference.
Has anyone gotten this to work?
