library not found for -lstdc++
It seems something has changed with the newer versions of Xcode. I have Xcode 10.0 on my machine and unable to package my swf to test on iOS simulator.
Here's the command I'm using:
adt -package \
-target ipa-debug-interpreter-simulator \
-connect \
-storetype pkcs12 -keystore Certificate.p12 -storepass password \
Main.ipa Main-app.xml Main.swf \
-platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.0.sdk
and I get:
ld: library not found for -lstdc++
Compilation failed while executing : ld64
Anyone else having this?
