Frequently Asked Questions

Undefined symbols error for architecture arm64

QUESTION:

While using Xcode 7.3.1 I am seeing this error:

“Undefined symbols for architecture arm64:
“operator new[](unsigned long)”, referenced from:
___29-[R5AACEncoder processAudio:]_block_invoke in R5Streaming(R5AACEncoder.o)
ld: symbol(s) not found for architecture arm64″

I have added the following frameworks:

libgll
libiconv2
GLKit
lib
libiconv
libbz2
Security
QuartzCore
OpenAL
CoreText
CoreMotion
CFNetwork
AudioToolbox

Am I missing any frameworks or libraries?

ANSWER:

Please add the following libraries:

libstdc++.6.0.9

libiconv.2.4.0