iOS native extension build fails on "Undefined symbols for architecture armv7"
i'm building set of native extensions ios air 3.4, when try build test actionscript project including ane following error:
undefined symbols architecture armv7:
"_null", referenced from:
_g_com_adobe_air_fre_fmap in extensionglue.o
(maybe meant: _sqlite3_bind_null, __zn7avmplus20bitmapdatajpegwriter14jpeg_null_charep18jpeg_common_structpc , __zn7cstring16s_nullterminatore , __zn7avmplus7avmcore24decrementatomregion_nullepii , _null_name , __zn7avmplus20bitmapdatajpegwriter9jpeg_nullep18jpeg_common_struct , _sqlite3_result_null , __zn7ustring16s_nullterminatore , _null_name1 )
ld: symbol(s) not found architecture armv7
compilation failed while executing : ld64
my ane targetting ios 5.1, , i've forced xcode build static library armv7 ( setting 'valid architectures' 'armv7' , 'build active architecture only' 'yes' )
tried using flash builder 4.6 & 4.7 beta same results.
does have advice on build settings anes in xcode, or have experienced issue before? cheers.
are using library/framework?
have specified name in platformoptions.xml?
More discussions in AIR Development
adobe
Comments
Post a Comment