benjaken / flutter_vant_kit

A Vant style flutter UI library.

Home Page:https://benjaken.gitbook.io/flutter-vant-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用插件后,删除插件工程跑步起来了

GuoDapeng opened this issue · comments

我的工程新建之后只添加过一次插件,是这个插件,因为使用的时候编译没通过,我就删除了插件,返现工程跑不起来了。

Launching lib/main.dart on 郭大鹏的iPhone in debug mode...
Automatically signing iOS for device deployment using specified development team in Xcode project: BBAXGSNKQ3
Running Xcode build...
Xcode build done.                                            3.8s
Failed to build iOS app
Error output from Xcode build:
↳
    2020-05-11 17:52:06.964 xcodebuild[41093:612173] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fdc7a92d950), 郭大鹏的iPhone, iPhone, 13.4.1 (17E8258), 00008030-001670641A29802E> == Underlying device preparation errors ==
    2020-05-11 17:52:06.964 xcodebuild[41093:612173] [MT] iPhoneConnect: Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode.
    Domain: com.apple.platform.iphoneos
    Code: 5
    Failure Reason: allowsSecureServices: 1. isConnected: 0. Platform: <DVTPlatform:0x7fdc75c41b90:'com.apple.platform.iphoneos':<DVTFilePath:0x7fdc75c41910:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>>. DTDKDeviceIdentifierIsIDID: 0
    User Info: {
        DVTDeviceDescription = "\Ud83d\Udcf1<DVTiOSDevice (0x7fdc7a92d950), \U90ed\U5927\U9e4f\U7684iPhone, iPhone, 13.4.1 (17E8258), 00008030-001670641A29802E>";
    }
    --
    2020-05-11 17:52:06.964 xcodebuild[41093:612173] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fdc7a92d950), 郭大鹏的iPhone, iPhone, 13.4.1 (17E8258), 00008030-001670641A29802E> == END: Underlying device preparation errors ==
    ** BUILD FAILED **


Xcode's output:
↳
    diff: /Users/felix/Desktop/applive_flutter/applive/ios/./Podfile.lock: No such file or directory
    error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
    note: Using new build system
    note: Building targets in parallel
    note: Planning build
    note: Constructing build description

Could not build the precompiled application for the device.

Error launching application on 郭大鹏的iPhone.
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.17.0, on Mac OS X 10.15.4 19E287, locale
    zh-Hans-CN)

[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.4.1)
[✓] Android Studio (version 3.6)
[✓] Android Studio
[!] IntelliJ IDEA Ultimate Edition (version 2020.1.1)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] Connected device (2 available)

! Doctor found issues in 1 category.

什么插件。。尝试重新pod install或用xcode打开ios文件夹跑吧

flutter_vant_kit: ^0.2.5
试过了,最后新建了项目,把文件复制过去了。

我觉得可能是 flutter 的问题。#17