error: -fobjc-arc is not supported on platforms using the legacy runtime

213 views Asked by At

I am attempting to build this tutorial from Awesomium in XCode: http://wiki.awesomium.com/tutorials/tutorial-2-displaying-your-first-page.html

I have set the Architectures to 32 Bit Intel, and the Valid Architectures set to i386 only as instructed on this page: http://wiki.awesomium.com/getting-started/setting-up-on-macosx.html

When I build get the following error:

error: -fobjc-arc is not supported on platforms using the legacy runtime

What am I doing wrong?

0

There are 0 answers