cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
485
Views
0
Helpful
1
Replies

When I compile code about expertassist-ios-sample,I need some question

jcqin0001
Level 1
Level 1

Ld /Users/tiankong/Library/Developer/Xcode/DerivedData/RemoteExpertMobile-hbyvuaryvsqyfwbatuaewcilbirp/Build/Products/Debug-iphonesimulator/RemoteExpertMobile.app/RemoteExpertMobile normal i386
    cd /Users/tiankong/Desktop/RemoteExpertMobile
    export IPHONEOS_DEPLOYMENT_TARGET=7.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk -L/Users/tiankong/Library/Developer/Xcode/DerivedData/RemoteExpertMobile-hbyvuaryvsqyfwbatuaewcilbirp/Build/Products/Debug-iphonesimulator -L/Users/tiankong/Desktop/RemoteExpertMobile/Frameworks/assist_ios_sdk -L/Users/tiankong/Desktop/RemoteExpertMobile/Frameworks/ACBClientSDK.framework/Versions/A -F/Users/tiankong/Library/Developer/Xcode/DerivedData/RemoteExpertMobile-hbyvuaryvsqyfwbatuaewcilbirp/Build/Products/Debug-iphonesimulator -F/Users/tiankong/Desktop/RemoteExpertMobile/Frameworks -filelist /Users/tiankong/Library/Developer/Xcode/DerivedData/RemoteExpertMobile-hbyvuaryvsqyfwbatuaewcilbirp/Build/Intermediates/RemoteExpertMobile.build/Debug-iphonesimulator/RemoteExpertMobile.build/Objects-normal/i386/RemoteExpertMobile.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -ObjC -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.0 -framework ACBClientSDK -lAssistSDK -framework GLKit -lsqlite3 -lc++ -framework MobileCoreServices -framework AVFoundation -framework CoreMedia -framework CoreVideo -framework OpenGLES -framework Foundation -framework QuartzCore -lxml2 -framework CoreImage -framework CoreText -framework ImageIO -lstdc++.6 -licucore -framework SystemConfiguration -framework CoreAudio -framework AudioToolbox -framework CFNetwork -framework Security -framework CoreGraphics -framework UIKit -Xlinker -dependency_info -Xlinker /Users/tiankong/Library/Developer/Xcode/DerivedData/RemoteExpertMobile-hbyvuaryvsqyfwbatuaewcilbirp/Build/Intermediates/RemoteExpertMobile.build/Debug-iphonesimulator/RemoteExpertMobile.build/Objects-normal/i386/RemoteExpertMobile_dependency_info.dat -o /Users/tiankong/Library/Developer/Xcode/DerivedData/RemoteExpertMobile-hbyvuaryvsqyfwbatuaewcilbirp/Build/Products/Debug-iphonesimulator/RemoteExpertMobile.app/RemoteExpertMobile

duplicate symbol _b64_pton in:
    /Users/tiankong/Desktop/RemoteExpertMobile/Frameworks/assist_ios_sdk/libAssistSDK.a(base64.o)
    /Users/tiankong/Desktop/RemoteExpertMobile/Frameworks/ACBClientSDK.framework/ACBClientSDK(base64.o)
ld: 1 duplicate symbol for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)


1 duplicate symbol for architecture i386
Linker command failed with exit code 1 (use -v to see invocation)

Activity Log Complete 15/6/23 11:18
1 error

1 Reply 1

Geevarghese Cheria
Cisco Employee
Cisco Employee

Hi Jiancun,

   Apologies for the delay in responding . Can you please post your question under the community - Remote Expert Mobile

I think iOS Sample Application no longer builds against the iOS 6 SDK. You need to  Conditionally define your own AVAudioSessionModeVideoChat variable to satisfy the linker.

Reference - http://www.cisco.com/c/dam/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/remote_expert_mobile/remote_expert_mo…

Thanks and Regards,

Geevarghese