首页 > 解决方案 > CordovaError:承诺被非错误拒绝:错误代码 65

问题描述

我的应用程序叫做 BookHeart。它由 Ionic3 使用“cordova-ios”构建:“^4.5.5”。

当我运行“ionic cordova build ios”时,我收到错误报告:

> ionic-app-scripts build --target cordova --platform ios
[03:10:01]  ionic-app-scripts 3.2.0 
......
[03:10:21]  lint finished in 852 ms 
> cordova build ios
Building project: /Users/dc/bookheart/platforms/ios/BookHeart.xcworkspace
    Configuration: Debug
    Platform: device
User defaults from command line:
    IDEArchivePathOverride = /Users/dc/bookheart/platforms/ios/BookHeart.xcarchive

Build settings from command line:
    CONFIGURATION_BUILD_DIR = /Users/dc/bookheart/platforms/ios/build/device
    SHARED_PRECOMPS_DIR = /Users/dc/bookheart/platforms/ios/build/sharedpch

Build settings from configuration file '/Users/dc/bookheart/platforms/ios/cordova/build-debug.xcconfig':
    CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
    CODE_SIGN_ENTITLEMENTS = $(PROJECT_DIR)/$(PROJECT_NAME)/Entitlements-$(CONFIGURATION).plist
    CODE_SIGN_IDENTITY = iPhone Developer
    ENABLE_BITCODE = NO
    GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
    HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/lib/include" "$(OBJROOT)/UninstalledProducts/include" "$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include" "$(BUILT_PRODUCTS_DIR)"
    OTHER_LDFLAGS = -ObjC
    SWIFT_OBJC_BRIDGING_HEADER = $(PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h

error: archive not found at path '/Users/dc/bookheart/platforms/ios/BookHeart.xcarchive'
** EXPORT FAILED **

CordovaError: Promise rejected with non-error: 'Error code 65 for command: xcodebuild with args: -exportArchive,-archivePath,BookHeart.xcarchive,-exportOptionsPlist,/Users/dc/bookheart/platforms/ios/exportOptions.plist,-exportPath,/Users/dc/bookheart/platforms/ios/build/device'
    at cli.catch.err (/Users/dc/.nvm/versions/node/v8.12.0/lib/node_modules/cordova/bin/cordova:30:15)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:189:7)
[ERROR] An error occurred while running subprocess cordova.

cordova build ios exited with exit code 1.

请注意有** EXPORT FAILED **。

标签: ioscordovaionic-framework

解决方案


如果在运行命令时连接我的 iphone,它将失败。断开iphone,它可以工作。


推荐阅读