1

I am trying to build ASI HTTP REQUEST iPHONE, and it works fine on the simulator. When I build to my iPhone 4 or iPod touch 2G, I get all this: enter image description here

Although sometimes I get exit code 252...

Any help appreciated.

1
  • Did u solve this issue then pls help me.thanku Commented Oct 18, 2011 at 16:25

2 Answers 2

1

If you look at the picture, it says "ld: unknown option: -demangle". Check your build options and disable things that have to do with demangling.

Sign up to request clarification or add additional context in comments.

Comments

0

Hi i had this issue when writing a wrapper for Android NDK and iOS. I had a class like MyClass.h then MyClass.mm (iOS side) and MyClass.cpp. I was supposed to only include the .mm and not the .cpp.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.