Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24164] Android: Module is not building

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2016-12-21T17:11:27.000+0000
Affected Version/sRelease 6.0.0
Fix Version/sRelease 6.0.0
ComponentsAndroid
Labelsn/a
Reporter Ricardo Ramirez
AssigneeGary Mathews
Created2016-11-22T22:33:34.000+0000
Updated2018-08-06T17:49:30.000+0000

Description

Issue description

Since the release of Ti SDK 6.0.0.GA requires rebuilding the old Appcelerator modules using the latest SDK, trying to rebuild an Android module with latest SDK. After make changes to my manifest file and build.properties, the build process is not working. PFA the manifest, build.properties and error log files.

Steps to reproduce

Download and import the project to the studio build using SDK 6.0.0 Wild error log will appear

Attachments

FileDateSize
appcInfo-12thDec.txt2016-12-12T21:40:49.000+000089145
build.properties2016-11-22T22:28:33.000+0000291
buildLog-12thDec.txt2016-12-12T21:40:45.000+000066640
errorLog.rtf2016-11-22T22:28:44.000+000061800
errorLog.txt2016-11-28T20:29:25.000+000066615
manifest2016-11-22T22:28:34.000+0000477

Comments

  1. Ewan Harris 2016-11-23

    [~rramirez] Modules should be built using appc run or ti build. Not saying that will fix the problem but just that it is now the documented way to build. Check out http://skypanther.com/2016/10/rebuilding-modules-for-titanium-6/ and make sure they are using NDK11rc which can be downloaded here https://github.com/android-ndk/ndk/wiki#r11c
  2. Gary Mathews 2016-11-23

    Yes, try appc run -p android --build-only ?
  3. Hans Knöchel 2016-11-27

    Additional note to the already good tips: There is also a great tutorial for [migrating Android modules to Titanium 6.0.0|skypanther.com/2016/10/rebuilding-modules-for-titanium-6/] you should check out.
  4. Hans Knöchel 2016-11-28

    What V8 version was used? Mine is 12.1 together with Node JS 4.6.1 and it works fine.
  5. Ewan Harris 2016-11-28

    All the errors are coming from the ExampleProxy.java file, found in the titanium mobile repo [here](https://github.com/appcelerator/titanium_mobile/blob/ab89453a97f2dc345007f5476351d9a9b1ed9d00/android/templates/module/default/template/android/src/%7B%7BModuleIdAsFolder%7D%7D/ExampleProxy.java.ejs). If they aren't using that file then they can delete it.
  6. Ricardo Ramirez 2016-12-02

    Where is located the ExampleProxy.java ? because is not in the project.
  7. Ricardo Ramirez 2016-12-05

    Team !? Something ?
  8. Chee Kiat Ng 2016-12-06

  9. Chee Kiat Ng 2016-12-06

  10. Lokesh Choudhary 2016-12-06

    I created a module using 5.5.1.GA & then tried to build it with 6.0.0.GA & it failed with error:
        [ERROR] :  Failed to compile Java source files:
        [ERROR] :  
        [ERROR] :  warning: [options] bootstrap class path not set in conjunction with -source 1.6
        [ERROR] :  Note: [KrollBindingGen] Running Kroll binding generator.
        [ERROR] :  Note: [KrollBindingGen] No binding data found, creating new data file: org.appcelerator.titanium.bindings/mod551.json
        [ERROR] :  Note: [KrollBindingGen] Found binding for proxy Example
        [ERROR] :  Note: [KrollBindingGen] Found binding for module Mod551
        [ERROR] :  /Users/lchoudhary/Desktop/workspaces/workspace_2016/mod551/android/src/com/app/mod551/ExampleProxy.java:15: error: cannot find symbol
        [ERROR] :  import org.appcelerator.titanium.util.Log;
        [ERROR] :                                       ^
        [ERROR] :    symbol:   class Log
        [ERROR] :    location: package org.appcelerator.titanium.util
        [ERROR] :  /Users/lchoudhary/Desktop/workspaces/workspace_2016/mod551/android/src/com/app/mod551/ExampleProxy.java:16: error: cannot find symbol
        [ERROR] :  import org.appcelerator.titanium.util.TiConfig;
        [ERROR] :                                       ^
        [ERROR] :    symbol:   class TiConfig
        [ERROR] :    location: package org.appcelerator.titanium.util
        [ERROR] :  Note: [KrollBindingGen] Generating JSON: file:/Users/lchoudhary/Desktop/workspaces/workspace_2016/mod551/android/build/generated/json/org/appcelerator/titanium/bindings/mod551.json
        [ERROR] :  2 errors
        
    After following http://skypanther.com/2016/10/rebuilding-modules-for-titanium-6/ to the dot I was able to successfully build the same module with SDK 6.0.0.GA using studio & CLI. Appc Studio : 4.8.0.201611121409 SDK Version : 6.0.0.GA Mac OS Version : 10.12 Xcode Version : Xcode 8.1 Build version 8B62 Appc CLI AND Appc NPM : {"NPM":"4.2.8","CLI":"6.0.0"} Ti CLI : 5.0.10 Alloy : 1.9.4 Node : v4.6.0 Java version "1.8.0_101" NDK: r12b
  11. Ajith Rohini 2016-12-08

    [~cng]Client is requesting for an update on this since its critical for them
  12. Ricardo Ramirez 2016-12-08

    Hi ! the error that the customer is getting is different, please take a look:
        Eswars-Macbook:android v413248$ ant
        Buildfile: /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android/build.xml
            [mkdir] Created dir: /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android/documentation
             [copy] Copying 1 file to /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android/documentation
            [mkdir] Created dir: /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android/example
             [copy] Copying 1 file to /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android/example
            [mkdir] Created dir: /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android/assets
             [copy] Copying 1 file to /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android/assets
             [copy] Copying 1 file to /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android
        
        python.set.exec:
        
        python.check:
             [echo] Testing for Python
             [exec] Python 2.7.10
        
        init:
        
        process.aidl:
             [echo] Generating java files from the .aidl files
             [echo] /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/build-tools/24.0.2/aidl
             [echo] 
        
        process.annotations:
        
        generate.v8.bindings:
             [java] Generating /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android/build/generated/jni/com.abc.mcoe.azurenotifi
        cationhub.AppcazurenotificationhubModule.h
             [java] Generating /Users/v413248/Desktop/Eswar/AppceleratorWorkspace/appcazurenotificationhub/android/build/generated/jni/com.abc.mcoe.azurenotifi
        cationhub.AppcazurenotificationhubModule.cpp
        
        generate.bindings:
        
        pre.compile:
        
        js.compile:
        
        ndk.build:
             [copy] Copying 36 files to /var/folders/wy/00tl_nxs4lb7x8t9wjntb_h1lr03_d/T/v413248/appcazurenotificationhub-generated
             [exec] Android NDK: WARNING:jni/Android.mk:com.abc.mcoe.azurenotificationhub: non-system libraries in linker flags: -lkroll-v8    
             [exec] Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES    
             [exec] Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the    
             [exec] Android NDK:     current module    
             [exec] Android NDK: WARNING:jni/Android.mk:com.abc.mcoe.azurenotificationhub: non-system libraries in linker flags: -lkroll-v8    
             [exec] jni/Android.mk:35: warning: overriding commands for target /private/var/folders/wy/00tl_nxs4lb7x8t9wjntb_h1lr03_d/T/v413248/appcazurenotif
        icationhub-generated/KrollGeneratedBindings.cpp'Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES    
             [exec] jni/Android.mk:35: warning: ignoring old commands for target /private/var/folders/wy/00tl_nxs4lb7x8t9wjntb_h1lr03_d/T/v413248/appcazurenot
        ificationhub-generated/KrollGeneratedBindings.cpp'
             [exec] jni/Android.mk:35: warning: overriding commands for target /private/var/folders/wy/00tl_nxs4lb7x8t9wjntb_h1lr03_d/T/v413248/appcazurenotif
        icationhub-generated/KrollGeneratedBindings.cpp'
             [exec] jni/Android.mk:35: warning: ignoring old commands for target /private/var/folders/wy/00tl_nxs4lb7x8t9wjntb_h1lr03_d/T/v413248/appcazurenot
        ificationhub-generated/KrollGeneratedBindings.cpp'
             [exec] 
             [exec] Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the    
             [exec] Android NDK:     current module    
             [exec] Android NDK: WARNING:jni/Android.mk:com.abc.mcoe.azurenotificationhub: non-system libraries in linker flags: -lkroll-v8    
             [exec] Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES    
             [exec] Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the    
             [exec] Android NDK:     current module    
             [exec] [armeabi] Compile++ thumb: com.abc.mcoe.azurenotificationhub <= com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.cpp
             [exec] warning: unknown warning option '-Wno-psabi' [-Wunknown-warning-option]
             [exec] In file included from jni/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.cpp:10:
             [exec] In file included from jni/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.h:12:
             [exec] In file included from /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/Proxy.h:11:
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:345:16: warning: alias declarations 
        are a C++11 extension [-Wc++11-extensions]
             [exec] using Handle = Local<T>;
             [exec]                ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:362:33: error: use of undeclared ide
        ntifier 'nullptr'
             [exec]   V8_INLINE MaybeLocal() : val_(nullptr) {}
             [exec]                                 ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:369:51: error: use of undeclared ide
        ntifier 'nullptr'
             [exec]   V8_INLINE bool IsEmpty() const { return val_ == nullptr; }
             [exec]                                                   ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:373:29: error: use of undeclared ide
        ntifier 'nullptr'
             [exec]     out->val_ = IsEmpty() ? nullptr : this->val_;
             [exec]                             ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:441:25: error: use of undeclared ide
        ntifier 'nullptr'
             [exec]     return callback_ != nullptr;
             [exec]                         ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:481:29: warning: alias declarations 
        are a C++11 extension [-Wc++11-extensions]
             [exec] using PhantomCallbackData = WeakCallbackInfo<T>;
             [exec]                             ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:484:6: warning: scoped enumerations 
        are a C++11 extension [-Wc++11-extensions]
             [exec] enum class WeakCallbackType { kParameter, kInternalFields };
             [exec]      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:667:49: warning: deleted function de
        finitions are a C++11 extension [-Wc++11-extensions]
             [exec]   PersistentBase(const PersistentBase& other) = delete;  // NOLINT
             [exec]                                                 ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:668:43: warning: deleted function de
        finitions are a C++11 extension [-Wc++11-extensions]
             [exec]   void operator=(const PersistentBase&) = delete;
             [exec]                                           ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:844:26: warning: rvalue references a
        re a C++11 extension [-Wc++11-extensions]
             [exec]   V8_INLINE Global(Global&& other) : PersistentBase<T>(other.val_) {  // NOLINT
             [exec]                          ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:852:40: warning: rvalue references a
        re a C++11 extension [-Wc++11-extensions]
             [exec]   V8_INLINE Global& operator=(Global<S>&& rhs) {  // NOLINT
             [exec]                                        ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:874:27: warning: deleted function de
        finitions are a C++11 extension [-Wc++11-extensions]
             [exec]   Global(const Global&) = delete;
             [exec]                           ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:875:35: warning: deleted function de
        finitions are a C++11 extension [-Wc++11-extensions]
             [exec]   void operator=(const Global&) = delete;
             [exec]                                   ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:820:42: error: use of undeclared ide
        ntifier 'nullptr'
             [exec]   V8_INLINE Global() : PersistentBase<T>(nullptr) {}
             [exec]                                          ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:845:18: error: use of undeclared ide
        ntifier 'nullptr'
             [exec]     other.val_ = nullptr;
             [exec]                  ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:857:18: error: use of undeclared ide
        ntifier 'nullptr'
             [exec]       rhs.val_ = nullptr;
             [exec]                  ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:864:44: warning: rvalue references a
        re a C++11 extension [-Wc++11-extensions]
             [exec]   Global Pass() { return static_cast<Global&&>(*this); }  // NOLINT
             [exec]                                            ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:882:26: warning: alias declarations 
        are a C++11 extension [-Wc++11-extensions]
             [exec] using UniquePersistent = Global<T>;
             [exec]                          ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:1122:52: error: use of undeclared id
        entifier 'nullptr'
             [exec]                             ScriptOrigin* origin = nullptr));
             [exec]                                                    ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:1125:30: error: use of undeclared id
        entifier 'nullptr'
             [exec]       ScriptOrigin* origin = nullptr);
             [exec]                              ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:2104:6: warning: scoped enumerations
         are a C++11 extension [-Wc++11-extensions]
             [exec] enum class NewStringType { kNormal, kInternalized };
             [exec]      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:2314:42: warning: use of enumeration
         in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]     kNormalString = static_cast<int>(v8::NewStringType::kNormal),
             [exec]                                          ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:2315:48: warning: use of enumeration
         in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]     kInternalizedString = static_cast<int>(v8::NewStringType::kInternalized)
             [exec]                                                ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:2645:6: warning: scoped enumerations
         are a C++11 extension [-Wc++11-extensions]
             [exec] enum class IntegrityLevel { kFrozen, kSealed };
             [exec]      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:3271:36: error: use of undeclared id
        entifier 'nullptr'
             [exec]     return NewInstance(context, 0, nullptr);
             [exec]                                    ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:3449:6: warning: scoped enumerations
         are a C++11 extension [-Wc++11-extensions]
             [exec] enum class ArrayBufferCreationMode { kInternalized, kExternalized };
             [exec]      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:3533:38: warning: use of enumeration
         in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]       ArrayBufferCreationMode mode = ArrayBufferCreationMode::kExternalized);
             [exec]                                      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:3896:38: warning: use of enumeration
         in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]       ArrayBufferCreationMode mode = ArrayBufferCreationMode::kExternalized);
             [exec]                                      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:4488:57: error: use of undeclared id
        entifier 'nullptr'
             [exec]       experimental::FastAccessorBuilder* fast_handler = nullptr,
             [exec]                                                         ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:4504:57: error: use of undeclared id
        entifier 'nullptr'
             [exec]       experimental::FastAccessorBuilder* fast_handler = nullptr);
             [exec]                                                         ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:4574:6: warning: scoped enumerations
         are a C++11 extension [-Wc++11-extensions]
             [exec] enum class PropertyHandlerFlags {
             [exec]      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:4596:36: warning: use of enumeration
         in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]       PropertyHandlerFlags flags = PropertyHandlerFlags::kNone)
             [exec]                                    ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:4624:36: warning: use of enumeration
         in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]       PropertyHandlerFlags flags = PropertyHandlerFlags::kNone)
             [exec]                                    ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:5095:6: warning: scoped enumerations
         are a C++11 extension [-Wc++11-extensions]
             [exec] enum class MicrotasksPolicy { kExplicit, kScoped, kAuto };
             [exec]      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:5388:6: warning: scoped enumerations
         are a C++11 extension [-Wc++11-extensions]
             [exec] enum class MemoryPressureLevel { kNone, kModerate, kCritical };
             [exec]      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:5424:35: warning: defaulted function
         definitions are a C++11 extension [-Wc++11-extensions]
             [exec]   virtual ~EmbedderHeapTracer() = default;
             [exec]                                   ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:7530:27: error: use of undeclared id
        entifier 'nullptr'
             [exec]   if (V8_UNLIKELY(val_ == nullptr)) V8::ToLocalEmpty();
             [exec]                           ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:7999:46: warning: use of enumeration
         in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]   Set(v8::String::NewFromUtf8(isolate, name, NewStringType::kNormal)
             [exec]                                              ^
             [exec] In file included from jni/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.cpp:12:
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/AndroidUtil.h:57:49: warning: format spec
        ifies type 'int' but the argument has type 'long' [-Wformat]
             [exec]                 LOGE(tag, "Finished %s (%d ms)", description, AndroidUtil::getCurrentMillis() - start);
             [exec]                                         ~~                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             [exec]                                         %ld
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from 
        macro 'LOGE'
             [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__)
             [exec]                                        ^~~~~~~~~~~
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from 
        macro 'LOG'
             [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__)
             [exec]                                                                          ^~~~~~~~~~~
             [exec] In file included from jni/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.cpp:18:
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/TypeConverter.h:20:97: error: a space is 
        required between consecutive right angle brackets (use '> >')
             [exec]         static std::map<int64_t, v8::Persistent<v8::Function, v8::CopyablePersistentTraits<v8::Function>>> functions;
             [exec]                                                                                                        ^~
             [exec]                                                                                                        > > 
             [exec] In file included from jni/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.cpp:19:
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/V8Util.h:101:38: warning: use of enumerat
        ion in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]   const v8::NewStringType type = v8::NewStringType::kInternalized;
             [exec]                                      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/V8Util.h:117:38: warning: use of enumerat
        ion in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]   const v8::NewStringType type = v8::NewStringType::kInternalized;
             [exec]                                      ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/V8Util.h:131:38: warning: use of enumerat
        ion in a nested name specifier is a C++11 extension [-Wc++11-extensions]
             [exec]   const v8::NewStringType type = v8::NewStringType::kInternalized;
             [exec]                                      ^
             [exec] jni/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.cpp:50:51: error: no matching member function for call to 'NewInstance
        '
             [exec]         Local<Object> moduleInstance = proxyConstructor->NewInstance(context).ToLocalChecked();
             [exec]                                        ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:3268:52: note: candidate function no
        t viable: requires 0 arguments, but 1 was provided
             [exec]   V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const);
             [exec]                                                    ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:3264:31: note: candidate function no
        t viable: requires 2 arguments, but 1 was provided
             [exec]                 Local<Object> NewInstance(int argc, Local<Value> argv[]) const);
             [exec]                               ^
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/v8.h:3265:44: note: candidate function no
        t viable: requires 3 arguments, but 1 was provided
             [exec]   V8_WARN_UNUSED_RESULT MaybeLocal<Object> NewInstance(
             [exec]                                            ^
             [exec] jni/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.cpp:139:14: warning: format string is not a string literal (potentiall
        y insecure) [-Wformat-security]
             [exec]                         LOGE(TAG, error);
             [exec]                                   ^~~~~
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from 
        macro 'LOGE'
             [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__)
             [exec]                                        ^~~~~~~~~~~
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from 
        macro 'LOG'
             [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__)
             [exec]                                                                          ^~~~~~~~~~~
             [exec] jni/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.cpp:220:14: warning: format string is not a string literal (potentiall
        y insecure) [-Wformat-security]
             [exec]                         LOGE(TAG, error);
             [exec]                                   ^~~~~
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from 
        macro 'LOGE'
             [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__)
             [exec]                                        ^~~~~~~~~~~
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from 
        macro 'LOG'
             [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__)
             [exec]                                                                          ^~~~~~~~~~~
             [exec] jni/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.cpp:282:14: warning: format string is not a string literal (potentiall
        y insecure) [-Wformat-security]
             [exec]                         LOGE(TAG, error);
             [exec]                                   ^~~~~
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/AndroidUtil.h:34:40: note: expanded from 
        macro 'LOGE'
             [exec] #define LOGE(tag, ...) LOG(ERROR, tag, __VA_ARGS__)
             [exec]                                        ^~~~~~~~~~~
             [exec] /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/android/native/include/AndroidUtil.h:14:74: note: expanded from 
        macro 'LOG'
             [exec] #define LOG(level, tag, ...) __android_log_print(_LOG_LEVEL(level), tag, __VA_ARGS__)
             [exec]                                                                          ^~~~~~~~~~~
             [exec] 33 warnings and 15 errors generated.
             [exec] make: *** [/var/folders/wy/00tl_nxs4lb7x8t9wjntb_h1lr03_d/T//v413248/appcazurenotificationhub-generated/obj/local/armeabi/objs/com.abc.mcoe
        .azurenotificationhub/com.abc.mcoe.azurenotificationhub.AppcazurenotificationhubModule.o] Error 1
        
        BUILD FAILED
        /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/module/android/build.xml:347: The following error occurred while executing t
        his line:
        /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA/module/android/build.xml:302: exec returned: 2
        
        Total time: 3 seconds
        
  13. Ricardo Ramirez 2016-12-08

    Here is the Appc info, as you can see, the nodejs is a valid version and the NDK is higher than 10
        Eswars-Macbook:~ v413248$ appc info
        Appcelerator Command-Line Interface, version 6.0.0
        Copyright (c) 2014-2016, Appcelerator, Inc.  All Rights Reserved.
        
        Operating System
          Name                        = Mac OS X
          Version                     = 10.11.6
          Architecture                = 64bit
          # CPUs                      = 8
          Memory                      = 16.0GB
        
        Node.js
          Node.js Version             = 4.6.2
          npm Version                 = 2.15.11
        
        Appcelerator CLI
          Installer                   = 4.2.8
          Core Package                = 6.0.0
        
        Titanium CLI
          CLI Version                 = 5.0.10
          node-appc Version           = 0.2.31
        
        Titanium SDKs
          6.0.0.GA
            Version                   = 6.0.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/6.0.0.GA
            Platforms                 = iphone, android, mobileweb
            git Hash                  = 1aa3df8
            git Timestamp             = 11/13/2016 09:27
            node-appc Version         = 0.2.39
          5.5.1.GA
            Version                   = 5.5.1
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.5.1.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = b18727f
            git Timestamp             = 09/27/16 05:38
            node-appc Version         = 0.2.36
          5.5.0.GA
            Version                   = 5.5.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.5.0.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = 44a2e3f
            git Timestamp             = 09/13/16 12:38
            node-appc Version         = 0.2.36
          5.4.0.GA
            Version                   = 5.4.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.4.0.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = 4ba4c0a
            git Timestamp             = 08/10/16 05:43
            node-appc Version         = 0.2.35
          5.3.1.GA
            Version                   = 5.3.1
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.3.1.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = ee11b10
            git Timestamp             = 06/09/16 01:33
            node-appc Version         = 0.2.33
          5.3.0.GA
            Version                   = 5.3.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.3.0.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = 94fa8af
            git Timestamp             = 06/01/16 10:17
            node-appc Version         = 0.2.33
          5.2.2.GA
            Version                   = 5.2.2
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.2.2.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = b685ddb
            git Timestamp             = 03/28/16 14:12
            node-appc Version         = 0.2.33
          5.2.1.GA
            Version                   = 5.2.1
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.2.1.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = 23e1c7d
            git Timestamp             = 03/18/16 22:51
            node-appc Version         = 0.2.33
          5.2.0.GA
            Version                   = 5.2.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.2.0.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = 384775e
            git Timestamp             = 02/20/16 08:04
            node-appc Version         = 0.2.33
          5.1.2.GA
            Version                   = 5.1.2
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.1.2.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = ca822b2
            git Timestamp             = 12/16/15 19:00
            node-appc Version         = 0.2.32
          5.1.1.GA
            Version                   = 5.1.1
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.1.1.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = e46100b
            git Timestamp             = 11/24/15 11:07
            node-appc Version         = 0.2.32
          5.1.0.GA
            Version                   = 5.1.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.1.0.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = 0913213
            git Timestamp             = 11/18/15 21:44
            node-appc Version         = 0.2.32
          5.0.2.GA
            Version                   = 5.0.2
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.0.2.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = 92c2265
            git Timestamp             = 09/30/15 12:07
            node-appc Version         = 0.2.31
          5.0.1.GA
            Version                   = 5.0.1
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.0.1.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = 9640236
            git Timestamp             = 09/24/15 10:39
            node-appc Version         = 0.2.31
          5.0.0.GA_TIMOB-16450_AmerisourceBergen
            Version                   = 5.0.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.0.0.GA_TIMOB-16450_AmerisourceBergen
            Platforms                 = android, iphone, mobileweb
            git Hash                  = 3225e47
            git Timestamp             = 09/28/15 13:00
            node-appc Version         = 0.2.31
          5.0.0.GA
            Version                   = 5.0.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/5.0.0.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = ec79bc5
            git Timestamp             = 09/15/15 23:07
            node-appc Version         = 0.2.31
          4.1.1.v20150805104411
            Version                   = 4.1.1
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/4.1.1.v20150805104411
            Platforms                 = android, mobileweb, iphone
            git Hash                  = 5f3fa2d
            git Timestamp             = 08/05/15 10:44
            node-appc Version         = 0.2.24
          4.1.0.GA_TIMOB-16450_AmerisourceBergen
            Version                   = 4.1.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/4.1.0.GA_TIMOB-16450_AmerisourceBergen
            Platforms                 = android, iphone, mobileweb
            git Hash                  = d57aa7d
            git Timestamp             = 09/17/15 14:52
            node-appc Version         = 0.2.24
          4.1.0.GA
            Version                   = 4.1.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/4.1.0.GA
            Platforms                 = android, mobileweb, iphone
            git Hash                  = d57aa7d
            git Timestamp             = 07/06/15 11:15
            node-appc Version         = 0.2.24
          4.0.0.GA
            Version                   = 4.0.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/4.0.0.GA
            Platforms                 = iphone, mobileweb, android
            git Hash                  = 9239ff9
            git Timestamp             = 05/18/15 15:42
            node-appc Version         = 0.2.24
          3.5.1.GA
            Version                   = 3.5.1
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/3.5.1.GA
            Platforms                 = iphone, mobileweb, android, blackberry
            git Hash                  = 96875c9
            git Timestamp             = 03/05/15 10:08
            node-appc Version         = 0.2.24
          3.5.0.GA
            Version                   = 3.5.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/3.5.0.GA
            Platforms                 = iphone, mobileweb, android, blackberry
            git Hash                  = 0014f83
            git Timestamp             = 01/12/15 15:33
            node-appc Version         = 0.2.17
          3.4.1.GA
            Version                   = 3.4.1
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/3.4.1.GA
            Platforms                 = iphone, mobileweb, android, blackberry
            git Hash                  = 5982e8f
            git Timestamp             = 11/13/14 13:33
            node-appc Version         = 0.2.17
          3.4.0.GA
            Version                   = 3.4.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/3.4.0.GA
            Platforms                 = iphone, mobileweb, android, blackberry
            git Hash                  = b54c467
            git Timestamp             = 09/25/14 16:41
            node-appc Version         = 0.2.17
          3.3.0.GA
            Version                   = 3.3.0
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/3.3.0.GA
            Platforms                 = iphone, mobileweb, android, blackberry
            git Hash                  = 787cd39
            git Timestamp             = 07/11/14 12:36
            node-appc Version         = 0.2.12
          3.2.3.GA
            Version                   = 3.2.3
            Install Location          = /Users/v413248/Library/Application Support/Titanium/mobilesdk/osx/3.2.3.GA
            Platforms                 = iphone, tizen, mobileweb, android, blackberry
            git Hash                  = b958a70
            git Timestamp             = 04/22/14 10:17
            node-appc Version         = 0.2.1
         
        Mac OS X
          Command Line Tools          = installed
        
        Intel® Hardware Accelerated Execution Manager (HAXM)
          Installed                   = yes
          Memory Limit                = 2 GB
        
        Java Development Kit
          Version                     = 1.8.0_102
          Java Home                   = /Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home
        
        Genymotion
          Path                        = /Applications/Genymotion.app/Contents/MacOS
          Genymotion Executable       = /Applications/Genymotion.app/Contents/MacOS/genymotion
          Genymotion Player           = /Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS/player
          Home                        = /Users/v413248/.Genymobile/Genymotion
        
        VirtualBox
          Executable                  = /usr/local/bin/VBoxManage
          Version                     = 5.0.0r101573
        
        Android SDK
          Android Executable          = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/tools/android
          ADB Executable              = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platform-tools/adb
          SDK Path                    = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx
        
        Android NDK
          NDK Path                    = /Volumes/ESWARDISK/Eswar/Android/android-ndk-r13b
          NDK Version                 = 13.1.3345770
        
        Android Platforms
          1) android-7
            Name                      = Android 2.1 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 7
            Revision                  = 3
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WVGA800, WVGA854
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-7
          2) android-8
            Name                      = Android 2.2 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 8
            Revision                  = 3
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WVGA800, WVGA854
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-8
          3) android-9
            Name                      = Android 2.3.1 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 9
            Revision                  = 2
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WVGA800, WVGA854
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-9
          4) android-10
            Name                      = Android 2.3.3 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 10
            Revision                  = 2
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WVGA800, WVGA854
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-10
          5) android-11
            Name                      = Android 3.0 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 11
            Revision                  = 2
            Skins                     = WXGA
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-11
          6) android-12
            Name                      = Android 3.1 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 12
            Revision                  = 3
            Skins                     = WXGA
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-12
          7) android-13
            Name                      = Android 3.2 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 13
            Revision                  = 1
            Skins                     = WXGA
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-13
          8) android-14
            Name                      = Android 4.0 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 14
            Revision                  = 4
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-14
          9) android-15
            Name                      = Android 4.0.3 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 15
            Revision                  = 5
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-15
          10) android-16
            Name                      = Android 4.1.2 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 16
            Revision                  = 5
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-16
          11) android-17
            Name                      = Android 4.2.2 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 17
            Revision                  = 3
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-17
          12) android-18
            Name                      = Android 4.3.1 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 18
            Revision                  = 3
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-18
          13) android-19
            Name                      = Android 4.4.2 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 19
            Revision                  = 4
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-19
          14) android-20
            Name                      = Android 4.4W.2 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 20
            Revision                  = 2
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-20
          15) android-21
            Name                      = Android 5.0.1 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 21
            Revision                  = 2
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-21
          16) android-22
            Name                      = Android 5.1.1 **Not supported by Titanium SDK 6.0.0.GA**
            API Level                 = 22
            Revision                  = 2
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = armeabi-v7a, x86, x86_64
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-22
          17) android-MNC
            Name                      = Android M (Preview)
            API Level                 = MNC
            Revision                  = 1
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = x86, arm64-v8a, armeabi-v7a, mips, x86_64
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-MNC
          18) android-23
            Name                      = Android 6.0
            API Level                 = 23
            Revision                  = 3
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = armeabi-v7a, x86, x86_64
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-23
          19) android-24
            Name                      = Android 7.0 (not supported by Titanium SDK 6.0.0.GA, but may work)
            API Level                 = 24
            Revision                  = 2
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = arm64-v8a, armeabi-v7a, x86, x86_64
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/platforms/android-24
        
        Android Add-Ons
          20) Google Inc.:Google APIs:8
            Name                      = Android 2.2 (API level 8) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 2
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WVGA800, WVGA854
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-8
            Libraries                 = com.google.android.maps: API for Google Maps (maps.jar)
        
          21) Google Inc.:Google APIs:10
            Name                      = Android 2.3.3 (API level 10) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 2
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WVGA800, WVGA854
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-10
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          22) Google Inc.:Google APIs:11
            Name                      = Android 3.0 (API level 11) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 1
            Description               = Android + Google APIs
            Skins                     = WXGA
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-11
            Libraries                 = com.google.android.maps: API for Google Maps (maps.jar)
        
          23) Google Inc.:Google APIs:12
            Name                      = Android 3.1 (API level 12) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 1
            Description               = Android + Google APIs
            Skins                     = WXGA
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-12
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          24) Google Inc.:Google APIs:13
            Name                      = Android 3.2 (API level 13) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 1
            Description               = Android + Google APIs
            Skins                     = WXGA
            ABIs                      = armeabi
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-13
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          25) Google Inc.:Google APIs:14
            Name                      = Android 4.0 (API level 14) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 2
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800
            ABIs                      = armeabi-v7a
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-14
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          26) Google Inc.:Google APIs:15
            Name                      = Android 4.0.3 (API level 15) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 3
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800
            ABIs                      = armeabi-v7a
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-15
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          27) Google Inc.:Google APIs:16
            Name                      = Android 4.1.2 (API level 16) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 4
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = armeabi-v7a
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-16
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          28) Google Inc.:Google APIs:17
            Name                      = Android 4.2.2 (API level 17) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 4
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = armeabi-v7a
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-17
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          29) Google Inc.:Google APIs:18
            Name                      = Android 4.3.1 (API level 18) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 4
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = armeabi-v7a
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-18
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          30) Google Inc.:Glass Development Kit Preview:19
            Name                      = Android 4.4.2 (API level 19) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 11
            Description               = Preview of the Glass Development Kit
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_gdk-google-19
            Libraries                 = com.google.android.glass: APIs for Glass Development Kit Preview (gdk.jar)
        
          31) Google Inc.:Google APIs (x86 System Image):19
            Name                      = Android 4.4.2 (API level 19) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 14
            Description               = Android x86 + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = x86
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis_x86-google-19
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          32) Google Inc.:Google APIs:19
            Name                      = Android 4.4.2 (API level 19) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 20
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-19-1
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          33) Google Inc.:Google APIs:21
            Name                      = Android 5.0.1 (API level 21) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 1
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = no ABIs.
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-21
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          34) Google Inc.:Google APIs:22
            Name                      = Android 5.1.1 (API level 22) **Not supported by Titanium SDK 6.0.0.GA**
            Vendor                    = Google Inc.
            Revision                  = 1
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = armeabi-v7a, x86, x86_64
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-22
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          35) Google Inc.:Google APIs:23
            Name                      = Android 6.0 (API level 23)
            Vendor                    = Google Inc.
            Revision                  = 1
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = armeabi-v7a, x86, x86_64
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-23
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
          36) Google Inc.:Google APIs:24
            Name                      = Android 7.0 (API level 24) (not supported by Titanium SDK 6.0.0.GA, but may work)
            Vendor                    = Google Inc.
            Revision                  = 1
            Description               = Android + Google APIs
            Skins                     = HVGA, QVGA, WQVGA400, WQVGA432, WSVGA, WVGA800, WVGA854, WXGA720, WXGA800, WXGA800-7in
            ABIs                      = arm64-v8a, armeabi-v7a, x86, x86_64
            Path                      = /Volumes/ESWARDISK/Eswar/Android/android-sdk-macosx/add-ons/addon-google_apis-google-24
            Libraries                 = com.android.future.usb.accessory: API for USB Accessories (usb.jar)
                                        com.google.android.media.effects: Collection of video effects (effects.jar)
                                        com.google.android.maps: API for Google Maps (maps.jar)
        
        
        Android Emulators
          titanium_1_WVGA800
            Path                      = /Users/v413248/.android/avd/titanium_1_WVGA800.avd
            SDK Version               = Android 7.0 (API level 24)
            ABI                       = x86
            Skin                      = wvga800
            SD Card                   = /Users/v413248/.android/avd/titanium_1_WVGA800.avd/sdcard.img
            Google APIs               = no
        
        Genymotion Emulators
          Google Nexus 6P - 6.0.0 - API 23 - 1440x2560
            SDK Version               = 6.0.0
            ABI                       = x86
            Genymotion Version        = 2.7.2
            Display                   = 1440x2560-16
            DPI                       = 560
            OpenGL Acceleration       = yes
            Google APIs               = unknown, emulator not running
        
        Connected Android Devices
        Android SDK built for x86_64
          ID                          = emulator-5554
          State                       = device
          SDK Version                 = 6.0 (android-23)
          ABIs                        = x86_64, x86
        
        Xcode
          7.3.1 (build 7D1014) - Xcode default
            Install Location          = /Applications/Xcode.app/Contents/Developer/
            iOS SDKs                  = 9.3
            iOS Simulators            = 9.3
            Watch SDKs                = 2.2
            Watch Simulators          = 2.2, 2.1, 2.0
            Supported by TiSDK 6.0.0.GA = yes
            EULA Accepted             = yes
            Teams                     = C8N2Q85ZAG AmerisourceBergen Drug Corporation - In-House (active)
                                      = 645QK692MS Eswar Jayavarapu - Individual (active)
         
        iOS Keychains
          login.keychain              = /Users/v413248/Library/Keychains/login.keychain
          System.keychain             = /Library/Keychains/System.keychain
        
        iOS Development Certificates
        /Users/v413248/Library/Keychains/login.keychain
          Amrut Patil (35YML35CDM)
            Not valid before          = 8/18/2016 2:13 PM
            Not valid after           = 8/18/2017 2:13 PM
          Visweswar Jayavarapu (97SR483T8Y)
            Not valid before          = 2/18/2016 12:51 PM
            Not valid after           = 2/17/2017 12:51 PM
        
        iOS Distribution Certificates
        /Users/v413248/Library/Keychains/login.keychain
          AmerisourceBergen Drug Corporation
            Not valid before          = 4/6/2016 9:43 AM
            Not valid after           = 4/6/2019 9:43 AM
          Tata Consultancy Services Limited
            Not valid before          = 5/19/2014 8:31 AM
            Not valid after           = 5/18/2017 8:31 AM
        
        Apple WWDR Certificate
          Apple WWDR                  = installed
        
        Development iOS Provisioning Profiles
          iOS Team Provisioning Profile: *
            UUID                      = 4df8f4ad-9f7b-4bb0-9782-74b7acdf57f9
            App Prefix                = C8N2Q85ZAG
            App Id                    = *
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: ABC*
            UUID                      = b6baeaf0-3ae3-4a36-b75f-8ca841c6230d
            App Prefix                = C8N2Q85ZAG
            App Id                    = ABC*
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.appstore
            UUID                      = bf2eb4d8-7aa9-48a4-8e92-c9b71a82aa33
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.appstore
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.divide
            UUID                      = 17d9670d-5b03-4bec-8a92-e313c7231f57
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.divide
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.ABC.ion.eventmaestro
            UUID                      = 6e4677b9-7467-4905-8ee2-e83a34f0535f
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.ABC.ion.eventmaestro
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.ABC.lash.eventmaestro
            UUID                      = be034a7c-46c1-452e-8dc0-0e371294012a
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.ABC.lash.eventmaestro
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.ABCSwiftEventApp
            UUID                      = 561c5790-cfcc-4ca6-9da4-914df214d48e
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.ABCSwiftEventApp
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.CoachingForm
            UUID                      = c0bf6dd9-dabf-43a6-bf2a-42856527e716
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.CoachingForm
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.concierge.dev
            UUID                      = dfd497d4-d67f-47ba-9d57-0d1a3349c1b2
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.concierge.dev
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.dealmenudev
            UUID                      = 8d6fe835-c0a0-4b2a-b6ce-68b2cf2052d9
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.dealmenudev
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.gnpip
            UUID                      = 1e60e753-ef36-4144-800b-30f44535d33e
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.gnpip
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.ideal
            UUID                      = 58977fec-2291-44f9-b0d2-2782f72725c2
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.ideal
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.iDealDev
            UUID                      = 24d05766-af1b-440b-bec4-e4078be2cccb
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.iDealDev
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.idealProd
            UUID                      = 7d2610bb-6739-461f-86f0-c4dc8cd6f18e
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.idealProd
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.iDealUAT
            UUID                      = ef5c4b4c-3fbe-4b8f-be0d-a12c60875d11
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.iDealUAT
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.myWorkplace
            UUID                      = a11b0297-bedd-4651-b0eb-291cc554f35f
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.myWorkplace
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.os.DevOrderSpotAppcelerator
            UUID                      = e97ae466-3df3-4789-b23b-feec59c16d6b
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.os.DevOrderSpotAppcelerator
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.os.ProdOrderSpotAppcelerator
            UUID                      = 2b437976-40ae-4362-890a-b705ce52ce29
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.os.ProdOrderSpotAppcelerator
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.step
            UUID                      = b0759180-2644-4ca3-8323-4c35c7234929
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.step
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.mcoe.uatgnpip
            UUID                      = 8e02afda-4aa3-40e7-959e-cf0a11d9ece0
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.uatgnpip
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.passportnomad
            UUID                      = 8b8c62ae-d8e2-43d1-8333-09680c96b160
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.passportnomad
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.passportnomad*
            UUID                      = 237b497f-9cb1-483e-8b23-eb1b2424252e
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.passportnomad*
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.abc.promoevent.TradeShowAdmin
            UUID                      = 6dd90d54-3236-42a7-93a3-1c6697382162
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.promoevent.TradeShowAdmin
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.ABC.ThoughtLeader.*
            UUID                      = bf9f6226-257a-41f2-88ef-725d074cb227
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.ABC.ThoughtLeader.*
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.bluewolf.*
            UUID                      = 393f79fb-2ed7-4e4f-80d6-9a81d814e9dc
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.bluewolf.*
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.otsuka-us.OtsukaVeevaVault.FMAPPTExt
            UUID                      = 2327137a-7b76-4b4a-9529-d0960b85f0be
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.otsuka-us.OtsukaVeevaVault.FMAPPTExt
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.Xcenda.iRep
            UUID                      = ce043777-a5a1-4eff-b9b4-a6fc11ce9b85
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.Xcenda.iRep
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.Xcenda2.iRep
            UUID                      = c5a8e608-6137-4146-8c72-19fa597d4e21
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.Xcenda2.iRep
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          iOS Team Provisioning Profile: com.Xcenda3.iRep
            UUID                      = 9a942412-44fe-424d-813c-bf7407526ba7
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.Xcenda3.iRep
            Date Created              = 8/30/2016 3:57 PM
            Date Expired              = 8/30/2017 3:57 PM
            Managed                   = Yes and is NOT compatible with Titanium
          MCoEGenericDevelopment
            UUID                      = 642eb483-8677-492a-867e-efda6ed6427c
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.*
            Date Created              = 7/29/2016 3:02 AM
            Date Expired              = 7/29/2017 3:02 AM
            Managed                   = No
          MCoEGenericDevelopment
            UUID                      = 8cf7793b-d39f-4367-a3d3-4b9c15e11f87
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.*
            Date Created              = 8/22/2016 3:44 PM
            Date Expired              = 8/22/2017 3:44 PM
            Managed                   = No
         
        Distribution iOS Provisioning Profiles
          ABC Passport Nomad Combined Interface
            UUID                      = 0f17c248-fd82-4277-9b5b-c941ab685077
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.passportnomad*
            Date Created              = 4/12/2016 12:58 PM
            Date Expired              = 4/12/2017 12:58 PM
            Managed                   = No
          iDeal Dev
            UUID                      = 857c2acb-deec-4e30-aad4-777aea1e7e50
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.ideal
            Date Created              = 9/21/2016 3:56 PM
            Date Expired              = 9/21/2017 3:56 PM
            Managed                   = No
          MCOE Generic Distribution
            UUID                      = 731cfc34-d2db-439f-84c7-0d584b5ea6cf
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.*
            Date Created              = 4/6/2016 9:55 AM
            Date Expired              = 4/6/2017 9:55 AM
            Managed                   = No
          MCOE Generic Distribution
            UUID                      = 9e895386-1bd5-42cd-8ead-54ee752dd113
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.mcoe.*
            Date Created              = 8/22/2016 3:44 PM
            Date Expired              = 8/22/2017 3:44 PM
            Managed                   = No
          Promoevent Ordering Admin Distribution
            UUID                      = cd1a01dd-9521-4f12-8fe2-57b0c4aefd77
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.abc.promoevent.TradeShowAdmin
            Date Created              = 4/7/2016 2:53 PM
            Date Expired              = 4/7/2017 2:53 PM
            Managed                   = No
          XC: *
            UUID                      = 4ca7feb6-cd2e-4231-b455-c437d875a238
            App Prefix                = C8N2Q85ZAG
            App Id                    = *
            Date Created              = 5/9/2016 2:56 PM
            Date Expired              = 5/9/2017 2:56 PM
            Managed                   = No
          Xcenda iRep_2016
            UUID                      = 74d90360-5b21-439d-8b4a-093b5ee34449
            App Prefix                = C8N2Q85ZAG
            App Id                    = com.Xcenda.iRep
            Date Created              = 4/12/2016 4:45 PM
            Date Expired              = 4/12/2017 4:45 PM
            Managed                   = No
         
        Ad Hoc iOS Provisioning Profiles
          None
        
        iOS Simulators
        7.1
          iPad 2 (ipad)
            UDID                      = 54D1EE28-0D92-4126-A86F-26F702C0ADCF
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = 98702629-1C55-4BD8-A5CE-5EC8714DB3EA
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = 907A81E0-37B6-40E9-B005-B393B8FAA9B8
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = D848C812-1A8E-45A1-8D05-88B5732DFEAA
            Supports Watch Apps       = no
          iPhone 5 (iphone)
            UDID                      = 14323D65-9293-46FA-8207-7EB4868BEF3B
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = 5F9E87F5-C855-405E-88CA-126306C81EE9
            Supports Watch Apps       = yes
        
        8.1
          iPad 2 (ipad)
            UDID                      = 7F59B5EE-D2B3-4625-B95C-EA908A9D17C1
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = AEE2A5F7-786F-42A8-97BD-D25DFCBC62D6
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = 0748545E-EDB2-4C16-A31E-576854DE2F00
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = F3DC3A9B-F3E2-4819-8DD9-01F72A2C5BA3
            Supports Watch Apps       = no
          iPhone 5 (iphone)
            UDID                      = 578DC104-F75A-4973-BF30-0C94D87DF4DB
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = B6EF9A66-D934-42F5-8CED-B48DD79B2C34
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = 4A51C2EF-DECF-45B9-84C3-0A69F9E5E73D
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = CC339850-DB9B-4801-A8E5-B7CB4735E335
            Supports Watch Apps       = yes
        
        8.2
          iPad 2 (ipad)
            UDID                      = 8FAE66D8-15FF-4A77-9231-2559FAED6821
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = B918F9C9-72D1-41A8-95B6-4FF7D74723B4
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = 2149EE8C-9CC4-4AF0-99BB-1856390EA9AF
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = D82B7F07-CC47-4908-9651-292CDE4B4A93
            Supports Watch Apps       = no
          iPhone 5 (iphone)
            UDID                      = 2E450938-B79A-4C56-A582-2F0D8658E19D
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = 0522ADD4-6C53-47CE-A673-8946643C0B8D
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = 912C88E0-DE57-4A99-89D4-1441CEFE1023
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = 8A693F8A-3740-4F17-B7DB-7763C0D9A1E9
            Supports Watch Apps       = yes
        
        8.3
          iPad 2 (ipad)
            UDID                      = 30FCDF7D-06F5-4A10-B70D-69F8027B3765
            Supports Watch Apps       = no
          iPad 2 (ipad)
            UDID                      = 823B3E82-193A-4541-9668-48B6B9C7744E
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = 5C827AB0-01B5-4597-873B-748A221B680F
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = 14FA79CC-3167-48B2-843E-F7E42C9B5DA7
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = 1F26A7AC-05F9-4C2A-AD26-0F5149FB1C98
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = 6B636E21-EC25-432E-A7E3-C621A55824B7
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = 4008BDDB-1C00-4B03-B469-B25A3B6361EB
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = 9CEE1485-9F9E-4D2E-B97B-CCEB6C96AE4B
            Supports Watch Apps       = no
          iPhone 5 (iphone)
            UDID                      = 47963274-8A47-4D25-8292-1EE29E27F2B6
            Supports Watch Apps       = yes
          iPhone 5 (iphone)
            UDID                      = E113B7CC-50BB-4B17-9F1A-17EDC773E23F
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = 42C2259D-9D37-4660-9039-B2F383388DA6
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = 4EC7B98D-DCDA-464C-86DD-003A7C363D1E
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = 724FBE45-D7A6-46F5-8455-845500926608
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = 584C92AD-54E9-410E-9030-5CD23547185E
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = B2FDF6E2-AADA-476F-8528-D1DBBF8C5DCC
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = EF5EA818-C6D3-4DAD-A679-9F2225FF5138
            Supports Watch Apps       = yes
        
        8.4
          iPad 2 (ipad)
            UDID                      = 71F6EB99-D97C-46F0-A994-060E56FC60C8
            Supports Watch Apps       = no
          iPad 2 (ipad)
            UDID                      = D2644D4F-61C4-4733-8599-858E14A6F3C5
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = 6A3DCD7C-6979-4CE9-BD92-460A85C43176
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = 38D65F87-38E1-47DC-A128-74802C894EB8
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = 56F1C2CB-881F-4761-A1C0-8FCDF889E8DA
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = EC2C23F8-423C-4212-B9F4-040220E1D7F8
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = A7A4DCB3-D394-450D-8BBA-1DC9788A8D48
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = 448E6643-8B93-4DCF-A2F2-7785EF7D3CB9
            Supports Watch Apps       = no
          iPhone 5 (iphone)
            UDID                      = 79249986-BBF2-499F-BAE2-926514AB2627
            Supports Watch Apps       = yes
          iPhone 5 (iphone)
            UDID                      = B0E0B3ED-C6D0-4A47-9944-6378F79860EB
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = F90B273E-57A8-45E6-943F-D6FF70E63D42
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = C56751B4-781B-4891-85A0-BDED3C496F46
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = B297E772-3535-402D-AD65-8D29A938098D
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = 2BB27402-2C3A-4C40-B839-E81E5A1DBD9E
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = AE12822C-FADF-4CE1-AD7A-5967A761EF90
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = 6C6975C3-C299-43CD-95B9-966F697886AB
            Supports Watch Apps       = yes
        
        9.0
          iPad 2 (ipad)
            UDID                      = 8D789D26-52E2-4CFB-ABBC-DCBE1012E034
            Supports Watch Apps       = no
          iPad 2 (ipad)
            UDID                      = B1F03A0F-80AD-4E38-82D9-9930A8A0DEC2
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = 2D7C5592-97EF-4F68-A272-2E5A8B501FBA
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = 0D9DF2EC-6AFD-4583-AF28-FA82ACB4D28F
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = 69978497-B180-4890-8118-CE9D68BE8BF7
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = B5E47EA3-9957-4386-A706-5F271D803975
            Supports Watch Apps       = no
          iPad Air 2 (ipad)
            UDID                      = D511C1CA-C1BD-4EA3-BFA8-B57515772B1F
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = 08918DAD-72EF-42B3-823D-9EFDF15D8659
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = E5EB0176-76E0-446A-81CF-770F1633B5F4
            Supports Watch Apps       = no
          iPhone 5 (iphone)
            UDID                      = 7356985C-E771-41A3-8B7E-44588C68FCBE
            Supports Watch Apps       = yes
          iPhone 5 (iphone)
            UDID                      = E6E2EA5E-1C2B-4740-BEB4-B08C27CB8DED
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = DCB0BDB0-0CDD-4630-8B31-85FC216B5552
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = 1A6A468B-ED25-4C4C-B19C-AD019752375F
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = 70098F3A-3427-4E39-B79E-504E959B41CE
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = EE447499-BB80-4C88-82CC-2CF5F14662D8
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = 9C82B721-35D8-4707-AF61-53EE1EE6A439
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = 74FFA56E-C30D-4ACD-BBC4-59C029C946BA
            Supports Watch Apps       = yes
          iPhone 6s (iphone)
            UDID                      = CE83210F-F8B7-4F72-BAA4-94F6B82DF21B
            Supports Watch Apps       = yes
          iPhone 6s Plus (iphone)
            UDID                      = 787F3092-62F1-44E1-91AF-4629DEA3AD76
            Supports Watch Apps       = yes
        
        9.1
          iPad 2 (ipad)
            UDID                      = 2CBE6872-A42D-4A75-BE61-2B5216E223CA
            Supports Watch Apps       = no
          iPad 2 (ipad)
            UDID                      = C2AC25D4-8F47-4367-AEBC-BB3D0080F55F
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = D66DFC3C-FE3D-405B-895B-9847839B2F3B
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = 2010EF2C-6288-4C9C-842F-945F49ED8893
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = 67217BA4-7BA7-47C1-AA18-724137E26320
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = 6DFD5AD5-10D5-4617-B93F-19149F895C1F
            Supports Watch Apps       = no
          iPad Air 2 (ipad)
            UDID                      = 62977422-8A23-4145-B91A-008B14E620C5
            Supports Watch Apps       = no
          iPad Pro (ipad)
            UDID                      = 024DF3AA-036C-43FB-9C57-8E9BFAAA3FF2
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = 9E8651BC-5F9D-41BD-8632-1FA6A980929F
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = AB311284-1638-4B43-A761-A2780A32AFA3
            Supports Watch Apps       = no
          iPhone 5 (iphone)
            UDID                      = 5204710E-CC1C-4E2C-A753-D3D45224559D
            Supports Watch Apps       = yes
          iPhone 5 (iphone)
            UDID                      = 4D0C5A2F-DF60-402C-8CB6-603260009E2E
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = 53885641-BAE4-4806-B391-37A51B85432C
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = FFB369BD-3852-4867-801D-275000C722F4
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = 5297A012-AA58-4F6C-86EC-572C7A914BA9
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = 297BD2C0-EF8E-43B6-B6A4-7E169DE47731
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = 803308E3-7FE5-433D-A70B-D38C3E44BF88
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = D5C0EAC2-4A87-424C-8CD3-7024B22184C8
            Supports Watch Apps       = yes
          iPhone 6s (iphone)
            UDID                      = 2D32D25D-1251-466A-BAC0-6571A853A5E1
            Supports Watch Apps       = yes
          iPhone 6s Plus (iphone)
            UDID                      = 9C5F07F6-3599-4088-9F3F-CF6CAF2BF95E
            Supports Watch Apps       = yes
        
        9.2
          iPad 2 (ipad)
            UDID                      = 754B8D27-1CF6-4A26-9AC1-C6DE6216221E
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = DCD3D960-1BD3-45FA-88D3-5CFCCEA0DCE2
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = D49D03E1-E9B4-4125-BE14-F202E9F7CBE5
            Supports Watch Apps       = no
          iPad Air 2 (ipad)
            UDID                      = 0BBB5504-C6C4-461B-9AB9-D0E5D41E0321
            Supports Watch Apps       = no
          iPad Pro (ipad)
            UDID                      = 4AC9DD62-40B0-4323-A24E-1A5624495AB0
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = 6C35D561-3029-48D8-AACE-BB2708A6C698
            Supports Watch Apps       = no
          iPhone 5 (iphone)
            UDID                      = 1CADA0C9-F57A-40C1-B812-E027566EFB14
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = 6959A52A-D867-4323-A03A-4A3B82BD57CB
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = FCA743AB-7C1A-4781-A529-590497FC6C2F
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = BBD69921-240B-4DC0-9C95-8FDD141481D6
            Supports Watch Apps       = yes
          iPhone 6s (iphone)
            UDID                      = 6D15136D-EAD0-415A-B15C-68C87466A91F
            Supports Watch Apps       = yes
          iPhone 6s Plus (iphone)
            UDID                      = 761BCF57-E334-4484-95D6-C6B2FC7F9A0B
            Supports Watch Apps       = yes
        
        9.3
          iPad 2 (ipad)
            UDID                      = 2A044009-AC03-429B-A532-E8CB4160B310
            Supports Watch Apps       = no
          iPad Retina (ipad)
            UDID                      = E9DF9FF1-A740-4B5D-8A36-8C17CE1BFA7D
            Supports Watch Apps       = no
          iPad Air (ipad)
            UDID                      = D8199240-ED63-4B24-A032-C52A58E8372E
            Supports Watch Apps       = no
          iPad Air 2 (ipad)
            UDID                      = 401EB6E2-AAA5-4537-A94C-5401604085A4
            Supports Watch Apps       = no
          iPad Pro (ipad)
            UDID                      = F63F2666-11F2-4505-A650-2E8F220EAAAE
            Supports Watch Apps       = no
          iPhone 4s (iphone)
            UDID                      = 6CA4C5D7-0C08-4110-827D-B13DA7E2F37B
            Supports Watch Apps       = no
          iPhone 5 (iphone)
            UDID                      = 11349A9B-7BB7-4BD3-8DCE-1DA9FE3C3954
            Supports Watch Apps       = yes
          iPhone 5s (iphone)
            UDID                      = E088FC63-68D9-444A-A25E-2230EB4B7FEA
            Supports Watch Apps       = yes
          iPhone 6 Plus (iphone)
            UDID                      = 4C81A7EB-7F50-4B16-A684-873EC4B7B389
            Supports Watch Apps       = yes
          iPhone 6 (iphone)
            UDID                      = 064836BA-0497-496E-8A76-51A4F55BFE44
            Supports Watch Apps       = yes
          iPhone 6s (iphone)
            UDID                      = 30F46B69-14B3-43EC-B702-E22D41644B4E
            Supports Watch Apps       = yes
          iPhone 6s Plus (iphone)
            UDID                      = C8E13809-043C-435A-92A2-9791F9D7AB99
            Supports Watch Apps       = yes
        
        WatchOS Simulators
        2.0
          Apple Watch - 38mm (watch)
            UDID                      = 4CCA2237-EDD7-4CA5-AC05-AA1401A8B227
          Apple Watch - 42mm (watch)
            UDID                      = 9241AD4E-88F3-4083-8AF8-3C395E9EC8EE
        
        2.1
          Apple Watch - 38mm (watch)
            UDID                      = 5FB7240F-A6BF-4116-AE0D-F8789FCED522
          Apple Watch - 42mm (watch)
            UDID                      = 8EBFA455-F8B9-44F1-970B-B37707BD3C0B
        
        2.2
          Apple Watch - 38mm (watch)
            UDID                      = 76E3E598-0FB0-47FD-8A9F-2F0FD6472B5F
          Apple Watch - 42mm (watch)
            UDID                      = 2B7E1220-2112-4A18-BAFE-8CE4B706DE27
        
        Connected iOS Devices
          None
        
        Android Issues
          !  Android API Android 2.1 (android-7) is too old and is no longer supported by Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 2.2 (android-8) is too old and is no longer supported by Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 2.3.1 (android-9) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 2.3.3 (android-10) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 3.0 (android-11) is too old and is no longer supported by Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 3.1 (android-12) is too old and is no longer supported by Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 3.2 (android-13) is too old and is no longer supported by Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 4.0 (android-14) is too old and is no longer supported by Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 4.0.3 (android-15) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 4.1.2 (android-16) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 4.2.2 (android-17) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 4.3.1 (android-18) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 4.4.2 (android-19) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 4.4W.2 (android-20) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 5.0.1 (android-21) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 5.1.1 (android-22) is too old and is no longer supported by Titanium SDK
             6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Android 7.0 (android-24) is too new and may or may not work with Titanium SDK 6.0.0.
             The maximum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:8) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:10) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:11) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:12) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:13) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:14) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:15) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:16) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:17) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:18) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Glass Development Kit Preview (Google Inc.:Glass Development Kit Preview:19) is too
             old and is no longer supported by Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (x86 System Image) (Google Inc.:Google APIs (x86 System Image):19) is
             too old and is no longer supported by Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:19) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:21) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:22) is too old and is no longer supported by
             Titanium SDK 6.0.0.
             The minimum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  Android API Google APIs (Google Inc.:Google APIs:24) is too new and may or may not work with
             Titanium SDK 6.0.0.
             The maximum supported Android API level by Titanium SDK 6.0.0 is API level 23.
        
          !  The Android emulator "Nexus_6P_API_23" has a problem:
             Google Nexus 6P no longer exists as a device
        
        iOS Issues
          !  Unable to find any valid iOS adhoc provisioning profiles.
             This will prevent you from packaging apps for adhoc distribution.
             You will need to login into http://appcelerator.com/ios-dist-certs with your Apple Download
             account, then create, download, and install a profile.
        
        Eswars-Macbook:~ v413248$ 
        
        
  14. Gary Mathews 2016-12-10

    [~rramirez] I see they are using Android NDK r13b, could they download [Android NDK r12b](https://dl.google.com/android/repository/android-ndk-r12b-darwin-x86_64.zip). Also, use appc run -p android --build-only instead of ant
  15. Ricardo Ramirez 2016-12-12

    Customer was using Android NDK r12b earlier and updated it to r13b recently since you suggested. Trying to build the module again with the older NDK. Going forward, can you please make sure about the version that has to be used before informing us to update since customer had this back and forth earlier with other softwares as well. The build process is not working even with Android NDK r12b using the command "appc run -p android --build-only". PFA the log file "buildLog-12thDec” and appc info output "appcInfo-12thDec”.
  16. Gary Mathews 2016-12-21

    [~rramirez] Yes, I created separate tickets to address the specific problems. This is specific to modules created on 5.5.1 and compiled on 6.0.0+ with the appropriate changes already taken. Here's the steps that should be taken: 1. Delete the build/generated/jni folder (if it exists) 2. Delete the libs/armeabi folder (if it exists) and remove armeabi from the manifest 3. Rebuild the module using appc run -p android --build-only
  17. Eric Merriman 2018-08-06

    Cleaning up older fixed issues. If this issue should not have been closed as fixed, please reopen.

JSON Source