Skip to main content
Participant
September 27, 2011
Question

AIR 3 RC Native Extensions On Mac OS X Error

  • September 27, 2011
  • 1 reply
  • 748 views

I'm getting an error when trying to compile a native extension (.framework) for Mac OS X 10.7 with XCode 4.1; I've included "FlashRuntimeExtension.h" in the project but not sure if i'm missing something else as there is a lack of documentation for Native Extensions with XCode for a Mac Framework (the error I get is "_FRENewObjectFromBool" - symbol(s) not found for architecture i386.

I have AIR 3 RC and the latest Flash installed on my machine.

I'm not sure what i'm missing?

Thanks!

This topic has been closed for replies.

1 reply

Participant
September 27, 2011

Proper discussion is here: http://forums.adobe.com/thread/906846

chris.campbell
Legend
September 27, 2011

Hi lemonility,

Could you try the following steps out and let me know if they help?

1) Select the project in the project navigation window which will show project summary on right

2) Select 4th tab build phases

3) Select Link binary with library option

4) Add framework for which you are getting

5) Move the framework from main folder to the frameworks folder

6) Build it again and errors should be gone.

Thanks,

Chris