我的应用称为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 **。
答案 0 :(得分:4)
如果在运行命令时连接我的iPhone,它将失败。断开iPhone的连接,即可使用。