Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do i compile my app in Xcode with these errors - LibCurl
    primarykey
    data
    text
    <p>I've been porting icy (iPhone Debian-Based Package manager -- Jailbreak ) to iOS 5. i've allready ported it once 4.0 came out, but now i'm getting errors wich untill now, i didn't solve. </p> <p>When i build icy in iOS Simulator it has zero errors, but when i build it on my actual device, i'm getting the following errors :</p> <pre><code>Undefined symbols for architecture armv7: "_curl_easy_strerror", referenced from: -[URLDownload start] in URLDownload.o "_curl_easy_perform", referenced from: -[URLDownload start] in URLDownload.o "_curl_easy_init", referenced from: -[URLDownload initWithURL:delegate:resumeable:] in URLDownload.o "_curl_easy_setopt", referenced from: -[URLDownload initWithURL:delegate:resumeable:] in URLDownload.o -[URLDownload start] in URLDownload.o "_curl_easy_cleanup", referenced from: -[URLDownload dealloc] in URLDownload.o "_curl_slist_free_all", referenced from: -[URLDownload start] in URLDownload.o "_curl_slist_append", referenced from: -[URLDownload start] in URLDownload.o ld: symbol(s) not found for architecture armv7 collect2: ld returned 1 exit status </code></pre> <p>I've allready updated the frameworks and stuff. i fixed like 200 errors and now i keep stuck with these errors.</p> <p>There are also warnings, :</p> <pre><code>ld: warning: ignoring file /Users/Samtulp6/Desktop/Infini-Dev/iOS/Projects/Icy/Fr0st's Source Code/Icy_Infini/Sources/Backend/Network/libcurl.a, file was built for archive which is not the architecture being linked (armv7) ld: warning: ignoring file /Users/Samtulp6/Desktop/Infini-Dev/iOS/Projects/Icy/Fr0st's Source Code/Icy_Infini/Sources/Backend/Network/libcurl_i386.a, file was built for archive which is not the architecture being linked (armv7) ld: warning: ignoring file /Users/Samtulp6/Desktop/Infini-Dev/iOS/Projects/Icy/Fr0st's Source Code/Icy_Infini/Sources/Backend/Network/libssl_i386.a, file was built for archive which is not the architecture being linked (armv7) ld: warning: ignoring file /Users/Samtulp6/Desktop/Infini-Dev/iOS/Projects/Icy/Fr0st's Source Code/Icy_Infini/Sources/Backend/Network/libcrypto_i386.a, file was built for archive which is not the architecture being linked (armv7) </code></pre> <p>Anyone knows how to fix this ?</p> <p>Thanks in advance</p> <p>-Sam</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload