airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
200 stars 11 forks source link

Building ios target ipa-debug-interpreter-simulator fails #2851

Open shaymolho opened 12 months ago

shaymolho commented 12 months ago

Hi @ajwfrost and Community,

AIR Version: 50.2.3.4

On a Mac Machine, I'm trying to build our app to run on an iOS simulator environemnt. with the following adt target: ipa-debug-interpreter-simulator

and get the following error: ld: library not found for -lswiftFoundation

This is the command i'm running:

adt -package -target 'ipa-debug-interpreter-simulator' 
-provisioning-profile 'Buddies_staging_qa.mobileprovision'
-storetype PKCS12
-keystore 'buddies.p12'
-storepass '*******'
'buddies-mobile-boot.app'
slotagram-mobile-boot-app-ios.xml
slotagram-mobile.swf
-platformsdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk
-C /Users/aviv/slota-svn/qa_testing/webapp/flex/slotagram-mobile-boot2/target assets
-C /Users/aviv/slota-svn/qa_testing/webapp/flex/slotagram-mobile-boot2/target GoogleService-Info.plist
-C /Users/aviv/slota-svn/qa_testing/webapp/flex/slotagram-mobile-boot2/target Frameworks
-C /Users/aviv/slota-svn/qa_testing/webapp/flex/slotagram-mobile-boot2/src/main/resources/buddies/root_ios .
-extdir .

Your help is much needed.

Thanks, Shay

marchbold commented 12 months ago

Related report: https://github.com/airsdk/Adobe-Runtime-Support/issues/2768#issuecomment-1709406222

ajwfrost commented 12 months ago

Interim fix should be available under https://github.com/airsdk/Adobe-Runtime-Support/issues/2768#issuecomment-1737755883

thanks

marchbold commented 11 months ago

Appears to be resolved in our tests with the updated swift compat libs