Code Monkey home page Code Monkey logo

bugly-flutter-plugin's Introduction

bugly-flutter-plugin's People

Contributors

zjrwdl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bugly-flutter-plugin's Issues

Encountered error while archiving for iOS device

My flutter environment is:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.2.0, on macOS 12.0.1 21A559 darwin-x64, locale en-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[!] Android Studio (version 2020.3)
    ✗ Unable to find bundled Java version.
[✓] VS Code (version 1.62.0)
[✓] Connected device (1 available)

While after running flutter build ipa, error occurs as followng:

Running "flutter pub get" in flutter-app-xx...                   4.2s
Archiving com.yonghui.wms.bhd...
Automatically signing iOS for device deployment using specified development team in Xcode project: 6AFS9U4GBD
Running pod install...                                           2,639ms
Running Xcode build...                                                  
 └─Compiling, linking and signing...                      2,966ms
Xcode archive done.                                         129.5s
Failed to build iOS app
Error output from Xcode build:
↳
    --- xcodebuild: WARNING: Using the first of multiple matching destinations:
    { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
    { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
    { platform:iOS Simulator, id:C27F39E0-8662-46EF-8C56-D49E61CC34B9, OS:15.0, name:iPad (9th generation) }
    { platform:iOS Simulator, id:AF5297B6-BD68-41C9-B545-AA7AA30371C2, OS:15.0, name:iPad Air (4th generation) }
    { platform:iOS Simulator, id:9925EE90-CABA-4BA3-848C-75F87393A789, OS:15.0, name:iPad Pro (9.7-inch) }
    { platform:iOS Simulator, id:9C632832-9CD7-4307-B39D-7B4FC52C064F, OS:15.0, name:iPad Pro (11-inch) (3rd generation) }
    { platform:iOS Simulator, id:3587EB40-4BB4-494F-A803-93879357CA2B, OS:15.0, name:iPad Pro (12.9-inch) (5th generation) }
    { platform:iOS Simulator, id:C0A2C266-E3B2-41A7-8790-66B91B62D073, OS:15.0, name:iPad mini (6th generation) }
    { platform:iOS Simulator, id:E88839E7-6DBE-4A4D-B7DE-03998C1EA062, OS:15.0, name:iPhone 8 }
    { platform:iOS Simulator, id:A9324DCF-F14C-494B-A759-6D54463D10A4, OS:15.0, name:iPhone 8 Plus }
    { platform:iOS Simulator, id:ADA83755-D0EB-4FC7-8765-50B4A507FB3A, OS:15.0, name:iPhone 11 }
    { platform:iOS Simulator, id:0E445317-F9F0-42AC-BD4A-104C2DB24285, OS:15.0, name:iPhone 11 Pro }
    { platform:iOS Simulator, id:5C0BD891-F6E1-4E58-A369-6489E1C2308A, OS:15.0, name:iPhone 11 Pro Max }
    { platform:iOS Simulator, id:4BC83987-B3D4-4667-AE34-D80B4E8BBB20, OS:15.0, name:iPhone 12 }
    { platform:iOS Simulator, id:F2872550-2FF5-45DE-8DF5-EBE6D270652B, OS:15.0, name:iPhone 12 Pro }
    { platform:iOS Simulator, id:3A256166-3C3A-42F9-9E96-85E98952D1F3, OS:15.0, name:iPhone 12 Pro Max }
    { platform:iOS Simulator, id:0AFFD4C2-51EA-4AEB-8580-D2F79FB4B04F, OS:15.0, name:iPhone 12 mini }
    { platform:iOS Simulator, id:7E729782-7909-47A4-ACE1-EA5CB93499AF, OS:15.0, name:iPhone 13 }
    { platform:iOS Simulator, id:6D3D0068-6D65-48C7-AD3F-30456C3783E8, OS:15.0, name:iPhone 13 Pro }
    { platform:iOS Simulator, id:1A58ADFA-3F72-4BBA-A711-FC397458D3C9, OS:15.0, name:iPhone 13 Pro Max }
    { platform:iOS Simulator, id:2EBC68F5-0E9E-4D64-AB59-28420A427E8D, OS:15.0, name:iPhone 13 mini }
    { platform:iOS Simulator, id:CC0360FD-ADF9-4696-9FEB-6435E5B19305, OS:15.0, name:iPhone SE (2nd generation) }
    { platform:iOS Simulator, id:D37215DF-E4AD-4A3E-9872-BB47A42AD1A6, OS:15.0, name:iPod touch (7th generation) }
    ** ARCHIVE FAILED **


Xcode's output:
↳
    remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/Printer.swift:40:13: warning: variable 'connection' was never mutated; consider changing to 'let' constant
            var connection = TcpPrinterConnection(address: "0.0.0.0", andWithPort: 9100)
            ~~~ ^
            let
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/Printer.swift:85:66: warning: result of call to 'connectToSelectPrinter(address:)' is unused
                    DispatchQueue.global(qos: .utility).async { self.connectToSelectPrinter(address: address!)
                                                                     ^                     ~~~~~~~~~~~~~~~~~~~
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/SwiftZebrautilityPlugin.swift:22:13: warning: variable 'printer' was never mutated; consider changing to 'let' constant
            var printer = Printer.getInstance(binaryMessenger: self.binaryMessenger!)
            ~~~ ^
            let
    remark: Incremental compilation has been disabled: it is not compatible with whole module optimization
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/Printer.swift:40:13: warning: variable 'connection' was never mutated; consider changing to 'let' constant
            var connection = TcpPrinterConnection(address: "0.0.0.0", andWithPort: 9100)
            ~~~ ^
            let
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/Printer.swift:85:66: warning: result of call to 'connectToSelectPrinter(address:)' is unused
                    DispatchQueue.global(qos: .utility).async { self.connectToSelectPrinter(address: address!)
                                                                     ^                     ~~~~~~~~~~~~~~~~~~~
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/SwiftZebrautilityPlugin.swift:22:13: warning: variable 'printer' was never mutated; consider changing to 'let' constant
            var printer = Printer.getInstance(binaryMessenger: self.binaryMessenger!)
            ~~~ ^
            let
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebrautilityPlugin.m:2:
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/TcpPrinterConnection.h:14:
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebraPrinterConnection.h:14:
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ResponseValidator.h:19:10: warning: parameter 'input' not found in the function declaration [-Wdocumentation]
    * @param input string to be validated
             ^~~~~
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ResponseValidator.h:19:10: note: did you mean 'data'?
    * @param input string to be validated
             ^~~~~
             data
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebrautilityPlugin.m:2:
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/TcpPrinterConnection.h:14:
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebraPrinterConnection.h:104:11: warning: parameter 'data' not found in the function declaration [-Wdocumentation]
     * @param data The data.
              ^~~~
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebraPrinterConnection.h:104:11: note: did you mean 'dataSource'?
     * @param data The data.
              ^~~~
              dataSource
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebraPrinterConnection.h:123:5: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation]
     * @return The bytes read from the connection or <c>nil</c> if an error occurred.
       ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    3 warnings generated.
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/POSWIFIManager.m:157:15: warning: unused variable 'dataStream' [-Wunused-variable]
        NSData   *dataStream  = [longConnect dataUsingEncoding:NSUTF8StringEncoding];
                  ^
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/POSWIFIManager.m:226:5: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert
    instead [-Wdeprecated-declarations]
        UIAlertView *alter = [[UIAlertView alloc] initWithTitle:@"提示" message:str delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil];
        ^
    In module 'UIKit' imported from /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Target Support Files/zebrautility/zebrautility-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here
    @interface UIAlertView : UIView
               ^
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/POSWIFIManager.m:226:40: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert
    instead [-Wdeprecated-declarations]
        UIAlertView *alter = [[UIAlertView alloc] initWithTitle:@"提示" message:str delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil];
                                           ^
    In module 'UIKit' imported from /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Target Support Files/zebrautility/zebrautility-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here
    @interface UIAlertView : UIView
               ^
    3 warnings generated.
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebrautilityPlugin.m:2:
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/TcpPrinterConnection.h:14:
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebraPrinterConnection.h:14:
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ResponseValidator.h:19:10: warning: parameter 'input' not found in the function declaration [-Wdocumentation]
    * @param input string to be validated
             ^~~~~
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ResponseValidator.h:19:10: note: did you mean 'data'?
    * @param input string to be validated
             ^~~~~
             data
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebrautilityPlugin.m:2:
    In file included from /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/TcpPrinterConnection.h:14:
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebraPrinterConnection.h:104:11: warning: parameter 'data' not found in the function declaration [-Wdocumentation]
     * @param data The data.
              ^~~~
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebraPrinterConnection.h:104:11: note: did you mean 'dataSource'?
     * @param data The data.
              ^~~~
              dataSource
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/ZebraPrinterConnection.h:123:5: warning: '@return' command used in a comment that is attached to a method returning void [-Wdocumentation]
     * @return The bytes read from the connection or <c>nil</c> if an error occurred.
       ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    3 warnings generated.
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/POSWIFIManager.m:157:15: warning: unused variable 'dataStream' [-Wunused-variable]
        NSData   *dataStream  = [longConnect dataUsingEncoding:NSUTF8StringEncoding];
                  ^
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/POSWIFIManager.m:226:5: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert
    instead [-Wdeprecated-declarations]
        UIAlertView *alter = [[UIAlertView alloc] initWithTitle:@"提示" message:str delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil];
        ^
    In module 'UIKit' imported from /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Target Support Files/zebrautility/zebrautility-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here
    @interface UIAlertView : UIView
               ^
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/git/zebra_utlity-3bb289efb50cfc8935acda90e601eb21767949da/ios/Classes/POSWIFIManager.m:226:40: warning: 'UIAlertView' is deprecated: first deprecated in iOS 9.0 - UIAlertView is deprecated. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert
    instead [-Wdeprecated-declarations]
        UIAlertView *alter = [[UIAlertView alloc] initWithTitle:@"提示" message:str delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil];
                                           ^
    In module 'UIKit' imported from /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Target Support Files/zebrautility/zebrautility-prefix.pch:2:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIAlertView.h:27:12: note: 'UIAlertView' has been explicitly marked deprecated here
    @interface UIAlertView : UIView
               ^
    3 warnings generated.
    10 warnings generated.
    error: the following command failed with exit code 0 but produced no further output
    CompileC /Users/hxxxxxxxxxxl/Library/Developer/Xcode/DerivedData/Runner-auhproyckcvlrydumiecqwdivlwp/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/bugly_crash.build/Objects-normal/arm64/BuglyCrashPlugin.o
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/hosted/pub.flutter-io.cn/bugly_crash-0.0.6/ios/Classes/BuglyCrashPlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'bugly_crash' from project 'Pods')
    5 warnings generated.
    error: the following command failed with exit code 0 but produced no further output
    CompileC /Users/hxxxxxxxxxxl/Library/Developer/Xcode/DerivedData/Runner-auhproyckcvlrydumiecqwdivlwp/Build/Intermediates.noindex/ArchiveIntermediates/Runner/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/flutter_blue.build/Objects-normal/arm64/FlutterBluePlugin.o
    /Users/hxxxxxxxxxxl/.sdk/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_blue-0.8.0/ios/Classes/FlutterBluePlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'flutter_blue' from project 'Pods')
    duplicate symbol '_BLYAnalyticRequestCMD' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashHandlerCallback' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashRequestCMD' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashTypeBlockNormal' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashTypeCSharpNormal' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashTypeCatchedNormal' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashTypeExtensionNormal' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashTypeJavaScriptNormal' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashTypeLuaNormal' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashTypeMerged' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYCrashTypeNormal' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYGrayEventRequestCMD' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYGrayStragetyRequestCMD' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYJCEDynamicSubclassPrefix' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentAppMemoryInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentAppVersion' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentApplicationCrashedLastSession' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentApplicationExitedSafelyLastSession' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentApplicationReceivedMemeoryWarningLastSession' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentBlockExceptionUploadFileName' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentCrashHTTPURL' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentCrashTLSURL' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentDeviceId' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentEventRecordCount' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentEventTimeInterval' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentExceptionUploadFileName' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentExitedOnStartUpLimitKey' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentExtensionCrashLogsFileName' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentGatewayIP' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentGrayEvents' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentGrayStrategy' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentGrayStrategyUpdateTime' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentHTTPURL' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentMixedStrategy' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentQIMEI' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentResponseMessage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentStrategy' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentStrategyUpdateTime' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentTLSURL' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentTimeDelta' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentUploadStrategy' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentUploadStrategyUpdateTime' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPersistentUserInfoFileName' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyAPN' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyAppBackGround' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyAppBuildNumber' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyApplicationName' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyAttachData' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyCIUUID' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyCOUNTRY' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyComponentInfos' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyCpuType' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyCrashedLastSession' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyDiskSize' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyExtensionArch' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyExtensionBID' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyExtensionBaseAddress' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyExtensionProcess' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyExtensionType' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyExtensionUUID' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyExtensionVersion' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyFREEMEM' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyFREESTORE' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyISROOT' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyIsAppStore' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyIsDevelopmentDevice' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyIsFirstInstallation' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyMemorySize' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyOSVER' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyPRODVER' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyPrevEndTime' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyPrevSessionId' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyPrevStartTime' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyPrevUsedTime' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertySTARTTIME' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyTHREAD_STATES' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyUserTag' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyWatchVar1' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyWatchVar2' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyWatchVar3' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyWatchVar4' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYPropertyWatchVar5' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYQZCopyPropertyAttributes' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYStrategyResponseCMD' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYTemporaryValueAppId' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYTemporaryValueApplicationGroupIdentifier' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYTemporaryValueIsFirstTimeInstallation' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYTemporaryValueLastSessionUseInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYTemporaryValueSDKStartTime' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYTemporaryValueSessionID' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYTemporaryValueTag' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYTemporaryValueUserId' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYTemporaryValueUserKeyValue' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BLYUserKeyValuePrefix' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BuglyAddWcsessionDelegate' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BuglyApplicationDidReceivedMemoryWarningNotification' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BuglyApplicationLifecycleChangedNotification' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BuglyCrashedNotification' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BuglyErrorDataManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BuglyErrorDomain' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BuglyErrorKeychainUtils' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BuglyLaunchTimeArchiveKey' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_BuglyWCSessionRuntime' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_Bugly_AttachSessionInterceptor' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_Bugly_Martian_pageViewNameForViewController' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_Bugly_Martian_shouldTrackPageView' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_GrayHttpRequestUrl' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_GrayTLSRequestUrl' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_NSDataWithBuglyJCE' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYASLLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYAbstraceLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYAbstractLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYAbstractModule' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYAnalyticsLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYAnalyticsManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYAppInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYAppSession' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYAttachment' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYBinaryImage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYBlockLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYBundle' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCommonUploadLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYConsoleLog' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYConstants' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashCXXHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashReport' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashReporter' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashSignalHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashUncaughtExceptionHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashUserException' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYCrashUserExceptionHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYDFTLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYDataManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYDataManagerKVOModel' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYDevice' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYEnvironmentInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYExceptionUpload' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYExceptionUploadPackage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYExtensionExceptionManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYExtensionLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYFileOperation' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYHelper' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYHttpRequest' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYJCEBaseObject' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYJCEPair' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYJCEPropertyInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYJceInputStreamV2' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYJceObject' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYJceObjectV2' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYJceOutputStreamV2' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYJceSerializer' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYJceStream' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYKeychainUtils' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYLogMessage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYLoggerInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYLogicManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYMainRunloopMonitorManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYMartianTracker' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYMemoryMonitorManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYModule' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYReachability' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYRegisterInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYRequestPacket' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYRequestPkg' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYResponsePkg' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYRqdSecurity' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYRqdStrategy' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYSDKConfig' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYSDKManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYSTDLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYSafeMutableArray' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYStackFrame' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYSummaryInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYThreadInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYUnexpectedExitManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYUniAttribute' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYUniPacket' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYUserInfoPackage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYWCSessionDelegateInterceptor' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BLYWeakValue' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_Bugly' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BuglyConfig' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_BuglyLog' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_CLASS_$_RqdCrashReporterLiteException' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYAbstraceLogger._loggerQueue' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYHttpRequest._completionBlock' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYHttpRequest._dataTask' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYHttpRequest._loading' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYHttpRequest._request' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYJceInputStreamV2._headTag' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYJceInputStreamV2._headType' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYJceStream._cursor' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYJceStream._streamBuffer' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYJceStream._streamSize' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._file' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._fileName' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._function' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._level' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._line' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._message' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._processId' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._tag' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._threadId' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._threadName' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLogMessage._timestamp' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLoggerInfo._level' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLoggerInfo._logger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYLoggerInfo._loggerQueue' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYMainRunloopMonitorManager._activity' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_IVAR_$_BLYMainRunloopMonitorManager._semaphore' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYASLLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYAbstraceLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYAbstractLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYAbstractModule' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYAnalyticsLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYAnalyticsManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYAppInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYAppSession' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYAttachment' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYBinaryImage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYBlockLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYBundle' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCommonUploadLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYConsoleLog' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYConstants' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashCXXHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashReport' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashReporter' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashSignalHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashUncaughtExceptionHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashUserException' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYCrashUserExceptionHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYDFTLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYDataManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYDataManagerKVOModel' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYDevice' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYEnvironmentInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYExceptionUpload' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYExceptionUploadPackage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYExtensionExceptionManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYExtensionLogic' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYFileOperation' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYHelper' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYHttpRequest' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYJCEBaseObject' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYJCEPair' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYJCEPropertyInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYJceInputStreamV2' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYJceObject' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYJceObjectV2' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYJceOutputStreamV2' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYJceSerializer' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYJceStream' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYKeychainUtils' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYLogMessage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYLoggerInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYLogicManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYMainRunloopMonitorManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYMartianTracker' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYMemoryMonitorManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYModule' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYReachability' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYRegisterInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYRequestPacket' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYRequestPkg' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYResponsePkg' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYRqdSecurity' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYRqdStrategy' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYSDKConfig' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYSDKManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYSTDLogger' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYSafeMutableArray' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYStackFrame' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYSummaryInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYThreadInfo' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYUnexpectedExitManager' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYUniAttribute' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYUniPacket' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYUserInfoPackage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYWCSessionDelegateInterceptor' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BLYWeakValue' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_Bugly' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BuglyConfig' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_BuglyLog' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_OBJC_METACLASS_$_RqdCrashReporterLiteException' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_UIViewControllerWithBuglyMartian' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_UncaughtExceptionCallStackReturnAddress' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_UncaughtExceptionCallStackSymbol' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_WCSession_bugly_swizzled_didReceiveApplicationContext' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_WCSession_bugly_swizzled_sessionDidReceiveMessageReplyHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_WCSession_bugly_swizzled_setDelegate' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_WatchExtensionExceptionDataKey' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_WatchExtensionHandlerKey' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_WatchExtensionHandlerMessage' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_installCPPExceptionHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_backtrace_depth' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_backtrace_symbolicate' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_binary_image_arch' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_binary_image_uuid' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_bsdsignal_code_name' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_bsdsignal_name' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_exception_state' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_frame_pointer' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_instruction_address' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_link_register' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_load_binary_image' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_load_command_pointer' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_machine_context' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_memcpy' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_thread_backtrace' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_thread_frame_walk' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_thread_get_state' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_thread_name' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_thread_self' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_mach_thread_state' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bly_uninstallCPPExceptionHandler' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    duplicate symbol '_bugly_OrigWCSession_setDelegate' in:
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Bugly/Bugly.framework/Bugly(libBugly.a-armv7-master.o)
        /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/BuglyHotfix/BuglyHotfix.framework/BuglyHotfix(libBuglyHotfix.a-armv7-master.o)
    ld: 367 duplicate symbols for architecture armv7
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    note: Using new build system
    note: Planning
    note: Build preparation complete
    note: Building targets in parallel
    /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'MTBBarcodeScanner' from project 'Pods')
    /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'Toast' from project 'Pods')
    /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'Protobuf' from project 'Pods')
    /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'Flutter' from project 'Pods')
    /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'BuglyHotfix' from project 'Pods')
    /Users/hxxxxxxxxxxl/Workspace/flutter-app-xx/ios/Pods/Pods.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 15.0.99. (in target 'Bugly' from project 'Pods')

Encountered error while archiving for device.

不支持模拟器嘛?

Undefined symbols for architecture x86_64:
"OBJC_CLASS$_Bugly", referenced from:
objc-class-ref in FlutterBuglyPlugin.o
ld: symbol(s) not found for architecture x86_64

get bugly插件时报错

The plugin bugly_crash uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.

未发布至 pub.dev

现在暂时通过 git repo 引入,希望可以将它发布到 pub.dev 去

bugly_crash:
  git:
    url: https://github.com/BuglyDevTeam/Bugly-Flutter-Plugin.git

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.