duplicate symbol _OBJC_CLASS_$_AFHTTPRequestOperation in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFHTTPRequestOperation.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFHTTPRequestOperation.o)
duplicate symbol _OBJC_METACLASS_$_AFHTTPRequestOperation in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFHTTPRequestOperation.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/app-aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFHTTPRequestOperation.o)
duplicate symbol _OBJC_IVAR_$_AFNetworkActivityIndicatorManager._activityIndicatorVisibilityTimer in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFNetworkActivityIndicatorManager.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/app-aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFNetworkActivityIndicatorManager.o)
duplicate symbol _OBJC_IVAR_$_AFNetworkActivityIndicatorManager._activityCount in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFNetworkActivityIndicatorManager.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/app-aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFNetworkActivityIndicatorManager.o)
(+70 more same errors)
ld: 74 duplicate symbols for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Hello!! :)I'm using LoopBack in my iOS app and I'm trying to use AFNetworking too.I have some problems of compatibility when I try to run the project. Im not sure about this, maybe AFN is not the problem.This is the error code (a little part):
duplicate symbol _OBJC_CLASS_$_AFHTTPRequestOperation in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFHTTPRequestOperation.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFHTTPRequestOperation.o)
duplicate symbol _OBJC_METACLASS_$_AFHTTPRequestOperation in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFHTTPRequestOperation.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/app-aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFHTTPRequestOperation.o)
duplicate symbol _OBJC_IVAR_$_AFNetworkActivityIndicatorManager._activityIndicatorVisibilityTimer in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFNetworkActivityIndicatorManager.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/app-aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFNetworkActivityIndicatorManager.o)
duplicate symbol _OBJC_IVAR_$_AFNetworkActivityIndicatorManager._activityCount in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFNetworkActivityIndicatorManager.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/app-aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFNetworkActivityIndicatorManager.o)
(+70 more same errors)ld: 74 duplicate symbols for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have checked the headers looking for duplicated code or something, but it looks like that all its correct.
Thanks a lot!!--
You received this message because you are subscribed to the Google Groups "LoopbackJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to loopbackjs+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Nice!How can I use it the embed copy?
Thanks!
El miércoles, 5 de marzo de 2014 21:57:15 UTC+1, Eric Ponce escribió:
Hello!! :)I'm using LoopBack in my iOS app and I'm trying to use AFNetworking too.I have some problems of compatibility when I try to run the project. Im not sure about this, maybe AFN is not the problem.This is the error code (a little part):
duplicate symbol _OBJC_CLASS_$_AFHTTPRequestOperation in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFHTTPRequestOperation.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFHTTPRequestOperation.o)
duplicate symbol _OBJC_METACLASS_$_AFHTTPRequestOperation in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFHTTPRequestOperation.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/app-aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFHTTPRequestOperation.o)
duplicate symbol _OBJC_IVAR_$_AFNetworkActivityIndicatorManager._activityIndicatorVisibilityTimer in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFNetworkActivityIndicatorManager.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/app-aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFNetworkActivityIndicatorManager.o)
duplicate symbol _OBJC_IVAR_$_AFNetworkActivityIndicatorManager._activityCount in:
/Users/Eric/Downloads/LoopBack.framework/LoopBack(AFNetworkActivityIndicatorManager.o)
/Users/Eric/Library/Developer/Xcode/DerivedData/app-aghjejcnvucsisgarhhipvztyvoe/Build/Products/Debug-iphonesimulator/libPods.a(AFNetworkActivityIndicatorManager.o)
(+70 more same errors)ld: 74 duplicate symbols for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have checked the headers looking for duplicated code or something, but it looks like that all its correct.
Thanks a lot!!
AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager];
I have this error:
Use of undeclared identifier 'AFHTTPRequestOperationManager'
Use of undeclared identifier 'manager'
Ok, now, if I import the AFN header: #import <LoopBack/AFNetworking.h>
I have this other error: 'AFXMLRequestOperation.h' file not found
I'm sorry, i'm new and i'm a bit lost.
What can I do and what I'm doing wrong?
thanks!!
(+70 more same errors)ld: 74 duplicate symbols for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have checked the headers looking for duplicated code or something, but it looks like that all its correct.
Thanks a lot!!
(+70 more same errors)ld: 74 duplicate symbols for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have checked the headers looking for duplicated code or something, but it looks like that all its correct.
Thanks a lot!!