多语音sdk体验包编译报错

jackhu 2021-6-7 532

更换WFAVEngineKit.framework后编译报错:

上传的附件:
最新回复 (7)
  • HeavyRain 2021-6-8
    引用 2
    可能是接口有变化,可以把代码更新到最新试试
  • jackhu 2021-6-8
    引用 3
    HeavyRain 可能是接口有变化,可以把代码更新到最新试试
    就是最新版本啊,我觉得是你们这个SDK有问题,安卓打上去也报错我自己解决了,ios的报错,无法编译,无法进行进一步体验,麻烦帮忙看看呗
  • HeavyRain 2021-6-8
    引用 4
    你把错误贴出来看看吧,你上面那个图看不出来什么问题
  • jackhu 2021-6-8
    引用 5
    HeavyRain 你把错误贴出来看看吧,你上面那个图看不出来什么问题
    Ld /Users/huguihui/Library/Developer/Xcode/DerivedData/ios-chat-glkoexgxtprcenhhauuhuvupmzhy/Build/Products/Debug-iphonesimulator/WFChatUIKit.framework/WFChatUIKit normal (in target 'WFChatUIKit' from project 'WFChatUIKit')
        cd /Users/huguihui/Downloads/new/ios-chat-2021/wfuikit
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios12.0-simulator -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk -L/Users/huguihui/Library/Developer/Xcode/DerivedData/ios-chat-glkoexgxtprcenhhauuhuvupmzhy/Build/Products/Debug-iphonesimulator -F/Users/huguihui/Library/Developer/Xcode/DerivedData/ios-chat-glkoexgxtprcenhhauuhuvupmzhy/Build/Products/Debug-iphonesimulator -F/Users/huguihui/Downloads/new/ios-chat-2021/wfuikit/Frameworks -F/Users/huguihui/Downloads/new/ios-chat-2021/wfuikit/Frameworks/GoogleWebRTC/Frameworks/frameworks -F/Users/huguihui/Downloads/new/ios-chat-2021/wfuikit/WFChatUIKit/AVEngine/GoogleWebRTC/Frameworks/frameworks -F/Users/huguihui/Downloads/new/ios-chat-2021/wfuikit/WFChatUIKit/AVEngine -F/Users/huguihui/Downloads/new/ios-chat-2021/wfuikit/WFChatUIKit/Vendor/SDWebImage -F/Users/huguihui/Downloads/new/ios-chat-2021/wfuikit/WFChatUIKit/Vendor/ZLPhotoBrowser -filelist /Users/huguihui/Library/Developer/Xcode/DerivedData/ios-chat-glkoexgxtprcenhhauuhuvupmzhy/Build/Intermediates.noindex/WFChatUIKit.build/Debug-iphonesimulator/WFChatUIKit.build/Objects-normal/x86_64/WFChatUIKit.LinkFileList -install_name @rpath/WFChatUIKit.framework/WFChatUIKit -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/huguihui/Library/Developer/Xcode/DerivedData/ios-chat-glkoexgxtprcenhhauuhuvupmzhy/Build/Intermediates.noindex/WFChatUIKit.build/Debug-iphonesimulator/WFChatUIKit.build/Objects-normal/x86_64/WFChatUIKit_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -framework ZLPhotoBrowser -framework SDWebImage -framework WFAVEngineKit -framework WFChatClient -framework WebRTC -Xlinker -no_adhoc_codesign -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/huguihui/Library/Developer/Xcode/DerivedData/ios-chat-glkoexgxtprcenhhauuhuvupmzhy/Build/Intermediates.noindex/WFChatUIKit.build/Debug-iphonesimulator/WFChatUIKit.build/Objects-normal/x86_64/WFChatUIKit_dependency_info.dat -o /Users/huguihui/Library/Developer/Xcode/DerivedData/ios-chat-glkoexgxtprcenhhauuhuvupmzhy/Build/Products/Debug-iphonesimulator/WFChatUIKit.framework/WFChatUIKit

    ld: warning: directory not found for option '-F/Users/huguihui/Downloads/new/ios-chat-2021/wfuikit/Frameworks/GoogleWebRTC/Frameworks/frameworks'
    ld: framework not found WFAVEngineKit
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
  • HeavyRain 2021-6-9
    引用 6
    你这样试一下,下载我们最新的ios端代码,什么都不要修改,只替换 wfavenginekit这个库(在uikit的avengine目录下),然后依次编译client,kit,chat。看看能不能编译过
  • jackhu 2021-6-9
    引用 7
    尝试过了,还是如此!
  • HeavyRain 2021-6-10
    引用 8
    你加我们技术微信吧 wildfirechat
返回