Note that there are some explanatory texts on larger screens.

plurals
  1. POQuickblox : Conflicts between ASI Http symbols and modules
    primarykey
    data
    text
    <p>I am trying to implement chat module in my app. I have referred Simple Sample code of QuickBlox API.</p> <p>But when I try to register user from my app I got below error of linker.</p> <p>my Code : - </p> <pre><code>// Create QuickBlox User entity QBUUser *user = [QBUUser user]; user.password = _textPassword.text; user.login = [DicResponse valueForKey:@"User name"]; // create User [QBUsers signUp:user delegate:self]; </code></pre> <p>In my app I am already using <code>ASIHTTP</code> library. If I comment this line <code>[QBUsers signUp:user delegate:self];</code> then it compiles successfully. </p> <p>How to solve this conflicts ?</p> <blockquote> <pre><code>duplicate symbol _isDismissing in: /Users/abc/Library/Developer/Xcode/DerivedData/app-dtliqcvxngqgfwgzpbvmtupglcjd/Build/Intermediates/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/ASIAuthenticationDialog.o /Projects/abc/Quickblox.framework/Quickblox(QBASIAuthenticationDialog.o) duplicate symbol _NetworkRequestErrorDomain in: /Users/abc/Library/Developer/Xcode/DerivedData/app-dtliqcvxngqgfwgzpbvmtupglcjd/Build/Intermediates/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/ASIHTTPRequest.o /Projects/LockMEIfYouCan/Quickblox.framework/Quickblox(QBASIHTTPRequest.o) duplicate symbol _RedirectionLimit in: /Users/abc/Library/Developer/Xcode/DerivedData/app-dtliqcvxngqgfwgzpbvmtupglcjd/Build/Intermediates/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/ASIHTTPRequest.o /Projects/app/Quickblox.framework/Quickblox(QBASIHTTPRequest.o) ld: 3 duplicate symbols for architecture i386 </code></pre> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    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