What steps will reproduce the problem?
1. Created a new project and added the ANE
2. Added a very basic code as following:
var viewPortMap:Rectangle = new Rectangle(0,0,800,600);
googleMap = new Map();
googleMap.viewPort = viewPortMap;
googleMap.visible=true;
3. While packaging/running on device (for iOS) FB failed:
Error occurred while packaging the application:
ld: library not found for -liconv
Compilation failed while executing : ld64
What is the expected output? What do you see instead?
Package without an error.
What version of the product are you using? On what operating system?
AIR 4.0 with FB 4.7
Please provide any additional information below.
Original issue reported on code.google.com by
santanu4...@gmail.comon 7 Apr 2014 at 5:23