Announcements
The Scaleform forum is now read-only. Please head to the Gamedev site for product support.

_XML_... Undefined symbols for architecture arm64

_XML_... Undefined symbols for architecture arm64

Anonymous
Not applicable
772 Views
1 Reply
Message 1 of 2

_XML_... Undefined symbols for architecture arm64

Anonymous
Not applicable

Currently I'm trying to compile a new version of our app in iOs with support for 64 bits but some error are appearing pointing to "Undefined symbols for architecture arm64" all of them related with XML implementation.

 

There are some of them:


_XML_SetEndElementHandler
_XML_Parse
_XML_GetCurrentColumnNumber
_XML_ParserFree
_XML_StopParser
_XML_GetCurrentByteIndex
Etc...

 

Any idea how to fix it or when scalefor for 64bits going to fix that?

Reply
Reply
0 Likes
Accepted solutions (1)
773 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

Seems old files as libexpat.a, libjpeg.a, libpcre.a, libpng.a, libz.a, need be removed from the project, I just deleted those and now I can compile without problems.

Reply
Reply
0 Likes