I'm having major trouble with Icy ( Cydia alternative ) ( Like errors with cURL and ARMv7 )

So i was wondering if someone could help me to compile icy for iOS 5. I already ported it to 4.x, but since 5.0 it crashes.

Back 4.x i didn't had any cURL / ARMv7 Errors.

Some people tell me to compile cURL for ARMv7, But i have no idea how, and i don't want to spend time at this, because i'll only need it once.

I'll credit you :)

  • Samtulp6

Founder of Infini-Dev ( So i really need icy working :P )

link|improve this question
1  
Can you remove references to ios5. NDA is still in place – James Webster Sep 4 '11 at 19:02
1  
If you were really proficient, you'd know how to do it yourself. – esqew Sep 4 '11 at 23:14
feedback

closed as not constructive by WrightsCS, Brad Larson, esqew, gcamp, John Saunders Sep 5 '11 at 0:04

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

It seems the cURL Library you are using wasn't built for the armv7 architecture used on the iPhone 4. Remove the armv7 architecture from the Build Settings or rebuild the cURL Library with the armv7 architecture (fat library).

Source

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.