- Undefined symbols for architecture arm64:?
Ld /Users/ibeautys/Library/Developer/Xcode/DerivedData/Unity-iPhone-bcmxxcgxrhybybesrxvfdfhmofuj/Build/Products/ReleaseForRunning-iphoneos/UnityFramework.framework/UnityFramework normal arm64 cd /Users/ibeautys/WechatShare/build export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-ios10.0 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.6.sdk -L/Users/ibeautys/Library/Developer/Xcode/DerivedData/Unity-iPhone-bcmxxcgxrhybybesrxvfdfhmofuj/Build/Products/ReleaseForRunning-iphoneos -L/Users/ibeautys/WechatShare/build/Libraries -L/Users/ibeautys/WechatShare/build/Libraries/Plugins/IOS -F/Users/ibeautys/Library/Developer/Xcode/DerivedData/Unity-iPhone-bcmxxcgxrhybybesrxvfdfhmofuj/Build/Products/ReleaseForRunning-iphoneos -filelist /Users/ibeautys/Library/Developer/Xcode/DerivedData/Unity-iPhone-bcmxxcgxrhybybesrxvfdfhmofuj/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityFramework.LinkFileList -install_name @rpath/UnityFramework.framework/UnityFramework -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -map -Xlinker /Users/ibeautys/Library/Developer/Xcode/DerivedData/Unity-iPhone-bcmxxcgxrhybybesrxvfdfhmofuj/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/UnityFramework-LinkMap-normal-arm64.txt -dead_strip -Xlinker -object_path_lto -Xlinker /Users/ibeautys/Library/Developer/Xcode/DerivedData/Unity-iPhone-bcmxxcgxrhybybesrxvfdfhmofuj/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityFramework_lto.o -fembed-bitcode-marker -stdlib=libc++ -fobjc-arc -fobjc-link-runtime -weak_framework CoreMotion -weak-lSystem -liPhone-lib -framework Security -framework MediaToolbox -framework CoreText -framework AudioToolbox -weak_framework AVFoundation -framework AVKit -framework CFNetwork -framework CoreGraphics -framework CoreMedia -weak_framework CoreMotion -framework CoreVideo -framework Foundation -framework OpenAL -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -framework UIKit -liconv.2 -lil2cpp -lWeChatSDK -weak_framework Metal -Xlinker -dependency_info -Xlinker /Users/ibeautys/Library/Developer/Xcode/DerivedData/Unity-iPhone-bcmxxcgxrhybybesrxvfdfhmofuj/Build/Intermediates.noindex/Unity-iPhone.build/ReleaseForRunning-iphoneos/UnityFramework.build/Objects-normal/arm64/UnityFramework_dependency_info.dat -o /Users/ibeautys/Library/Developer/Xcode/DerivedData/Unity-iPhone-bcmxxcgxrhybybesrxvfdfhmofuj/Build/Products/ReleaseForRunning-iphoneos/UnityFramework.framework/UnityFramework Undefined symbols for architecture arm64: "_OBJC_CLASS_$_WKWebView", referenced from: objc-class-ref in libWeChatSDK.a(WapAuthHandler.o) "_OBJC_CLASS_$_WKWebViewConfiguration", referenced from: objc-class-ref in libWeChatSDK.a(WapAuthHandler.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
2020-09-03 - 自检函数到了4步直接停了?有没有大佬遇见过相同的问题啊?
[图片]
2020-09-02 - IOS端微信分享,正常吊起微信但是显示窗口未知的应用请求?
1.微信sdk为最新的 2.微信版本为7.0.15 3.xcode版本为当前最新 4.在Safari浏览器中能吊起来自己的软件 但是在软件中分享就会提示 未知应用的请求
2020-09-01