I am trying to use the iOS Simulator that comes with XCode and can't get it working. ADT command completes no problem when targeting a device, and the emulator works as well, but I'm getting this error when trying to run in iOS Simulator:
ld: library not found for -lstdc++ Compilation failed while executing : ld64 ADT command line: /Applications/IntelliJ IDEA 2018.2.app/Contents/jdk/Contents/Home/jre/bin/java -Dapplication.home=/Users/ethomas/linqto/FlexSDKs/SDK4.16.1-31-42 -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx1024m -jar /Users/ethomas/linqto/FlexSDKs/SDK4.16.1-31-42/lib/adt.jar -package -target ipa-debug-interpreter-simulator -storetype PKCS12 -keystore /Applications/IntelliJ IDEA 2018.2.app/Contents/plugins/flex/lib/temp_keystore.p12 -storepass keystore_password /Users/ethomas/linqto/FlexDev/keiretsu/out/production/keiretsu/keiretsuforum.ipa /Users/ethomas/linqto/FlexDev/keiretsu/out/production/keiretsu/keiretsu-app.xml -platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk -extdir /Users/ethomas/linqto/FlexDev/EventANE -C /Users/ethomas/linqto/FlexDev/keiretsu/out/production/keiretsu Main.swf -C /Users/ethomas/linqto/FlexDev/keiretsu/appicons . -C /Users/ethomas/linqto/FlexDev/keiretsu linqto.json -C /Users/ethomas/linqto/FlexDev/keiretsu/launchscreens . -C /Users/ethomas/linqto/FlexDev/keiretsu Assets.car I can launch the XCode iOS simulator app directly no problem but can't get my flex app to run in it. Any ideas? Thanks in advance! Erik
