3
ld: library not found for -lgcc_s.10.5
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

Can anyone help me to solve this error?

Verbeia
  • 4,400
  • 2
  • 23
  • 44
kaar3k
  • 994
  • 7
  • 15
  • The Issue was with the current SDK, if any one faces this problem please change the project Settings and choose the SDK available; – kaar3k May 12 '12 at 06:43

1 Answers1

0

When I have an ANE build in iPhone-ARM mode, and linking it with iPhoneSimulator-SDK, which needs an ANE build in iPhone-x86 mode, the same error occurs.

Hope this can help you.

ifyr
  • 41
  • 5