刚把xcode升级到10.1 然后ionic cordova build ios 报错
Building for iPhone X Simulator
Building project: /Users/apple/desktop/app2/talentapp2/app/platforms/ios/天基人才网.xcworkspace
Configuration: Debug
Platform: emulator
Build settings from command line:
CONFIGURATION_BUILD_DIR = /Users/apple/desktop/app2/talentapp2/app/platforms/ios/build/emulator
SDKROOT = iphonesimulator12.1
SHARED_PRECOMPS_DIR = /Users/apple/desktop/app2/talentapp2/app/platforms/ios/build/sharedpch
Build settings from configuration file '/Users/apple/desktop/app2/talentapp2/app/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
试试 cordova build ios -d
出错信息是什么?
– dudu 5年前@dudu: 走到这一步就停止了
– 陈小鑫 5年前