帖子
帖子
用户
博客
课程
12下一页
返回列表 发新帖
显示全部楼层
24
帖子
0
勋章
329
Y币

[BUG] 自定义插件编译失败

[复制链接]
发表于 2024-4-1 18:10:49


最近引擎更新了之后 我的自定义插件无法编译了,
官方插件已经是最新版本了,编译没有问题,我ios自定义了一个插件,无法通过编译,望各位大佬帮忙看一眼 急急急急!万分感谢

报错如下


ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/rMLje1oz43NyEee/ios/UZApp/UZModules/libAMR.a[arm64][2](UZAMRConvert.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/rMLje1oz43NyEee/ios/UZApp/UZModules/libAMR.a[arm64][3](UZAMR+Convert.o) compiled with category class properties
0  0x104533c3b  __assert_rtn + 64
1  0x1044b0615  ld::assignAliasAtomOffsetInSection(ld:inkedAtomPlacement&, unsigned int, ld::AliasAtom const*) + 181
2  0x1044b04cb  ld:ayoutExecutable::assignAtomOffsetsInSection(ld::SectionLayout&, unsigned int, bool) + 891
3  0x1044b3183  ___ZN2ld16LayoutExecutable23sortAtomsWithinSectionsEv_block_invoke + 4051
4  0x7ff80a1e2def  _dispatch_client_callout2 + 8
5  0x7ff80a1f4547  _dispatch_apply_invoke3 + 431
6  0x7ff80a1e2dbc  _dispatch_client_callout + 8
7  0x7ff80a1e404e  _dispatch_once_callout + 20
8  0x7ff80a1f3740  _dispatch_apply_invoke + 184
9  0x7ff80a1e2dbc  _dispatch_client_callout + 8
10  0x7ff80a1f22ca  _dispatch_root_queue_drain + 871
11  0x7ff80a1f284f  _dispatch_worker_thread2 + 152
12  0x7ff80a380b43  _pthread_wqthread + 262
ld: Assertion failed: (aliasSectionNum == sectionNum && "alias and its target must be located in the same section"), function assignAliasAtomOffsetInSection, file Layout.cpp, line 3324.
clang: error: linker command failed with exit code 1 (use -v to see invocation)



LinkStoryboards (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/rMLje1oz43NyEee/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module UZApp --target-device iphone --minimum-deployment-target 12.0 --output-format human-readable-text --link /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-anehzxlsdszpvwcgcuekqedrhwot/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-anehzxlsdszpvwcgcuekqedrhwot/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/LaunchScreen1965079668772569104.storyboardc

** ARCHIVE FAILED **


The following build commands failed:
        Ld /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-anehzxlsdszpvwcgcuekqedrhwot/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/UZApp normal (in target 'UZApp' from project 'UZApp')
(1 failure)
** EXPORT FAILED **

error: archive not found at path '/Users/yonbuilder/uzmap/temp/rMLje1oz43NyEee/ios/UZApp.xcarchive'

24
帖子
0
勋章
329
Y币
编译引擎采用了最新版本,IOS最低也设置了12.0
24
帖子
0
勋章
329
Y币
我发现降低引擎也没有用,不管降低引擎就是这个错误
130
帖子
7
勋章
5万+
Y币
把原文发一下
24
帖子
0
勋章
329
Y币

稍等啊,原文发出去了,但是没有看到
24
帖子
0
勋章
329
Y币

2024-04-01 09:53:26
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -target UZApp clean

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES


** CLEAN SUCCEEDED **

Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild archive -scheme UZApp -configuration Release -archivePath UZApp.xcarchive "CODE_SIGN_IDENTITY=iPhone Developer: yanli zhang (ZD6DYMR5XM)" -destination generic/platform=iOS

User defaults from command line:
    IDEArchivePathOverride = /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp.xcarchive
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    CODE_SIGN_IDENTITY = iPhone Developer: yanli zhang (ZD6DYMR5XM)

Prepare packages

note: Using codesigning identity override: iPhone Developer: yanli zhang (ZD6DYMR5XM)
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'UZApp' in project 'UZApp' (no dependencies)

GatherProvisioningInputs

CreateBuildDescription
Build description signature: 212378eb96e2892e8d5ea217217d6a3b
Build description path: /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/XCBuildData/212378eb96e2892e8d5ea217217d6a3b.xcbuilddata

CreateBuildDirectory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp.xcodeproj
    builtin-create-build-directory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation

CreateBuildDirectory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp.xcodeproj
    builtin-create-build-directory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath

CreateBuildDirectory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp.xcodeproj
    builtin-create-build-directory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath

ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk /Users/yonbuilder/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-884b7f60ac6761a492c03f282b824eb9.sdkstatcache
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp.xcodeproj
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -o /Users/yonbuilder/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-884b7f60ac6761a492c03f282b824eb9.sdkstatcache

CreateBuildDirectory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath/Release-iphoneos
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp.xcodeproj
    builtin-create-build-directory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath/Release-iphoneos

CreateBuildDirectory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/EagerLinkingTBDs/Release-iphoneos
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp.xcodeproj
    builtin-create-build-directory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/EagerLinkingTBDs/Release-iphoneos

SymLink /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath/Release-iphoneos/UZApp.app ../../InstallationBuildProductsLocation/Applications/UZApp.app (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /bin/ln -sfh ../../InstallationBuildProductsLocation/Applications/UZApp.app /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath/Release-iphoneos/UZApp.app

MkDir /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /bin/mkdir -p /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

MkDir /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/Frameworks (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /bin/mkdir -p /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/Frameworks

ProcessProductPackaging /Users/yonbuilder/Library/MobileDevice/Provisioning\ Profiles/uzmap.mobileprovision /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/embedded.mobileprovision (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-productPackagingUtility /Users/yonbuilder/Library/MobileDevice/Provisioning\ Profiles/uzmap.mobileprovision -o /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/embedded.mobileprovision

WriteAuxiliaryFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/DerivedSources/Entitlements.plist (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    write-file /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/DerivedSources/Entitlements.plist

ProcessProductPackaging /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZApp.entitlements /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp.app.xcent (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios

    Entitlements:

    {
    "application-identifier" = **.**.hzqsn.app";
    "aps-environment" = development;
    "com.apple.developer.associated-domains" =     (
        "applinks:www**.**"
    );
    "com.apple.developer.team-identifier" = JEQVLD6X7N;
    "get-task-allow" = 1;
}

    builtin-productPackagingUtility /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZApp.entitlements -entitlements -format xml -o /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp.app.xcent

ProcessProductPackagingDER /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp.app.xcent /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp.app.xcent.der (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /usr/bin/derq query -f xml -i /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp.app.xcent -o /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp.app.xcent.der --raw

WriteAuxiliaryFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/all-product-headers.yaml (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    write-file /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp.hmap (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    write-file /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp.hmap

WriteAuxiliaryFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-project-headers.hmap (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    write-file /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-project-headers.hmap

WriteAuxiliaryFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-generated-files.hmap (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    write-file /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-generated-files.hmap

WriteAuxiliaryFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-all-target-headers.hmap (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    write-file /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-all-target-headers.hmap

WriteAuxiliaryFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-all-non-framework-target-headers.hmap (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    write-file /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-own-target-headers.hmap (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    write-file /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-own-target-headers.hmap

GenerateAssetSymbols /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/Images.xcassets (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/assetcatalog_dependencies --output-partial-info-plist /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/assetcatalog_generated_info.plist --app-icon AppIcon --compress-pngs --enable-on-demand-resources YES --development-region English --target-device iphone --minimum-deployment-target 12.0 --platform iphoneos --compile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/Images.xcassets --bundle-identifier  --generate-objc-asset-symbols /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/DerivedSources/GeneratedAssetSymbols.h --generate-asset-symbol-index /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/* com.apple.actool.document.warnings */
/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/Images.xcassets:./AppIcon.appiconset/(null)[2d][Icon-72.png]: warning: The app icon set "AppIcon" has 4 unassigned children.
/* com.apple**.**pilation-results */
/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/DerivedSources/GeneratedAssetSymbols.h


CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zh-Hant.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/zh-Hant.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/zh-Hant.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/widget /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/widget (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/widget /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

WriteAuxiliaryFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/Objects-normal/arm64/UZApp.LinkFileList (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    write-file /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/Objects-normal/arm64/UZApp.LinkFileList

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/vi.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/vi.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/vi.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zh-Hans.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/zh-Hans.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/zh-Hans.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/uz /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/uz (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/uz /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/tr.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/tr.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/tr.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/th.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/th.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/th.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/st_silent_liveness_resource.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/st_silent_liveness_resource.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/st_silent_liveness_resource.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ru.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ru.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ru.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/res_trans /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/res_trans (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/res_trans /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/res_iOSDialog /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/res_iOSDialog (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/res_iOSDialog /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/res_UILoading /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/res_UILoading (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/res_UILoading /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/res_FNScanner /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/res_FNScanner (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/res_FNScanner /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/pt-PT.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/pt-PT.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/pt-PT.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/new_login_type_data.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_type_data.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_type_data.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/new_login_smsVerify_data.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_smsVerify_data.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_smsVerify_data.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/new_login_phoneAuth_data.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_phoneAuth_data.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_phoneAuth_data.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/new_login_passwordview_data.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_passwordview_data.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_passwordview_data.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/new_login_login_data.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_login_data.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_login_data.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/new_login_idVerify_data.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_idVerify_data.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_idVerify_data.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/new_login_idAuth_data.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_idAuth_data.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/new_login_idAuth_data.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ms.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ms.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ms.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/mam.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/mam.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/mam.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/login_type_v2.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_type_v2.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_type_v2.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/login_sms_v2.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_sms_v2.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_sms_v2.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/login_pw_v2.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_pw_v2.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_pw_v2.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/login_main_v2.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_main_v2.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_main_v2.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/login_id_v2.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_id_v2.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_id_v2.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/login_bind_phone_v2.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_bind_phone_v2.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_bind_phone_v2.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/login_bind_id_v2.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_bind_id_v2.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/login_bind_id_v2.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ko.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ko.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ko.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ja.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ja.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ja.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/it.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/it.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/it.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/id.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/id.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/id.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/fr.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/fr.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/fr.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/es.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/es.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/es.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/en.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/en.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/en.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/de.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/de.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/de.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ar.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ar.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/ar.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/alibaba-gov-module-iOS.config /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/alibaba-gov-module-iOS.config (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/alibaba-gov-module-iOS.config /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/alibaba-gov-global-iOS.config /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/alibaba-gov-global-iOS.config (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/alibaba-gov-global-iOS.config /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWWebPluginBundle.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWWebPluginBundle.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWWebPluginBundle.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWNavigationBar.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNavigationBar.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNavigationBar.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_ZWJupiterJSApi.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_ZWJupiterJSApi.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_ZWJupiterJSApi.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_WebContainer.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_WebContainer.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_WebContainer.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_Share.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Share.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Share.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_ScanCode.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_ScanCode.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_ScanCode.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_SameOrigin.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_SameOrigin.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_SameOrigin.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_Route.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Route.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Route.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_Pay.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Pay.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Pay.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_PBKLogin.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_PBKLogin.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_PBKLogin.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_Net.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Net.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Net.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_Monitor.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Monitor.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Monitor.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_MGOP.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_MGOP.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_MGOP.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_LBS.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_LBS.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_LBS.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_GCSLog.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_GCSLog.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_GCSLog.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_Face.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Face.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_Face.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_EPPrivacyPolicy.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_EPPrivacyPolicy.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_EPPrivacyPolicy.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_EPNavigationBar.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_EPNavigationBar.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_EPNavigationBar.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_DebugTool.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_DebugTool.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_DebugTool.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_BizSkeleton.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_BizSkeleton.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_BizSkeleton.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWModuleConfig_AccountCenter.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_AccountCenter.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWModuleConfig_AccountCenter.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWLoginKitResource.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKitResource.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKitResource.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ZWISVAuthViewController.nib /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWISVAuthViewController.nib (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWISVAuthViewController.nib /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/WeiboSDK.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/WeiboSDK.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/WeiboSDK.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/ToygerService.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ToygerService.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ToygerService.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/Tesseract-Theme.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/Tesseract-Theme.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/Tesseract-Theme.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/SocketCraft.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/OCRXMedia.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/OCRXMedia.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/OCRXMedia.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/MGOP.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/BioAuthEngine.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/BioAuthEngine.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/BioAuthEngine.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/Base.lproj /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/Base.lproj (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/localization/Base.lproj /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/AutoConfig.json /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AutoConfig.json (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AutoConfig.json /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/AriverRuntime.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/AriverResource.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/AriverKernel.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/AlipayVerifySDK.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AlipayVerifySDK.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AlipayVerifySDK.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/AlipaySDK.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AlipaySDK.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AlipaySDK.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/APBToygerFacade.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/AMap.bundle /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AMap.bundle (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AMap.bundle /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CpResource /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/.DS_Store /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/.DS_Store (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/.DS_Store /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app

CopyPlistFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/PushConfig.plist /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/PushConfig.plist (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    builtin-copyPlist --convert binary1 --outdir /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app -- /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/PushConfig.plist

CopyPNGFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zw_login_uncheck@2x.png /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/zw_login_uncheck@2x.png (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/zw_login_uncheck@2x.png /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zw_login_uncheck@2x.png
libpng warning: Input PNG is already optimized for iPhone OS.  Copying source file to destination...

CopyPNGFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zw_login_close@2x.png /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/zw_login_close@2x.png (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/zw_login_close@2x.png /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zw_login_close@2x.png
libpng warning: Input PNG is already optimized for iPhone OS.  Copying source file to destination...

CopyPNGFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zw_login_check@2x.png /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/zw_login_check@2x.png (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/zw_login_check@2x.png /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zw_login_check@2x.png
libpng warning: Input PNG is already optimized for iPhone OS.  Copying source file to destination...

CopyPNGFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zw_login_arrow@2x.png /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/zw_login_arrow@2x.png (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/zw_login_arrow@2x.png /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/zw_login_arrow@2x.png
libpng warning: Input PNG is already optimized for iPhone OS.  Copying source file to destination...

CopyPNGFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/close.png /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/close.png (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/close.png /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/close.png

CopyPNGFile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/LaunchImage1965201035958419472@2x~iphone.png /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/LaunchImage1965201035958419472@2x~iphone.png (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/copypng -compress -strip-PNG-text /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/LaunchImage1965201035958419472@2x\~iphone.png /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/LaunchImage1965201035958419472@2x\~iphone.png

CompileStoryboard /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/LaunchScreen1965201035958419472.storyboard (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module UZApp --output-partial-info-plist /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/LaunchScreen1965201035958419472-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --minimum-deployment-target 12.0 --output-format human-readable-text --compilation-directory /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/LaunchScreen1965201035958419472.storyboard

CompileAssetCatalog /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/Images.xcassets (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/assetcatalog_dependencies --output-partial-info-plist /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/assetcatalog_generated_info.plist --app-icon AppIcon --compress-pngs --enable-on-demand-resources YES --development-region English --target-device iphone --minimum-deployment-target 12.0 --platform iphoneos --compile /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/Images.xcassets
2024-04-01 22:09:09.585 ibtoold[2861:4294045] Launching AssetCatalogSimulatorAgent using native architecture.
/* com.apple.actool.document.warnings */
/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/Images.xcassets:./AppIcon.appiconset/(null)[2d][Icon-72.png]: warning: The app icon set "AppIcon" has 4 unassigned children.
/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/Images.xcassets:./AppIcon.appiconset/(null)[2d][Icon-72.png]: warning: The app icon set "AppIcon" has 4 unassigned children.
/* com.apple**.**pilation-results */
/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/AppIcon60x60@2x.png
/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/AppIcon76x76@2x~ipad.png
/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/Assets.car
/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/assetcatalog_generated_info.plist


CompileC /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/Objects-normal/arm64/main.o /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1**.**piler (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/yonbuilder/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphoneos17.2-21C52-884b7f60ac6761a492c03f282b824eb9.sdkstatcache -target arm64-apple-ios12.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path\=/Users/yonbuilder/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/yonbuilder/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror\=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror\=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -DNS_BLOCK_ASSERTIONS\=1 -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-generated-files.hmap -I/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-own-target-headers.hmap -I/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-all-target-headers.hmap -iquote /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/UZApp-project-headers.hmap -I/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath/Release-iphoneos/include -I/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/DerivedSources-normal/arm64 -I/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/DerivedSources/arm64 -I/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/DerivedSources -F/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath/Release-iphoneos -F/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules -F/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZEngine -MMD -MT dependencies -MF /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/Objects-normal/arm64/main.d --serialize-diagnostics /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/Objects-normal/arm64/main.dia -c /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/main.m -o /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/Objects-normal/arm64/main.o

Ld /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/UZApp normal (in target 'UZApp' from project 'UZApp')
    cd /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk -Os -L/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/EagerLinkingTBDs/Release-iphoneos -L/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath/Release-iphoneos -L/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZEngine -L/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules -F/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/EagerLinkingTBDs/Release-iphoneos -F/Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/BuildProductsPath/Release-iphoneos -F/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules -F/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZEngine -filelist /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/Objects-normal/arm64/UZApp.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/Objects-normal/arm64/UZApp_lto.o -Xlinker -final_output -Xlinker /Applications/UZApp.app/UZApp -fobjc-arc -fobjc-link-runtime -ObjC -force_load /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZEngine/libUZEngine.a -weak_framework ZolozSensorServices -weak_framework BioAuthAPI -weak_framework ZWLBSAdapter -weak_framework ZolozUtility -weak_framework OCRDetectSDKForTech -weak_framework ZolozMobileRPC -weak_framework ZWMVPFoundation -weak_framework ZWPayAdapter4iOS -weak_framework SGMain -weak_framework SecurityGuardSDK -weak_framework ZolozOpenPlatformBuild -weak_framework AliyunIdentityManager -weak_framework EPDebugTool -weak_framework EPPBKit -weak_framework AlipayVerifySDK -weak_framework Masonry -weak_framework GCSBoard -weak_framework MAMapKit -weak_framework SGSecurityBody -weak_framework ZWJupiter -weak_framework ZWPayAdapterAlipay -weak_framework BioAuthEngine -weak_framework AMapLocationKit -weak_framework ToygerService -weak_framework ZWJupiterJSApiPlugin -weak_framework EPAccountCenter -weak_framework ZWMonitor -weak_framework ZWScanCode -weak_framework SDWebImage -weak_framework EPPrivacyPolicy -weak_framework ZWBus -weak_framework AMapFoundationKit -weak_framework ZWShareAdapterDingTalk -weak_framework BindingXNative -weak_framework ZWNetAdapter -weak_framework JSONModel -weak_framework KNZipArchive -weak_framework MPRemoteLogging -weak_framework ZWRouteAdapter4iOS -weak_framework FMDB -weak_framework ZWPayCore4iOS -weak_framework ZWShareAdapterWeibo -weak_framework BindingXCore -weak_framework AliUltronSDK -weak_framework AlipaySDK -weak_framework ZWShareAdapterWeChart -weak_framework AliServiceHub -weak_framework Peregrine_lite -weak_framework AriverResource -weak_framework UltronViewKit -weak_framework APPSecuritySDK -weak_framework ZWFace4iOS -weak_framework ZWSameOriginDelivery -weak_framework ZWLoginKit -weak_framework ZWShareKitAdapter -weak_framework DTShareKit -weak_framework ZipArchive -weak_framework TesseractCore -weak_framework GCSLog4iOS -weak_framework AFNetworking2 -weak_framework AriverKernel -weak_framework MGOP -weak_framework ZolozIdentityManager -weak_framework ZWShareKitCore -weak_framework TBDinamic -weak_framework AriverApi -weak_framework AriverRuntime -weak_framework ZWLBSCore -weak_framework EPNavigationBar -weak_framework SGAVMP -weak_framework ZWInterface -weak_framework AriverApp -weak_framework AriverConfig -weak_framework APBToygerFacade -weak_framework SocketCraft -weak_framework ZWNetworking -weak_framework ZWRoute -weak_library /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/IosDialog.a -weak-lSTSilentLivenessDetector -weak-lEBPhotoBrowserLib -weak-lUZImageFilter -weak-lImageUtils -weak-lwxDelegate -weak-lNVTabBar -weak-lWeiboSDK -weak-lPhotoBrowser -weak-lTrans -weak-lWeChatSDK -weak-lDocInteraction -weak-lFNScanner -weak-lJPush -weak-lbrowser -weak_library /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ajPush.a -weak-lWX -weak-lUILoading -weak-lmoduleZlb -weak-lJCore -weak-lmam -weak_framework ARKit -weak_framework CoreML -weak_framework Contacts -weak_framework ContactsUI -lUZASIHttpRequest -weak_framework UserNotifications -weak_framework ReplayKit -weak_framework PassKit -weak_framework CoreSpotlight -weak_framework MapKit -weak_framework CoreAudioKit -lopencore-amrnb -weak_framework CoreAudio -weak_framework MediaAccessibility -weak_framework MediaToolbox -weak_framework Metal -weak_framework MultipeerConnectivity -weak_framework NotificationCenter -weak_framework NetworkExtension -weak_framework OpenAL -weak_framework OpenGLES -framework StoreKit -weak_framework Photos -weak_framework PhotosUI -weak_framework QuartzCore -weak_framework SafariServices -weak_framework SceneKit -weak_framework Social -weak_framework SpriteKit -weak_framework Twitter -weak_framework VideoToolbox -weak_framework WebKit -weak_framework MediaPlayer -weak_framework MessageUI -weak_framework MobileCoreServices -lopencore-amrwb -weak_framework QuickLook -weak_framework Security -weak_framework SystemConfiguration -weak_framework UIKit -weak_framework Accelerate -weak_framework Accounts -weak_framework AVKit -weak_framework CoreBluetooth -weak_framework CoreFoundation -weak_framework CoreImage -weak_framework CoreMIDI -weak_framework CoreMotion -weak_framework CoreText -weak_framework EventKit -weak_framework EventKitUI -weak_framework GameController -weak_framework GLKit -weak_framework GSS -weak_framework iAd -weak_framework JavaScriptCore -weak_framework AddressBook -weak_framework AddressBookUI -weak_framework AdSupport -weak_framework AssetsLibrary -weak_framework AudioToolbox -weak_framework AVFoundation -weak_framework CFNetwork -weak_framework CoreData -weak_framework CoreGraphics -weak_framework CoreLocation -weak_framework CoreMedia -weak_framework CoreTelephony -weak_framework CoreVideo -weak_framework ExternalAccessory -weak_framework Foundation -weak_framework ImageIO -weak_framework GameKit -weak-lresolv.9 -weak-lresolv -weak-lbsm -framework Macaw -weak-larchive.2 -weak-larchive -lAMR -weak-lxml2.2 -weak-lxml2 -weak-lbz2.1.0 -weak-lbz2 -weak-licucore -weak-lstdc++.6 -weak-lc++ -weak-liconv -lminizip -weak-lz -weak-lz.1.2.5 -weak-lsqlite3 -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/IntermediateBuildFilesPath/UZApp.build/Release-iphoneos/UZApp.build/Objects-normal/arm64/UZApp_dependency_info.dat -o /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/UZApp
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AlipaySDK.framework/AlipaySDK compiled without category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWShareAdapterWeChart.framework/ZWShareAdapterWeChart[arm64][2](ZWShareAdapterWeChart.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AliServiceHub.framework/AliServiceHub[arm64][2](AliServiceObjectManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AliServiceHub.framework/AliServiceHub[arm64][3](MachOSectionHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AliServiceHub.framework/AliServiceHub[arm64][4](AliServiceHubManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AliServiceHub.framework/AliServiceHub[arm64][5](AliServiceHubAnnotation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AliServiceHub.framework/AliServiceHub[arm64][6](AliServiceItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][2](RVRLogContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][3](RVRDataSourceManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][4](RVRService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][5](RVRUtils+Version.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][6](RVRAppEnterInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][7](RVRApp+Plugin.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][8](RVRUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][9](RVRDefine.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][10](RVRAppUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][11](RVRConfigCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][12](RVRApp.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][13](RVRAppSignVerify.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][14](RVRApp+private.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][15](NSString+RVR.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][16](RVRDataSource.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][17](RVRRequestManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][18](RVRFastUntar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][19](RVRError.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][20](RVRParamCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][21](NSFileManager+RVRTar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][22](RVRDataSourceManager+Load.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][23](RVRProtocol.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][24](RVRDataSource+TemplateApp.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][25](NSDictionary+RVR.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][26](RVRAppAction.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][27](NSMutableDictionary+RVR.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][28](RVRErrorCode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][29](RVRService+Template.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][30](NSData+RVR.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverResource.framework/AriverResource[arm64][31](RVRConfigCenter+Private.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][2](NUTDataLoader.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][3](NUTLinkageRender.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][4](NUTCheckHiddenListenerParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][5](NUTContainerInstance.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][6](NUTBaseEventSubscriber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][7](NUTDataScriptParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][8](NUTTreeManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][9](NUTClientEngineTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][10](NUTWeexCell.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][11](UIView+NUTDinamicXDebug.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][12](NUTDataResponse.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][13](NUTCommonViewAdapter+NUTCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][14](NUTTemplateHierarchy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][15](NUTComponent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][16](NUTProtocol.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][17](NUTHideLoadingSubscriber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][18](NUTUltronDataParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][19](NUTHUDActivityView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][20](UIView+NUTLoading.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][21](NUTEngineInstance.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][22](NUTTemplate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][23](NUTTemplateBlock.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][24](NUTDefaultAsyncDataParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][25](NUTDataRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][26](NUTDataContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][27](NUTFooterViewAdapter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][28](NUTServerEventSubsciber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][29](NUTDiffAction.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][30](AliDefaultEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][31](NUTHorizontalDowngradeTableViewCell.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][32](NUTHeaderViewAdapter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][33](NUTPopupContainer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][34](NUTDismissPopSubscriber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][35](NUTDataLoaderConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][36](AliEventCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][37](UIView+NUTCategory.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][38](NUTStickyViewAdapter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][39](NUTToastSubscriber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][40](NUTGlobalRender.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][41](UITableView+NUTAccommodateKeyboard.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][42](NUTMonitor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][43](NUTFilter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][44](AliEventSubscription.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][45](AliEventResult.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][46](NUTShowLoadingSubscriber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][47](NUTPostMessageSubscriber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][48](NUTCommonViewAdapter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][49](NUTTableViewAdapter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][50](NUTDebugLongPressGestureRecognizer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][51](NUTClientEngine.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][52](NUTELParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][53](NUTMtopModel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][54](NUTAdjustStateSubscriber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][55](NUTToast.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][56](NUTContainerConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][57](NUTMonitorDebugBoard.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][58](NUTDinamicXEventDisPatcherV3.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][59](NUTPopLayer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][60](AliEventCenterCluster.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][61](NUTTemplateComponent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][62](NUTDataProvider.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][63](NUTEndPointRender.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][64](NSMutableDictionary+NUT.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][65](NUTVerticalDowngradeTableViewCell.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][66](NUTUpdateListenerParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][67](NUTCheckMutexListenerParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][68](NUTImageViewRefreshHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][69](NUTDinamicXEventDispatcher.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][70](NUTPopSelectSubscriber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][71](NUTDynamicEventManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][72](NUTCloudEngine.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][73](NUTCellRegister.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][74](NUTViewManagerUtil.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][75](NUTConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][76](NUTRenderTree.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][77](NUTDinamicViewHolder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][78](NUTBaseTree.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][79](NUTProtoTree.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][80](NUTRouterEventSubscriber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][81](NUTUserContextV3.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][82](NUTViewManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][83](NUTContainerRender.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][84](AliEventCenterService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][85](NUTDataRequestDefaultImpl.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][86](NUTTemplateManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][87](NUTTableView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][88](NUTRenderComponent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][89](NUTViewEventDispatcher.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/UltronViewKit.framework/UltronViewKit[arm64][90](NUTDinamicXCell.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][2](DTRpcOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][3](DTMD5Util.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][4](internal_DeviceInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][5](RDSJSONWrapper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][6](ASSNetworkCoordinator.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][7](AliSecXSafeUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][8](RDSBehaviorManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][9](ASSDynamicInfoCollector.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][11](DTNumber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][12](DTRpcUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][13](ASSStaticInfoCollector.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][14](APStringUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][15](TSCENTERReportRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][16](internal_FileOp.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][17](RDSCommonUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][18](DTRpcMethod.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][19](ASSSecurityGTMBase64.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][20](ASSJsonWrapper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][21](ASSUmidTokenCollector.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][22](ASSStorageModel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][23](ASSStorageAccesser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][24](DTJsonDecoder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][25](ASSRPCUpdater.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][26](DTJsonEncoder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][27](ASSSecurityManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][28](NSDate+DTJsonString.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][29](TSCENTERBaseResult.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][30](RDSBehaviorAction.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][31](DTURLRequestOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][32](ASSSettingAccesser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][33](ASSRPCConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][34](RDSSecurityCheck.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][35](TSCENTEROpenReportService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][36](APHTTPCookie.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][37](DTJsonHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][38](ASSDemoHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][39](internal_SSKeychainQuery.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][40](APSecRDS.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][41](ASSCommonUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][42](ASSSecureOpenSdk.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][43](internal_Reachability.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][44](DTRpcBaseOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][45](APHTTPCookieStorage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][46](ASSLogUpdater.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][47](NSThread+DTRpcLocalConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][48](AliSecXNamePair.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][49](DTURLCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][50](DTGZipUtil.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][51](ASSPerformanceLog.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][52](ASSInputArgument.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][53](TSCENTERReportResult.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][54](DTRpcAsyncCaller.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][55](DTRpcClient.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][56](DTRpcException.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][57](ASSCommon.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][58](TSCENTERBugTrackMessageService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][59](DTRpcConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][60](ASSTokenResult.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][61](ASSSettingModel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][62](AliSecXLocalStorage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][63](internal_SSKeychain.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][64](DTRpcConfigManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][65](APHTTPCookieUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][66](ASSLogger.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][67](AliSecXDeviceInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][83](DeviceRiskLabel_OCBridge.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APPSecuritySDK.framework/APPSecuritySDK[arm64][94](ScreenDetect.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][2](ZWVerifyServiceViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][3](ZWFaceNetwork.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][4](UIView+STLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][5](STSilentLivenessController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][6](EPPoliceFaceAdapter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][7](EPAntFaceAdapter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][8](STSilentLivenessView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][9](ZWFaceManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][10](STSilentLivenessCamera.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][11](UIView+EX.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][12](ZWFaceModule.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][13](ZWFaceFactoryService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][14](STStartAndStopIndicatorView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][15](ZWSilentLivenessViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWFace4iOS.framework/ZWFace4iOS[arm64][16](EPFaceConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWSameOriginDelivery.framework/ZWSameOriginDelivery[arm64][3](ZWSameOriginInterceptor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWSameOriginDelivery.framework/ZWSameOriginDelivery[arm64][4](ZWSameOriginModule.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWSameOriginDelivery.framework/ZWSameOriginDelivery[arm64][5](ZWMonitorProvider.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[3](NSString+EPLoginKit.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[4](UIImage+EPLoginKit.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[5](EPNewLoginIDVerifyVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[6](EPLoginAccountJudge.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[7](EPLoginCountDownFinish.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[8](EPLoginModule.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[9](EPNewLoginTypeVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[10](EPNewLoginIDAuthVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[11](EPNewLoginPasswordVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[12](EPLoginModuleInjectService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[13](EPLoginInterfaceManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[14](EPLoginAdapter+PBBaseService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[15](EPLoginNavBar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[16](EPLoginUserModel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[17](EPNewLoginPhoneAuthVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[18](EPLoginBasePresenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[19](EPLoginFoundationUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[20](EPLoginAdapter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[21](EPNewLoginBaseVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[22](EPNewLoginSMSVerifyVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[23](EPLoginNetUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[24](DXZWCountDownViewWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[25](EPLoginTypeChooseView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[26](EPNewLoginVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[27](EPNewLoginPresenterBaseVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLoginKit.framework/ZWLoginKit[28](NSDictionary+EPLogin.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWShareKitAdapter.framework/ZWShareKitAdapter[arm64][2](ZWSKShareService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWShareKitAdapter.framework/ZWShareKitAdapter[arm64][3](ZWSKShareModule.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZipArchive.framework/ZipArchive[arm64][3](SSZipArchive.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][2](TTBSRefreshHeader.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][3](TTEventResult.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][4](TTThemeCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][5](TTZwScrollEndEventHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][6](DXZWHtmlViewWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][7](TTEventSubscription.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][8](TTEventCenterService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][9](TTPropsDataEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][10](EPTesseractPageServiceImp.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][11](TTDXUnzipArchiveImp.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][12](DXZWRichTextViewWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][13](TTArrayInitDataParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][14](TTBSErrorView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][15](TTBSRefreshFooter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][16](UIColor+EPUCHex.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][17](DXZWFlowLayoutWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][18](TTBSLoadingView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][19](TTRootView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][20](DXZWWebViewWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][21](ZWBizPageDescriptor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][22](TTDefaultEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][23](TTEventCenterCluster.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][24](TTUserTrackEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][25](ZWBizPageFactory.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][26](TTArrayIndexDataParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][27](TTOpenURLEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][28](ZWBizSkeletonModule.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][29](DXWebView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][30](TTMapInitDataParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][31](NSURL+TTParseParameters.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][32](TTDXEventDisPatcherV3.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][33](TTContainerHeightDataParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][34](TTRefreshEventHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][35](TTArrayCountDataParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][36](TTBaseEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][37](TTBSNavigationBar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][38](TTClosePageEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][39](TTOnChange.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][40](TTPageMonitor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][41](TTSwitchSiteEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][42](DXZWTextView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][43](TTPageLoadModel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][44](TTEventCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][45](ZWBizSkeleton.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][46](TTTesseract.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][47](TTDataParserArraySecondarySpliting.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][48](TTDXImageViewLoadImp.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][49](TTDXRegistar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TesseractCore.framework/TesseractCore[arm64][50](TTDataParserNpToApUnit.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/GCSLog4iOS.framework/GCSLog4iOS[arm64][2](GCSLogModule.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/GCSLog4iOS.framework/GCSLog4iOS[arm64][3](GCSLog.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/GCSLog4iOS.framework/GCSLog4iOS[arm64][4](GCSLogService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AFNetworking2.framework/AFNetworking2[arm64][3](ZWAFNetworkReachabilityManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AFNetworking2.framework/AFNetworking2[arm64][4](ZWAFSecurityPolicy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AFNetworking2.framework/AFNetworking2[arm64][5](ZWAFHTTPSessionManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AFNetworking2.framework/AFNetworking2[arm64][6](ZWAFURLSessionManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AFNetworking2.framework/AFNetworking2[arm64][7](ZWAFURLRequestSerialization.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AFNetworking2.framework/AFNetworking2[arm64][8](ZWAFURLResponseSerialization.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][2](RVKExternalSupport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][3](RVKViewEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][4](RVKJsBridge.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][5](RVKContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][6](RVKExtensionNodeRegistry.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][7](RVKWebViewURLProtocol.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][8](RVKScriptMessageHandlerProxy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][9](RVKJsApiHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][10](RVKExtensionInterceptorManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][11](RVKExtensionRegistry.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][12](RVKJsApiConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][13](RVKConnectionProfile.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][14](RVKExtensionPointLifeCycle.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][15](RVKExtensionPointMgr.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][16](RVKPluginConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][17](RVKSessionEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][18](RVKConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][19](RVKBridgeMethod.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][20](RVKConnectionMonitor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][21](RVKMonitorEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][22](RVKPage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][23](RVKURLProtocolProcessor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][24](RVKProxy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][25](RVKEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][26](RVKProxyEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][27](RVKProxyWKURLSchemeTaskManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][28](RVKJsApi.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][29](RVKBridgeExtension.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][30](RVKService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][31](RVKKernel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][32](RVKFilePreloadManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][33](RVKSceneEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][34](RVKInvocationEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][35](RVKProxyMonitorEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][36](RVKConfigMod.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][37](RVKValue.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][38](RVKBridgeMethodInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][39](RVKExtensionProxy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][40](RVKJSApiResponseBase.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][41](RVKBridgeMethodInfoManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][42](RVKNavigationEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][43](RVKView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][44](RVKJsApiManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][45](RVKExtension.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][46](RVKSession.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][47](RVKJSApiRequestBase.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][48](RVKExtensionJsapi.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][49](RVKViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][50](RVKContext+RVKAdapter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][51](RVKScene.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][52](RVKExtensionDataStorage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][53](RVAPage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][54](RVKApp.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][55](RVKConfigManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][56](RVKUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][57](RVKNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][58](RVKExtensionProxyContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][59](RVKResponse.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][60](RVKLogger.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][61](RVKPlugin4JSApiDispatch.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][62](RVKProxyWKCacheManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][63](RVKPluginManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][64](RVKProxyWKURLSchemeTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][65](RVKWebView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][66](RVKExtensionManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverKernel.framework/AriverKernel[arm64][67](RVKPageEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][2](NSThread+ZWRpcLocalConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][3](ZWRpcConfigManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][4](ZWHTTPCookieStorage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][5](ZWHTTPCookieUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][6](ZWRPCSettingService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][7](ZWRpcAsyncCaller.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][8](ZWDownloadRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][9](ZWURLCommonRequestOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][10](ZWURLCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][11](ZWCTUInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][12](ZWRPCComponentMessage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][13](ZWLoginRefreshManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][14](ZWWirelessInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][15](ZWReachability.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][16](ZWExternalSupport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][17](ZWJSONExtensions.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][18](ZWWirelessIdentifier.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][19](NSThread+ZWAsyncCaller.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][20](ZWUnification.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][21](ZWDownloadClearExpiredFileOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][22](ZWHTTPCookie.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][23](ZWRpcMethod.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][24](ZWRpcOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][25](ZWCryptUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][26](ZWNetReachability.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][27](ZWRpcClient.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][28](ZWStringUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][29](ZWJsonDecoder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][30](ZWRpcBaseOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][31](ZWRpcConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][32](ZWFileUploadManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][33](ZWURLRequestOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][34](ZWRpcInterface.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][35](ZWRpcException.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][36](GCSNetAdatper4MGOP.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][37](ZWLog.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][38](ZWMGOPModule.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][39](NSDate+ZWJsonString.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][40](ZWURLSessionManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][41](ZWJsonHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][42](ZWDownloadManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][43](ZWSecurityConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][44](ZWSecurityUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][45](ZWDownloadTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][46](ZWNumber.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][47](ZWJsonEncoder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][48](ZWWifiUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][49](ZWRpcUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/MGOP.framework/MGOP[arm64][50](ZWRpcContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZolozIdentityManager.framework/ZolozIdentityManager[arm64][2](ZolozIdentityManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZolozIdentityManager.framework/ZolozIdentityManager[arm64][3](ZolozSdk.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWShareKitCore.framework/ZWShareKitCore[arm64][2](ZWSKClient.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][2](TBDEmptyViewItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][3](TBDFrameLayoutViewItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][4](UIFont+TBDItalic.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][5](DXDataParserData.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][6](DXRenderOptions.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][7](TBDBaseLayoutViewItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][8](TBDinamicLogger.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][9](TBDInterfaceCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][10](TBDViewGenerator.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][11](TBDError.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][12](UIView+DinamicX.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][13](DXCountDownWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][14](TBDViewUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][15](DinamicXEngineRouter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][16](TBDLabelConstructor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][17](DXLinearLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][18](TBDinamicEventSetter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][19](DinamicXEngine+Monitor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][20](TBDTextViewPropertySetter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][21](TBDTemplateItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][22](DinamicXEngine+Utils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][23](NSString+TBDConverter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][24](DXPackageLoader.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][25](TBDAppStyleParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][26](TBDinamicInterpreter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][27](DXEngineConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][28](TBDTemplateManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][29](TBDThreadTime.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][30](DXBindingXContainer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][31](DXContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][32](DXASTNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][33](DXNotification.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][34](DXBindingXManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][35](TBDTemplateCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][36](TBDScrollViewConstructor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][37](TBDCountDownViewConstructor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][38](DXScrollLayoutBase.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][39](DXLHashMap.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][40](DXTemplateHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][41](TBDLoopLinearLayoutViewItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][42](TBDinamicModuleContainer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][43](UIGestureRecognizer+TBDEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][44](UIFont+DinamicX.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][45](DXEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][46](DXTraceMonitor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][47](DXCheckBoxWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][48](DXRenderPipeline.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][49](DXDataParserColorMap.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][50](TBDinamicCondParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][51](DXDataParserLinearGradient.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][52](DXDataParserSystem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][53](DXWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][54](DXNotificationCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][55](DXImageWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][56](DXWidgetNodeDynamicProperty.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][57](DXWidgetDiffer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][58](DXDataParserDataParserNotFound.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][59](DXScrollerIndicator.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][60](DXASTMethodNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][61](DXImageView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][62](TBDViewItemFactory.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][63](TBDImageView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][64](TBDinamicDataParsePatternSubdata.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][65](TBDViewAdvancedConstructor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][66](DXScrollerLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][67](DXDataParserCondition.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][68](TBDinamicDataParsePatternConst.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][69](DXEventHandlers.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][70](TBDViewPropertySetter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][71](DXRootView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][72](TBDLayoutViewItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][73](DXInterfaceCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][74](DXRenderPipelineSimpleFlow.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][75](DXGlobalConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][76](TBDParameter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][77](TBDinamicSystemParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][78](DXPreRenderTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][79](DXRotateBuffer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][80](TBDTextInputViewConstructor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][81](DXTaskQueue.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][82](TBDinamic.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][83](TBDRegisterCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][84](DXFileManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][85](DXNullableArray.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][86](DXEventDispatcher.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][87](DXPrefetchManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][88](DinamicXEngine.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][89](DinamicTokenizer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][90](DXFastTextWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][91](DXASTEventNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][92](DXPipelineCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][93](TBDImageViewBuilder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][94](TBDAppStyleManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][95](DXPageIndicator.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][96](NSString+TBDType.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][97](DXUITaskScheduler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][98](DXListLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][99](TBDTemplateDownloader.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][100](DXControlEventCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][101](DXDataParserVersionGE.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][102](DXRegisterCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][103](TBDViewPropertySetterFactory.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][104](DXDataParserArithmetic.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][105](TBDinamicInterpretUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][106](DXDataParserContainer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][107](DXWidgetNodeParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][108](DXTemplateManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][109](TBDCheckboxBuilder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][110](DXTemplateItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][111](TBDCountDownView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][112](DXPreviewViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][113](TBDinamicStringParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][114](TBDUtility.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][115](DXRenderManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][116](DXTemplateDownloadTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][117](TBDScrollLayoutViewItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][118](DXWhiteListManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][119](TBDLinearLayoutViewItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][120](DXLayoutManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][121](DXNotificationSignaler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][122](UIControl+DinamicX.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][123](TBDinamicMethodNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][124](TBDCountDownViewPropertySetter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][125](DXSliderLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][126](TBDTemplateDownloadResult.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][127](TBDinamicASTNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][128](DXSwitchWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][129](DXError.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][130](DXConstant.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][131](DXDataParserLogic.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][132](TBDinamicDataParsePatternData.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][133](DXTemplateDowngradeManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][134](DXTemplateInfoManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][135](DXSimpleRenderManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][136](DXOriginWidgetNodeCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][137](DXRenderPipelineFlow.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][138](UIImage+DinamicX.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][139](UILabel+TBDLabel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][140](TBDTextInput.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][141](UIView+TBDEventHolder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][142](TBDViewItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][143](DXBindingXScrollProxy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][144](DXDownloadRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][145](DXControlEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][146](DXSimpleWidgetDiffer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][147](DXTemplateDownloader.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][148](UIColor+TBDColor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][149](DXUtility.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][150](DXTemplateDBManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][151](UIColor+DXColor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][152](NSString+TBDataParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][153](DXPipelineManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][154](DXGridLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][155](DXCountDownView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][156](DXDataParserToBindingXUnit.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][157](DXTextInputWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][158](DXDataParserIsDarkMode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][159](DXSimpleRenderPipeline.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][160](DXRenderPipelineBase.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][161](DXBindingXSpec.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][162](DXTimerManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][163](DXAdaptiveLinearLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][164](TBDViewAdvancedConstructor+Advanced.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][165](DXBaseClass.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][166](DXFlattenLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][167](DXBaseLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][168](TBDBaseLayoutInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][169](DXTextWidgetNode.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][170](DXEngineContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][171](TBDinamicContainerParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][172](DXBinaryLoader.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][173](TBDinamicDataParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][174](DXLRUCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][175](TBDinamicMonitor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][176](DXDataParserEventHandlerNotFound.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][177](DXFrameLayout.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][178](DXDataParserString.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][179](DXASTUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][180](UIView+TBDEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/TBDinamic.framework/TBDinamic[arm64][181](TBDSwitchBuilder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][2](RVPJSApiReqChooseImage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][3](RVPJsApiHandler4InternalAPI.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][4](RVPBaseAuthGuideManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][5](UIViewController+RVPTabbar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][6](RVPJSApiReqLocationPicker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][7](RVPBridgeExtension4HideKeyboard.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][8](RVPJSApiHandler4ChangeTab.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][9](RVPBaseShareDataManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][10](RVPJSApiReqTitleView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][11](RVPExtension4Notify.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][12](RVPBridgeExtension4ScreenOrientation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][13](RVPBridgeExtension4Tabbar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][14](RVPJSApiResChooseImage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][15](RVPJSApiReqPreviewImage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][16](RVPJSApiReqDatePicker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][17](RVPBridgeExtension4PushWindow.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][18](RVPJSApiReqTradePay.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][19](RVPBridgeExtension4ShortCut.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][20](RVPJSApiReqSaveImageToPhotosAlbum.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][21](RVPJSApiReqGetClientInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][22](RVPJSApiResActionSheet.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][23](RVPJSApiResDevice.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][24](RVPJSApiResHttpRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][25](RVPBridgeExtension4GetNetworkType.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][26](RVPJSApiResFile.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][27](RVPTabBar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][28](RVPJSApiResLocalStorage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][29](RVPBridgeExtension4TradePay.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][30](RVPJSApiReqCityPicker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][31](RVPBridgeExtension4GetSystemInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][32](RVPJSApiResTradePay.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][33](RVPJSApiResShowLoading.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][34](RVPJSApiReqHttpRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][35](RVPJSApiReqDevice.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][36](RVPTabbarManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][37](RVPJSApiResGetImageInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][38](RVPJSApiRes4Modal.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][39](RVPBridgeExtension4CheckJSAPI.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][40](RVPBridgeExtension4AuthGuide.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][41](RVPJSApiReqVerifyIdentity.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][42](RVPUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][43](RVPBridgeExtenion4Environment.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][44](RVPJSApiReqSaveVideoToPhotosAlbum.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][45](RVPJSApiReqFile.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][46](RVPBridgeExtension4AccountManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][47](RVPTabBarItemData.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][48](RVPJSApiResTitleView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][49](RVPJSApiReqActionSheet.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][50](RVPJSApiReqGetImageInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][51](RVPJSApiResGetServerTime.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][52](RVPPlugin4TabBar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][53](RVPNotify.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][54](RVPJSApiResChooseVideo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][55](RVPJSApiResLocationPicker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][56](RVPJSApiReqLocalStorage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][57](RVPBridgeExtension4PackageManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][58](RVPBridgeExtension4PackageManager+LoadSubPackage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][59](RVPJSApiResGetUserInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][60](RVPBridgeExtension4SceneStackInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][61](RVPJSApiReqGetAppToken.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][62](RVPJSApiReqToast.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][63](RVPBridgeExtension4SharedData.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][64](RVPTabBarItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][65](RVPJSApiResCompressImage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][66](RVPJSApiReqCompressImage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][67](RVPJSApiResCityPicker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][68](RVPBridgeExtension4PopWindow.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][69](RVPJSApiResSaveImageToPhotosAlbum.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][70](RVPJSApiResPreviewImage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][71](RVPJSApiReq4Modal.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][72](RVPJSApiReqSendUdpMessage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][73](RVPJSApiResSaveVideoToPhotosAlbum.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][74](RVPScreenOrientationAdvisor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][75](RVPNetworkImpl.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][76](RVPJSApiResLocation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][77](RVPJSApiReqShowLoading.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][78](RVPJSApiReqOpenLocation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][79](RVPJSApiResSendUdpMessage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][80](RVPJSApiResVerifyIdentity.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][81](RVPJSApiReqLocation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][82](RVPPushWindowAdvisor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][83](RVPPushWindowTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][84](RVPBridgeExtension4Notify.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][85](RVPJSApiResGetClientInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][86](RVPJSApiResDatePicker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][87](RVPJSApiReqChooseVideo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][88](RVPPushWindowReq.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][89](RVPJSApiResGetAppToken.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApi.framework/AriverApi[arm64][90](RVPJSApiResToast.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][2](RVTWorkerLoadBeforeEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][3](RVTIsolateContextLoadEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][4](RVTJsApiHandler4MultiWorkerPostMessage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][5](RVTBridgeExtension4Worker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][6](RVTJSCBridge.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][7](RVTJSCMultiWorkerManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][8](RVTJSCExecutor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][9](RVTTinyappConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][10](RVTPlugin4ConcurrentWorker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][11](RVTJsApi4CreateWorker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][12](RVTData.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][13](RVTUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][15](RVTPlugin4TinyAppResource.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][16](RVTJsApiHandler4MultiWorkerTerminate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][17](RVTPlugin4Session.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][18](RVTJSCTimer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][19](RVTJSCRemoteDebuggerAgent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][20](RVTJSCImportJS.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][21](RVTJSCTiming.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][22](RVTJsApi4PostMessage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][23](RVTPlugin4TinyAppParam.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][24](RVTJsApi4RegisterWorker.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][25](RVTPlugin4JSCCallHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverRuntime.framework/AriverRuntime[arm64][26](RVTJSCManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWLBSCore.framework/ZWLBSCore[arm64][2](ZWLocationService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/EPNavigationBar.framework/EPNavigationBar[arm64][2](ZWNavigationBarRightBtn.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/EPNavigationBar.framework/EPNavigationBar[arm64][3](ZWNavigationBarRightBtnModel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/EPNavigationBar.framework/EPNavigationBar[arm64][4](EPColorConverter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/EPNavigationBar.framework/EPNavigationBar[arm64][5](ZWNavigationBarNetHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/EPNavigationBar.framework/EPNavigationBar[arm64][6](ZWNavigationBar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/EPNavigationBar.framework/EPNavigationBar[arm64][7](ZWNavigationBarModule.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/EPNavigationBar.framework/EPNavigationBar[arm64][8](EPConfigHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/EPNavigationBar.framework/EPNavigationBar[arm64][9](ZWNavigationBarDefaultTitleView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SGAVMP.framework/SGAVMP[arm64][2](SGAVMP99999999.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWInterface.framework/ZWInterface[3](EPTesseractPageConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWInterface.framework/ZWInterface[4](ZWSiteData.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWInterface.framework/ZWInterface[5](EPLoginVerify.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWInterface.framework/ZWInterface[6](EPSiteContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWInterface.framework/ZWInterface[7](EPSearchPlaceholder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWInterface.framework/ZWInterface[8](EPUser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWInterface.framework/ZWInterface[9](ZWVerifyModel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWInterface.framework/ZWInterface[10](EPDynamicResourceCoordinate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][3](RVAPlugin4NavigationTitleView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][4](WKWebView+lifeCycle.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][5](RVAButton.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][6](RVANavigationItemEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][7](RVALogger.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][8](RVAFileManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][10](RVAAppConfigManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][12](NSArray+RVAPrivate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][13](UIViewController+RVALifecycle.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][16](RVAViewControllerProxy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][17](RVANavigationTitleView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][19](RVAServiceManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][20](RVAPerformanceMonitor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][21](RVASessionDelegate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][22](RVKScene+RVA.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][23](NSDictionary+RVAPrivate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][24](RVAToolbarMenuEvent+RVAPrivate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][25](UINavigationController+RVALifecycle.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][26](RVASceneEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][27](RVASessionManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][28](RVALoadRequestEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][29](RVAUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][30](RVAContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][31](RVASessionFactory.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][32](RVAOptions.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][33](RVANavigationViewEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][34](RVAProgressViewEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][35](RVASession.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][36](RVANavigationItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][37](RVAPlugin4EventDispatch.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][38](RVKContext+RVA.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][39](RVASessionContext.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][40](RVAMonitor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][41](RVALayoutEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][42](RVAViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][43](RVAExtension4WKCrash.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][44](RVAExternalSupport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][45](RVKSession+JSEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][46](RVAViewControllerStatus.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][48](RVAWebView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][49](RVAProgressView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][50](RVAPluginBase.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][51](RVAToolbarMenuEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][52](RVAService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][53](RVAPVReporter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][54](RVKEvent+RVAAdaptar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][55](RVAContentViewPageProfile.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][56](RVAPlugin4Proxy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][57](RVKSession+RVA.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][58](RVAPlugin4JSApiValidator.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][59](RVAConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][60](RVAPlugin4ProgressView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][61](RVAPlugin4HandleProxyRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][62](RVAPlugin4Scene.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][63](RVAPlugin4TitleBar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][64](RVAPlugin4Service.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][65](RVAPlugin4Session.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][66](RVANavigationTitleViewEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][67](RVAWeakObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverApp.framework/AriverApp[arm64][68](RVAPlugin4NavigationItem.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/AriverConfig.framework/AriverConfig[arm64][2](RVCConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][2](APBToygerGuideTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][3](APBToygerDetectTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][4](ZLZPhotinusEmulator.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][5](APBToygerCherryPhotinusTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][6](APBToygerFacade.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][7](APBToygerBaseTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][8](APBToygerUploadTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][9](APBToygerCheckTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][10](APBToygerPresentTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][11](APBToygerViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][12](APBToygerRemoteConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][13](APBToygerBehavlogManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][14](APBToygerBioBisConfigManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][15](APBToygerCherryPresentTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][16](ZLZVideoDispenser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][17](APBToygerCherryDetectTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][18](APBToygerDataCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][19](APBToygerCherryUploadTask.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][20](APBToygerUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/APBToygerFacade.framework/APBToygerFacade[arm64][21](ZLZVideoWriter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][2](SRMutex.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][3](SRProxyConnect.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][4](SRHash.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][5](SRPinningSecurityPolicy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][6](SRLog.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][7](SRRandom.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][8](NSURLRequest+SRWebSocket.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][9](SRRunLoopThread.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][10](SRError.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][11](SRIOConsumer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][12](NSRunLoop+SRWebSocket.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][13](SRSIMDHelpers.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][14](SRSecurityPolicy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][15](SRDelegateController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][16](SRConstants.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][17](SRIOConsumerPool.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][18](SRWebSocket.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][19](SRURLUtilities.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/SocketCraft.framework/SocketCraft[arm64][20](SRHTTPConnectMessage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][3](ZWBaseRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][4](ZWNetWorkInterface.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][5](NSObject+AutoCancel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][6](ZWNetWorkEngine.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][7](ZWDateCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][8](ZWBaseRequest+upLoad.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][9](NSString+Hash.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][10](ZWUploadNetWorkEngine.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][11](ZWDownLoadnetWorkEngine.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][12](ZWRequestLog.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][13](NSDictionary+SetNilStr.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][15](ZWAutoCancelRequests.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWNetworking.framework/ZWNetworking[arm64][16](ZWNetWorkEngine+Pravite.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ZWRoute.framework/ZWRoute[arm64][2](ZWMGJRouter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/IosDialog.a[arm64][2](SxyIosDialog.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][2](STSilentLivenessDetector.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][3](STSilentNetworkTool.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][4](STSilentLivenessDeviceInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][5](STSilentLivenessAppInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][6](STSilentLivenessSensorLoger.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][7](STSilentLivenessNetworkReachability.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][8](STSilentLivenessImage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][9](STSilentLivenessRect.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][10](STSilentLivenessEncryption.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libSTSilentLivenessDetector.a[arm64][11](STSilentLivenessFace.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][2](EBPhotoPagesState.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][3](EBCommentCell.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][4](EBCaptionView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][5](EBPhotoView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][6](EBTagPopover.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][7](EBPhotoViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][8](EBPhotoPagesController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][9](EBPhotoPagesFactory.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][10](EBPhotoPagesOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][11](EBCommentsTableView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][12](EGPhotoScrollView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][13](EBCommentsView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][14](EBPhotoToolbar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libEBPhotoBrowserLib.a[arm64][15](EBShadedView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZImageFilter.a[arm64][2](UZImageFilterUtil.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZImageFilter.a[arm64][3](UZImageFilter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZImageFilter.a[arm64][4](WYBlurryImage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libImageUtils.a[arm64][2](ImageUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libwxDelegate.a[arm64][2](WXAPPDelegate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libNVTabBar.a[arm64][2](NVTabBarView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libNVTabBar.a[arm64][3](NVTabBar.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libNVTabBar.a[arm64][4](NVTBBadgeView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][2](WBSDKUtil.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][3](WBSDKAuthorizeWebViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][4](WBAuthorizeRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][5](WBSuperGroupObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][6](WBAuthorizeResponse.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][7](WBSDKWebViewProgressView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][8](WBSDKSFHFKeychainUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][9](WBBaseMediaObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][10](WBBaseRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][11](WBSDKToolsManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][12](WBBaseResponse.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][13](WBSDKWebViewErrorView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][14](WBSDKWebView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][15](NSData+WBSDKBase64.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][16](WBDataTransferObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][17](WeiboSDK3rdApp.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][18](WBSDKReachability.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][19](WBHttpRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][20](WBSDKBasicWebViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][21](WBImageObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][23](WBMessageObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][24](WBQuickAuth.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][25](WBShareMessageToContactRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][26](WBSDKGetDeviceIdSDK.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][27](WBProvideMessageForWeiboRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][28](WBProvideMessageForWeiboResponse.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][29](WBSendMessageToWeiboRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][30](WBSendMessageToWeiboResponse.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][31](WBWebpageObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][32](UIDevice+WBSDKHelpers.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][33](UIImage+WBSDKResize.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][34](UIImage+WBSDKStretch.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][35](WBShareMessageToContactResponse.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][36](WBSDKComposerWebViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][37](NSString+SinaWBNSStringUtils.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][38](UIView+WBSDKSizes.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][39](WeiboSDK.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][40](WBWeiyouObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][41](WBSDKJSONKit.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeiboSDK.a[arm64][42](WBNewVideoObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libPhotoBrowser.a[arm64][2](EBPhotoView_Category.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libPhotoBrowser.a[arm64][3](UZUIPhotoViewer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libTrans.a[arm64][2](UZTrans.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libTrans.a[arm64][3](XMLDictionary.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libTrans.a[arm64][4](SZCXMLParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libTrans.a[arm64][5](XMLReaderTrans.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][2](WechatAuthSDK.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][3](WXLogUtil.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][4](WXApi+HandleOpenUrl.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][5](WapAuthHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][6](AppCommunicateData.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][7](WeChatApiUtil.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][8](AppCommunicate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][9](WXApi.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][10](WeChatIdentityHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][11](WeChatShareUrlCheckHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][12](WXApi+ExtraUrl.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWeChatSDK.a[arm64][13](WXApiObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libFNScanner.a[2](UZCaptureVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libFNScanner.a[3](UIImage+FixOrientation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libFNScanner.a[4](JQImageCropperViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libFNScanner.a[5](UZCaptureControlView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libFNScanner.a[6](UZFNScanner.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libFNScanner.a[7](UZCaptureView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libFNScanner.a[8](UZCaptureNewVC.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[2](JPUSHInAppBannerView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[3](JPUSHPropertyOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[4](JPushLiveActivityTokenVO.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[5](JPUSHService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[6](JPUSHLocalNotificationController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[7](JPUSHTagAlias.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[8](JPUSHStopPushController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[9](JPushLiveActivityController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[10](JPUSHInMessageManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[11](JPUSHPasteController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[12](JPUSHNotiInMessageManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[13](JPUSHAutomatedTester.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[14](JPUSHVoipMessageReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[15](JPUSHAliasOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[16](JPUSHTagAliasVO.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[17](JPUSHSocketEventController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[18](JPUSHInAppView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[19](JPUSHTagAliasManagerController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[20](JPushWebReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[21](JPUSHMessageReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[22](JPUSHBadgeNumberController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[23](JPUSHIntegrate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[24](JPUSHTagsOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[25](JPUSHPropertyManagerController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[26](JPUSHBadgeNumberReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[27](JPUSHMessage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[28](JPUSHDeviceTokenController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[29](JPUSHGeofenceInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[30](JPUSHStopPushOperation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[31](JPUSHUserPropertyController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[32](JPUSHNotiInMessageConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[33](JPUSHSetTagAliasArg.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[34](JPUSHUserProperty.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[35](JPUSHNewReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[36](JPUSHNotificationController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[37](JPUSHConfigEntity.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[38](JPUSHNotiInMessageView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[39](JPUSHPropertyVO.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[40](JPUSHSetTagAlias.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[41](JPUSHHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[42](JPushGetGeofence.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[43](JPUSHInAppManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[44](JPUSHInAppConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[45](JPushVoipTokenController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[46](JPUSHLiveActivityTokenReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[47](JPUSHGeofenceReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[48](JPUSHCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[49](JPUSHGeofenceHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[50](JPUSHNewRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[51](JPUSHNewResponse.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[52](JPUSHInAppModalView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[53](JPUSHRegion.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[54](JPUSHNotiInMessageH5Manager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[55](JPUSHTagAliasValidation.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[56](JPUSHInAppFullView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[57](JPUSHGeofenceManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJPush.a[58](JPUSHClientController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libbrowser.a[arm64][2](UZBrowserView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libbrowser.a[arm64][3](UZBrowser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libbrowser.a[arm64][4](KNWebViewProgressView.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libbrowser.a[arm64][5](UZBrowserViewController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ajPush.a[2](UZJPushHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/ajPush.a[3](UZModuleJPush.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWX.a[2](WXApiRequestHandler.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWX.a[3](UZWX.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWX.a[4](WYJHttpRequestTool.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWX.a[5](UZWXConnection.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWX.a[6](NSString+Hashes.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWX.a[7](WXApiManagerCard.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWX.a[8](WXMediaMessage+messageConstruct.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libWX.a[9](UZGetWXToken.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUILoading.a[arm64][2](UILoading.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libmoduleZlb.a[3](UZModuleZlb.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[2](JCommonDeviceController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[4](JCommonCrashEvent.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[5](JCommonBatteryController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[6](JCommonSdkController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[7](JCommonCrashSession.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[8](JCommonOperationManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[9](JCommonService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[10](JCommonCrashFrame.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[11](JCommonCrashStacktrace.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[12](JCommonApnsStateController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[13](JCommonReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[14](JCommonCrashId.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[15](JCommonSupersetManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[16](JCommonReportTimerManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[17](JCommonPasteController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[18](JCommonActiveUserController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[19](JCommonUtilities.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[20](JCommonServiceController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[21](JCommonIpAddressController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[22](JCommonCrashReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[23](JCommonSupersetMoniter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[24](JCommonCrashBacktrace.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[25](JCommonCrashContexts.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[26](JCommonReportManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[27](JCommonCrashException.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[28](JCommonCrashThread.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[29](JCommonIpAddressRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[30](JCommonCrashManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[31](JCommonCrashController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[32](JCOREOldFileCacheController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[33](JCOREVoipTokenReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[34](JCOREMessageReceipt.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[35](JCOREIDFAReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[36](JCOREHeartbeat.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[37](JCOREThread.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[38](JCOREConnectPool.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[39](JCOREQueueManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[40](JCORENetworkReachabilityManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[41](JCOREUdpEventController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[42](JCORENetUtilities.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[43](JCORELogTokenRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[44](JCORESDKControl.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[45](JCOREUdpSis.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[46](JCORESSLSocket.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[47](JCORECacheUtilities.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[48](JCOREDecoder.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[49](JCORESocketController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[50](JOPERATECache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[51](JCOREHttpChannelController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[52](JPUSHVersionTwoFileParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[53](JCOREBusinessStorage.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[54](JOPERATEPresetController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[55](JCOREDataControlManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[56](JCORENetworkController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[57](JCORERegister.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[58](JCOREDevidBanConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[59](JCOREIpvxHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[60](JCOREUaidManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[61](JCORETestAddressCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[62](JCoreParameter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[63](JCOREFilePostMultipart.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[64](JCORESisRequestPool.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[65](JCOREAddress.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[66](JCOREDataSecurity.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[67](JCOREFileLogger.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[68](JCOREUdpChannelController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[69](JCORELog.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[70](JCOREBasicCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[71](JCORELogin.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[72](JCOREUdpSocket.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[73](JCOREConfigRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[74](JCORECacheChannel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[75](JCOREMD5Utilities.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[76](JCORELightCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[77](JCOREUaidTokenConfigRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[78](JCOREAddressAnalysis.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[79](JOPERATELoadConfigRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[80](JCORETcpChannelController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[81](JCORETcpObject.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[82](JCORESupersetMoniter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[83](JCOREIntegrate.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[84](JOPERATEDebugEventReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[85](JCORECacheModel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[86](JGInforCollectionAuth.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[87](JOPERATEConfigModel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[88](JCOREOldCacheController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[89](JOPERATEEventReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[90](JCOREFCCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[91](JCORETcpEventController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[92](JCOREHttpSis.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[93](JCORELargeCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[94](JCOREReceipt.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[95](JPUSHFileData.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[96](JCOREAPIRecordController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[97](JCOREMacAddressManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[98](JCORELogFileUploadRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[100](JCORECrashConfigRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[101](JCORELogger.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[102](JPUSHJSONSerializer.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[103](JCORESDKVersion.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[104](JCORECache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[105](JCOREDeviceTokenReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[106](JCORESisReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[107](JCOREService.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[108](JCORECertController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[109](JCOREUtilities.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[110](JCOREConnectManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[111](JPUSHKeychain.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[112](JPUSHOpreateEventReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[113](JCORENetChannel.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[114](JCORENetwork.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[115](JCORECacheController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[116](JCORECertRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[117](JOPERATEEventController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[118](JCOREReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[119](JCORENetworkQueue.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[120](JCORELocationController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[121](JPUSHVersionOneFileParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[122](JCOREDevidBanRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[123](JCORESm4Crypt.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[124](JCOREAddressAnalysisController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[125](JCORESocket.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[126](JCORETcpReport.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[127](JCOREClientInfo.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[128](JCORECrashConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[129](JCOREUaidTokenPushRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[130](JCOREURLSessionController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[131](JCORETcpSocket.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[132](JCOREHttpEventController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[133](JCOREServiceController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[134](JCOREBufferedProxy.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[135](JCORETcpReportController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[136](JPUSHOriginalVersionParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[137](JPUSHFileParserHelper.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[138](JCOREBanConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[139](JCORECacheThread.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[140](JCORESisManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[141](JCOREFIFOQueue.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[142](JCORESupersetManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[143](JCORESRVResolver.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[144](JCOREUaidTokenConfig.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[145](JCOREConfigController.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libJCore.a[146](JPUSHAutoJsonVersionParser.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libmam.a[2](UZCustomAlertToast.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libmam.a[3](UZMAM.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libmam.a[4](UZMAMCenter.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libmam.a[5](APIUpdateManager.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libmam.a[6](UZMAMBridge.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZASIHttpRequest.a[arm64][2](UZASIFormDataRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZASIHttpRequest.a[arm64][3](UZASINetworkQueue.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZASIHttpRequest.a[arm64][4](UZASIHTTPRequest.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZASIHttpRequest.a[arm64][5](UZASIInputStream.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZASIHttpRequest.a[arm64][6](UZASIDataDecompressor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZASIHttpRequest.a[arm64][7](UZASIDownloadCache.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libUZASIHttpRequest.a[arm64][8](UZASIDataCompressor.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libAMR.a[arm64][2](UZAMRConvert.o) compiled with category class properties
ld: warning: mixed ObjC ABI, /Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp/UZModules/libAMR.a[arm64][3](UZAMR+Convert.o) compiled with category class properties
0  0x102f74c3b  __assert_rtn + 64
1  0x102ef1615  ld::assignAliasAtomOffsetInSection(ld:inkedAtomPlacement&, unsigned int, ld::AliasAtom const*) + 181
2  0x102ef14cb  ld:ayoutExecutable::assignAtomOffsetsInSection(ld::SectionLayout&, unsigned int, bool) + 891
3  0x102ef4183  ___ZN2ld16LayoutExecutable23sortAtomsWithinSectionsEv_block_invoke + 4051
4  0x7ff80d27edef  _dispatch_client_callout2 + 8
5  0x7ff80d290547  _dispatch_apply_invoke3 + 431
6  0x7ff80d27edbc  _dispatch_client_callout + 8
7  0x7ff80d28004e  _dispatch_once_callout + 20
8  0x7ff80d28f740  _dispatch_apply_invoke + 184
9  0x7ff80d27edbc  _dispatch_client_callout + 8
10  0x7ff80d28e2ca  _dispatch_root_queue_drain + 871
11  0x7ff80d28e84f  _dispatch_worker_thread2 + 152
12  0x7ff80d41cb43  _pthread_wqthread + 262
ld: Assertion failed: (aliasSectionNum == sectionNum && "alias and its target must be located in the same section"), function assignAliasAtomOffsetInSection, file Layout.cpp, line 3324.
clang: error: linker command failed with exit code 1 (use -v to see invocation)

** ARCHIVE FAILED **


The following build commands failed:
        Ld /Users/yonbuilder/Library/Developer/Xcode/DerivedData/UZApp-efwzzmijrrxyoahhjfzmofwwpqlj/Build/Intermediates.noindex/ArchiveIntermediates/UZApp/InstallationBuildProductsLocation/Applications/UZApp.app/UZApp normal (in target 'UZApp' from project 'UZApp')
(1 failure)
** EXPORT FAILED **

error: archive not found at path '/Users/yonbuilder/uzmap/temp/x1AEkJUbSArvdHM/ios/UZApp.xcarchive'


24
帖子
0
勋章
329
Y币

抱歉只能用zip方式发日志。非常感谢
3dc3ceb37daf1b308fec3fd7333fbd5c.log.zip 下载附件
2024-4-2 09:03上传21.81 KB下载次数: 18
去掉自定义插件能编译成功吗?你的自定义插件发下
24
帖子
0
勋章
329
Y币
iOS技术支持-Turbo · 2024-4-2 09:03去掉自定义插件能编译成功吗?你的自定义插件发下

去掉自定义插件可以编译成功的,自定义插件比价大,都是第三方sdk,有200多M,发不出来,截个图出来
660b5bcd4ffd3.png 660b5bfba9e20.png 660b5c0e7df16.png


之前可以成功?最近不能打包了是吗
12下一页
您需要登录后才可以回帖 登录

本版积分规则