ios - How to use a library if it's been used internally by another library? -
i have been using cisco library "libassistsdk.a" part of cisco remote expert mobile service , apparently library uses sdwebimage internally. have lot of duplicates here , there.
what should ?
example code:
duplicate symbol _objc_ivar_$_sdimagecache._ioqueue in: /users/********/library/developer/xcode/deriveddata/appname-ezewidnzfmvgaqhkczrmaahscmak/build/intermediates/appname.build/debug-iphoneos/appname.build/objects-normal/armv7/sdimagecache.o
similarly others include
remote expert mobile/expert_assist_ios_sdk-10/assist_ios_sdk/libassistsdk.a(sdwebimagedownloader.o) remote expert mobile/expert_assist_ios_sdk-10/assist_ios_sdk/libassistsdk.a(sdwebimagedownloaderoperation.o) remote expert mobile/expert_assist_ios_sdk-10/assist_ios_sdk/libassistsdk.a(sdwebimageprefetcher.o) remote expert mobile/expert_assist_ios_sdk-10/assist_ios_sdk/libassistsdk.a(sdwebimagemanager.o) ld: 65 duplicate symbols architecture armv7 clang: error: linker command failed exit code 1 (use -v see invocation)
Comments
Post a Comment