Getting this error message when trying to debug an iOS application with Flash Builder 4.7 on Windows 7?
Try this:
1. Open Windows Explorer and navigate to “(FLASH BUILDER)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.345990\AIRSDK\lib\aot\bin\iOSBin”
2. Right click on iIPA.exe and go to properties.
3. Go to Compatibility and check “Run this program in compatibility mode for: Windows 7″
Now it will stop crashing and you can debug!
#1 by Dimitri on October 1, 2012 - 9:25 am
This didn’t work for me but I found another solution.
I tried to launch iIPA.exe manually and I got a “sqlite3.dll” error so I manually added the “C:\Program Files (x86)\Common Files\Apple\Apple Application Support” folder to the Windows PATH and this solved my problem.
#2 by Peter on November 12, 2012 - 6:54 am
Thanks, would’ve taken me endless hours to figure that out otherwise!
#3 by thefuntastic on November 12, 2012 - 6:55 am
Thanks, you just saved me a good few hours of head scratching!