Skip to main content
cybobear
Inspiring
May 8, 2018
Question

Embedding otf font broken in air 29

  • May 8, 2018
  • 1 reply
  • 1138 views

When embedding a font in a project the following error occurs when compiling with air 29:

code.as(16): Error: exception during transcoding:

        [ Embed( source="assets/fonts/Heinemann-Black.otf",

code.as(16): col: 9: Error: unable to build font 'Heinemann-Black'

        [ Embed( source="assets/fonts/Heinemann-Black.otf",

        ^

code.as(16): col: 9: Error: Unable to transcode assets/fonts/Heinemann-Black.otf.

        ^

Anyone else seeing this error?

This topic has been closed for replies.

1 reply

cybobear
cybobearAuthor
Inspiring
May 15, 2018

This is a huge issue for me because building with air 28 is resulting in a rejection due to the public API IOPSCopyPowerSourcesInfo, _IOPSCopyPowerSourcesList, _IOPSGetPowerSourceDescription issue.

Is there any fix for the public API issue other than using air 29? Since air 29 is broken for embedding fonts, which my app requires.

Vivek Negi
Adobe Employee
Adobe Employee
May 16, 2018

Hi cybobear,

Are you facing this issue with this particular fonts or any other fonts ?

Which OS, Device are you using.

Also, did you try latest AIR beta ?

I would suggest you to open a tracker ( Tracker  ) bug for this if this bug is reproducible on latest AIR beta.

-Vivek
Adobe AIR Engineering Team.

cybobear
cybobearAuthor
Inspiring
May 16, 2018

Hi Vivek,

I cannot create an APK or IPA using air 29 with my project. It occurs during compilation of the air swf.

It doesn't occur using air 30 beta. This is what I'm forced to use, but I would suspect using a beta SDK is not recommended for production. So I would say it's critical to get air 30 beta officially rolled out with the certificate bugged fixed. I'm assuming also that air 30 beta still will produce the hybrid 32/64 bit ipa files as well.

I believe I did open a bug for this. But seeing as air 29 is broken with submission errors, I'm not sure if it makes sense to fix it or concentrate on air 30. I would stress that these issues seem pretty critical as many developers are unable to submit to the app store currently with any air SDK release.

Thanks for your reply Vivek.

-cybo