Hello,
I'm trying to update my iOS apps from last year. There's a lot of issues I'm running into while doing it and now I'm getting this error:
Description | Resource | Path | Location | Type |
Internal error in ABC generator subsystem, when generating code for: /Users/pcouture/Documents/Adobe Flash Builder 4.6/SMPubCrawl/src/com/kiwiworks/smpc/model/Model.as: java.lang.NullPointerException
I think it's due to using the [Bindable] tag on my model objects. I've read that the new AS3 2.0 compiler doesn't support Flex building. Does this include binding and having the precompiler run on the [Bindable] tag?
Cheers,
Pete