简体   繁体   English

IONIC 4:“ ionic cordova build ios”不显示使用Xcode 10.1构建失败或成功

[英]IONIC 4 : ‘ionic cordova build ios’ doesn’t show fail or success build with Xcode 10.1

I am trying to build Ionic 4 iOS build with Xcode 10.1 using 'ionic cordova build ios' . 我正在尝试使用'ionic cordova build ios'用Xcode 10.1构建Ionic 4 iOS构建。 But it is not showing any success OR failed message and ending with below status. 但是它没有显示任何成功或失败的消息并以以下状态结尾。

cordova build ios
Building project : /Users/testuser/Desktop/testproj/platforms/ios/testproj.xcodeproj
Configuration : Debug
Platform : emulator
Build settings from command line:
ARCHS = i386
CONFIGURATION_BUILD_DIR = /Users/testuser/Desktop/testproj/platforms/ios/build/emulator
SDKROOT = iphonesimulator12.1
SHARED_PRECOMPS_DIR = /Users/testuser/Desktop/testproj/platforms/ios/build/sharedpch
VALID_ARCHS = i386

Build settings from configuration file ‘/Users/testuser/Desktop/testproj/platforms/ios/cordova/build-debug.xcconfig’:
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
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)" IPHONEOS_DEPLOYMENT_TARGET = 8.0 OTHER_LDFLAGS = -ObjC SWIFT_OBJC_BRIDGING_HEADER = (PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h
TARGETED_DEVICE_FAMILY = 1,2

ionic info : 离子信息:

ionic (Ionic CLI) : 4.12.0 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.4.0
@angular-devkit/build-angular : 0.12.4
@angular-devkit/schematics : 7.2.4
@angular/cli : 7.2.4
@ionic/angular-toolkit : 1.3.0

Cordova:

cordova (Cordova CLI) : 6.5.0
Cordova Platforms : ios 4.0.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 3.1.2, (and 29 other plugins)

System:

ios-deploy : 2.0.0
NodeJS : v10.15.3 (/usr/local/bin/node)
npm : 6.9.0
OS : macOS High Sierra
Xcode : Xcode 10.1 Build version 10B61

It is not creating testproj.xcworkspace , so I am not able to build .ipa file. 它没有创建testproj.xcworkspace,所以我无法构建.ipa文件。 If workspace is necessary then how can I get this ? 如果需要工作区,那我该怎么办呢?

Can anyone please let me know how can I create .ipa file in Ionic 4 with Xcode 10.1 ? 有人可以让我知道如何使用Xcode 10.1在Ionic 4中创建.ipa文件吗?

I'm glad your question was answered. 很高兴您的问题得到回答。 It seems like you may have had an issue with your ios platform . 看来您的ios platform可能有问题。 I'm glad I was able to assist you. 很高兴能够为您提供帮助。 there are more details are here . 还有更多的细节在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM