Skip to main content
This topic has been closed for replies.

2 replies

Inspiring
September 3, 2013

REQUEST: adobe, can you document the -weak_framework linker option please?

chris.campbell
Legend
September 4, 2013
Inspiring
September 4, 2013

Thanks Chris, that helps. I think the trouble was that I had a developer who was building ANEs and had never come across that in the linker options XML he was creating. He was looking at the adobe site for reference and it was coming up so i thought it might be good for adobe to elaborate on that option in the ANE building setup

Participant
March 12, 2013

Contrary to the implication of the "Platform options (platform.xml) file example" section, the iPhone-x86 platform does not support a platformoptions.xml file. When I try to use one, I get "platform.xml is not supported for platform iPhone-x86."

So, how can I link in a dylib with my iPhone-x86 target? I'm trying to get libc+.dylib to link in because my native code uses that rather than libstdc+.

Participant
March 12, 2013

(those should read libc++ and libstdc++, of course)