cikichen / flutter_geetest_plugin

flutter极验插件
https://github.com/cikichen/flutter_geetest_plugin
MIT License
14 stars 5 forks source link

commenting out `use_frameworks` then App can not runing. #6

Open xushijie10086 opened 4 years ago

xushijie10086 commented 4 years ago

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, v1.17.4, on Mac OS X 10.15.6 19G2021, locale zh-Hans-CN)

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 11.7) [✓] Android Studio (version 4.0) [✓] VS Code (version 1.48.2) [✓] Connected device (1 available)

ERRORS

  warning: Stale file '/Users/xushijie/Documents/workSpace/Flutter/etf_flutter/build/ios/Debug-iphonesimulator/MTBBarcodeScanner/MTBBarcodeScanner.framework/_CodeSignature' is located outside of the allowed
    root paths.
......
    /Users/xushijie/flutter/.pub-cache/hosted/pub.flutter-io.cn/flutter_app_upgrade-1.1.0/ios/Classes/SwiftFlutterAppUpgradePlugin.swift:18:32: note: add parentheses around the cast to silence this warning
              map["versionName"] = majorVersion as! String
......
   Command CompileSwift failed with a nonzero exit code
......

  /Users/xushijie/flutter/.pub-cache/hosted/pub.flutter-io.cn/gallery_saver-2.0.1/ios/Classes/GallerySaverPlugin.m:10:17: error: definition of 'GallerySaverPlugin' must be imported from module
    'gallery_saver.GallerySaverPlugin' before it is required
    @implementation GallerySaverPlugin
                    ^
    In module 'gallery_saver' imported from /Users/xushijie/flutter/.pub-cache/hosted/pub.flutter-io.cn/gallery_saver-2.0.1/ios/Classes/GallerySaverPlugin.m:4:
    /Users/xushijie/Documents/workSpace/Flutter/etf_flutter/build/ios/Debug-iphonesimulator/gallery_saver/gallery_saver.framework/Headers/GallerySaverPlugin.h:3:12: note: previous definition is here
    @interface GallerySaverPlugin : NSObject<FlutterPlugin>
               ^
    1 error generated.
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description
    warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 7.0, but the range of supported deployment target versions is 8.0 to 13.7.99. (in target 'Qiniu' from project 'Pods')
jiangyuanyuan commented 3 years ago

同样的问题