Ionic 2 application Build successes but not running on device and simulator

Hi Team,

I created one ionic 2 application and its working fine when I use ionic serve. But when I try to run the application on a device its not working. I used proper Provisioning profile.

Am pasting whole console. Please help to resolve this issue.

Console:

/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:80
:
12: note: ‘ALAssetsLibrary’ has been explicitly marked deprecated here
@interface ALAssetsLibrary : NSObject {
^
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:216:20: warning: ‘assetForURL:resultBlock:failureBlock:’ is deprecated: first deprecated in iOS 9.0 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead [-Wdeprecated-declarations]
[assetsLibrary assetForURL:[self assetLibraryURLForLocalURL:localURL] resultBlock:resultBlock failureBlock:failureBlock];

               ^

In module ’
AssetsLibrary’ imported from /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h
:
95:1: note: ‘assetForURL:resultBlock:failureBlock:’ has been explicitly marked deprecated here

  • (void)assetForURL:(NSURL *)assetURL resultBlock:(ALAssetsLibraryAssetForURLResultBlock)resultBlock failureBlock:(ALAssetsLibraryAccessFailureBlock)failureBlock NS_DEPRECATED_IOS(4_0, 9_0, “Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead”);
    ^
    /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:224:5: warning: ‘ALAssetsLibraryAssetForURLResultBlock’ is deprecated: first deprecated in iOS 9.0 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead [-Wdeprecated-declarations]

    ALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset* asset) {

    ^

In module ‘AssetsLibrary’ imported from /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:
23
:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:64:16:

note
: ‘ALAssetsLibraryAssetForURLResultBlock’ has been explicitly marked deprecated here
typedef void (^ALAssetsLibraryAssetForURLResultBlock)(ALAsset asset) NS_DEPRECATED_IOS(4_0, 9_0, “Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead”);
^
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m
:
228:65: warning: ‘defaultRepresentation’ is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations]
ALAssetRepresentation
assetRepresentation = [asset defaultRepresentation];
^
In module ‘AssetsLibrary’ imported from /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:51:1: note
: ‘defaultRepresentation’ has been explicitly marked deprecated here

  • (ALAssetRepresentation *)defaultRepresentation NS_DEPRECATED_IOS(4_0, 9_0, “Use PHImageRequestOptions with the PHImageManager from the Photos framework instead”);

^
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:231:55: warning: ‘filename’ is deprecated: first deprecated in iOS 9.0 - Use the Photos framework instead [-Wdeprecated-declarations]
NSString* filename = [assetRepresentation filename];

                                                  ^

In module ’
AssetsLibrary
’ imported from
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m
:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:
68
:1: note:
‘filename’ has been explicitly marked deprecated here

  • (NSString *)filename NS_DEPRECATED_IOS(5_0, 9_0, “Use the Photos framework instead”);

^

/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:234:60: warning: ‘ALAssetPropertyDate’ is deprecated: first deprecated in iOS 9.0 - Use the creationDate property on a PHAsset from the Photos framework instead [-Wdeprecated-declarations]
NSDate* creationDate = [asset valueForProperty:ALAssetPropertyDate];

                                                       ^

In module ’
AssetsLibrary’ imported from
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:27
:24: note: ‘ALAssetPropertyDate’ has been explicitly marked deprecated here
extern NSString *const ALAssetPropertyDate NS_DEPRECATED_IOS(4_0, 9_0, “Use the creationDate property on a PHAsset from the Photos framework instead”); // An NSDate with the asset’s creation date.
^
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m
:
234
:
43
:

