How to ionic run ios

I just stuck in this line


Building project: /Users/MyUsers/Desktop/Workspace/myapp/platforms/ios/newowssmart.xcworkspace

	Configuration: Debug
	Platform: device

User defaults from command line:

    IDEArchivePathOverride = /Users/MyUsers/Desktop/Workspace/myapp/platforms/ios/newowssmart.xcarchive

Build settings from command line:
    CONFIGURATION_BUILD_DIR = /Users/MyUsers/Desktop/Workspace/myapp/platforms/ios/build/device
    SHARED_PRECOMPS_DIR = /Users/MyUsers/Desktop/Workspace/myapp/platforms/ios/build/sharedpch

Build settings from configuration file '/Users/MyUsers/Desktop/Workspace/myapp/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

I already add my development account in Xcode. What happen??

Cordova CLI: 6.5.0
Ionic Framework Version: 2.1.0
Ionic CLI Version: 2.2.3
Ionic App Lib Version: 2.2.1
Ionic App Scripts Version: 1.0.0
ios-deploy version: 1.9.1
ios-sim version: 5.0.13
OS: macOS Sierra
Node Version: v6.9.5
Xcode version: Xcode 8.2.1 Build version 8C1002

What are you executing to get this output?

IPhone 5 with IOS 10.2.1

No, what command are you executing. Or or what are you doing to get this?

ionic run ios I want to test my apps on my IPhone.

Could you please post the complete output of ionic run ios --verbose including the command line before and after running it.

Oh. I updated OS and Xcode and try again this time ionic run ios pass.
But, Thank for your help.