Skip to main content
Inspiring
December 4, 2013
Question

Can an Air 3.9 project have Flex [Bindable] tags? ABC generator subsystem Error

  • December 4, 2013
  • 1 reply
  • 379 views

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:

DescriptionResourcePathLocationType

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

This topic has been closed for replies.

1 reply

Inspiring
December 4, 2013

So I was able to work around this by manually writing out my bindable objects as the precompiler usually would. But does anyone know for sure if [Bindable] doesn't work in the new asc2 compiler? I read somewheres you can add the Bindable meta tag or something but I lost the link before i had a chance to read it.