warning: ‘valueForProperty:’ is deprecated: first deprecated in iOS 9.0 - Use PHAsset class properties from the Photos framework instead [-Wdeprecated-declarations]
NSDate* creationDate = [asset valueForProperty:ALAssetPropertyDate];
^
In module ‘AssetsLibrary’ imported from /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h:48:1
: note: ‘valueForProperty:’ has been explicitly marked deprecated here

  • (id)valueForProperty:(NSString )property NS_DEPRECATED_IOS(4_0, 9_0, “Use PHAsset class properties from the Photos framework instead”);
    ^
    /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:224:59: warning: ‘ALAsset’ is deprecated: first deprecated in iOS 9.0 - Use PHAsset from the Photos framework instead [-Wdeprecated-declarations]
    ALAssetsLibraryAssetForURLResultBlock resultBlock = ^(ALAsset
    asset) {
    ^
    In module ‘AssetsLibrary’ imported from /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAsset.h
    :
    42
    :
    12
    :

note
:
‘ALAsset’ has been explicitly marked deprecated here

@interface ALAsset : NSObject {
^
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m
:
228:13: warning: ‘ALAssetRepresentation’ is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead [-Wdeprecated-declarations]
ALAssetRepresentation* assetRepresentation = [asset defaultRepresentation];

        ^

In module ‘AssetsLibrary’ imported from /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h
:22:12: note: ‘ALAssetRepresentation’ has been explicitly marked deprecated here
@interface ALAssetRepresentation : NSObject {
^
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:229:91: warning:
‘size’ is deprecated: first deprecated in iOS 9.0 - Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead [-Wdeprecated-declarations]
[fileInfo setObject:[NSNumber numberWithUnsignedLongLong:[assetRepresentation size]] forKey:@“size”];

                                                                                      ^

In module ‘AssetsLibrary’ imported from /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetRepresentation.h:34:1: note:
‘size’ has been explicitly marked deprecated here

  • (long long)size NS_DEPRECATED_IOS(4_0, 9_0, “Use requestImageDataForAsset:options:resultHandler: on PHImageManager to request image data for a PHAsset from the Photos framework instead”);
    ^
    /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:244:5: warning
    : ‘ALAssetsLibraryAccessFailureBlock’ is deprecated: first deprecated in iOS 9.0 - Use the Photos framework instead [-Wdeprecated-declarations]
    ALAssetsLibraryAccessFailureBlock failureBlock = ^(NSError* error) {

    ^
    In module ‘AssetsLibrary’ imported from /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:71:16:
    note: ‘ALAssetsLibraryAccessFailureBlock’ has been explicitly marked deprecated here
    typedef void (^ALAssetsLibraryAccessFailureBlock)(NSError *error) NS_DEPRECATED_IOS(4_0, 9_0, “Use the Photos framework instead”);

             ^
    

/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m
:249:5: warning: ‘ALAssetsLibrary’ is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]
ALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];

^

In module ’
AssetsLibrary
’ imported from
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:80:12:
note: ‘ALAssetsLibrary’ has been explicitly marked deprecated here
@interface ALAssetsLibrary : NSObject {

       ^

/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m
:249:56
: warning: ‘ALAssetsLibrary’ is deprecated: first deprecated in iOS 9.0 - Use PHPhotoLibrary from the Photos framework instead [-Wdeprecated-declarations]

ALAssetsLibrary* assetsLibrary = [[ALAssetsLibrary alloc] init];
                                                   ^

In module ‘AssetsLibrary’ imported from
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:80:12:

note
:
‘ALAssetsLibrary’ has been explicitly marked deprecated here
@interface ALAssetsLibrary : NSObject {

       ^

/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:250:20: warning: ‘assetForURL:resultBlock:failureBlock:’ is deprecated: first deprecated in iOS 9.0 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead [-Wdeprecated-declarations]
[assetsLibrary assetForURL:[self assetLibraryURLForLocalURL:localURL] resultBlock:resultBlock failureBlock:failureBlock];

               ^

In module ’
AssetsLibrary
’ imported from
/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus Direct/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:23:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk/System/Library/Frameworks/AssetsLibrary.framework/Headers/ALAssetsLibrary.h:95:1
:
note: ‘assetForURL:resultBlock:failureBlock:’ has been explicitly marked deprecated here

  • (void)assetForURL:(NSURL *)assetURL resultBlock:(ALAssetsLibraryAssetForURLResultBlock)resultBlock failureBlock:(ALAssetsLibraryAccessFailureBlock)failureBlock NS_DEPRECATED_IOS(4_0, 9_0, “Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options:) from the Photos framework instead”);
    ^
    23 warnings generated.

CompileC /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/AppVersion.o /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus\ Direct/Plugins/cordova-plugin-app-version/AppVersion.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: FlexPlus Direct)
cd /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/var/root/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/root/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Index/DataStore -iquote /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/FlexPlus\ Direct-generated-files.hmap -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/FlexPlus\ Direct-own-target-headers.hmap -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/FlexPlus\ Direct-all-target-headers.hmap -iquote /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/FlexPlus\ Direct-project-headers.hmap -I/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/include -I/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/usr/local/lib/include -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/UninstalledProducts/include -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/UninstalledProducts/iphonesimulator/include -I/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/DerivedSources-normal/x86_64 -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/DerivedSources/x86_64 -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/DerivedSources -F/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator -include /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/sharedpch/SharedPrecompiledHeaders/2418875660098100287/FlexPlus\ Direct-Prefix.pch -MMD -MT dependencies -MF /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/AppVersion.d --serialize-diagnostics /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/AppVersion.dia -c /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus\ Direct/Plugins/cordova-plugin-app-version/AppVersion.m -o /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/AppVersion.o

CompileC /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/AppDelegate.o /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus\ Direct/Classes/AppDelegate.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: FlexPlus Direct)
cd /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/var/root/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/root/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -DDEBUG=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mios-simulator-version-min=10.0 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -index-store-path /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Index/DataStore -iquote /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/FlexPlus\ Direct-generated-files.hmap -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/FlexPlus\ Direct-own-target-headers.hmap -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/FlexPlus\ Direct-all-target-headers.hmap -iquote /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/FlexPlus\ Direct-project-headers.hmap -I/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/include -I/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/usr/local/lib/include -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/UninstalledProducts/include -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/UninstalledProducts/iphonesimulator/include -I/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/DerivedSources-normal/x86_64 -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/DerivedSources/x86_64 -I/var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/DerivedSources -F/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator -include /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/sharedpch/SharedPrecompiledHeaders/2418875660098100287/FlexPlus\ Direct-Prefix.pch -MMD -MT dependencies -MF /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/AppDelegate.d --serialize-diagnostics /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/AppDelegate.dia -c /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/FlexPlus\ Direct/Classes/AppDelegate.m -o /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/AppDelegate.o

Ld /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app/FlexPlus\ Direct normal x86_64 (in target: FlexPlus Direct)
cd /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios
export IPHONEOS_DEPLOYMENT_TARGET=10.0
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.2.sdk -L/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator -F/Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator -filelist /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/FlexPlus\ Direct.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=10.0 -dead_strip -Xlinker -object_path_lto -Xlinker /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/FlexPlus\ Direct_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -ObjC -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/FlexPlus\ Direct.app-Simulated.xcent /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/libCordova.a -weak_framework SystemConfiguration -framework CoreTelephony -framework Security -Xlinker -dependency_info -Xlinker /var/root/Library/Developer/Xcode/DerivedData/FlexPlus_Direct-dyyfhgggvtueuodvfmzftnznynpp/Build/Intermediates.noindex/FlexPlus\ Direct.build/Debug-iphonesimulator/FlexPlus\ Direct.build/Objects-normal/x86_64/FlexPlus\ Direct_dependency_info.dat -o /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app/FlexPlus\ Direct

CodeSign /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app (in target: FlexPlus Direct)
cd /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios
export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

Signing Identity: “-”

/usr/bin/codesign --force --sign - --timestamp=none /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app

GenerateDSYMFile /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app.dSYM /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app/FlexPlus\ Direct (in target: FlexPlus Direct)
cd /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app/FlexPlus\ Direct -o /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app.dSYM

Touch /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app (in target: FlexPlus Direct)
cd /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios
/usr/bin/touch -c /Users/lappy/Desktop/FlexiPlan/FlexPlusMobile/Main/MobileApp/platforms/ios/build/emulator/FlexPlus\ Direct.app

** BUILD SUCCEEDED **

Ionic info:

Ionic:

ionic (Ionic CLI) : 4.12.0 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 2.2.0
@ionic/app-scripts : 3.2.3

Cordova:

cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.1.4, ios 5.0.0
Cordova Plugins : no whitelisted plugins (24 plugins total)

System:

ios-deploy : 1.9.4
ios-sim : 7.0.0
NodeJS : v8.9.1 (/usr/local/bin/node)
npm : 5.5.1
OS : macOS Mojave
Xcode : Xcode 10.2.1 Build version 10E1001