aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.97k stars 1.06k forks source link

Problems static linking in OSX #1110

Closed shanekoss closed 5 years ago

shanekoss commented 5 years ago

What platform/OS are you using?

OSX - High Sierra

What compiler are you using? what version?

Xcode 10.1

What's your CMake arguments?

cmake ../ -DBUILD_ONLY="s3" -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release

Can you provide a TRACE level log? (sanitize any sensitive information)

I have been using the dynamic core and s3 libs but would prefer them static - so attempting to build.

Everything builds okay - but when linking in Xcode - i get the errors below.

I found a similar issue in

https://github.com/aws/aws-sdk-cpp/issues/1052

but i could not find a variation of a custom CMakeLists.txt file that works.

Thanks!

/bin/mkdir -p /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64 write-file /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/testapp.LinkFileList

Create product structure

/bin/mkdir -p /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/testapp.app/Contents /bin/mkdir -p /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/testapp.app/Contents/MacOS /bin/mkdir -p /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/testapp.app/Contents/Resources

ProcessInfoPlistFile build/Debug/testapp.app/Contents/Info.plist Info-App.plist cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX builtin-infoPlistUtility /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/Info-App.plist -genpkginfo /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/testapp.app/Contents/PkgInfo -expandbuildsettings -platform macosx -o /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/testapp.app/Contents/Info.plist

warning: invalid character '_' in Bundle Identifier at column 16. This string must be a uniform type identifier (UTI) that contains only alphanumeric (A-Z,a-z,0-9), hyphen (-), and period (.) characters.

CopyPlistFile build/Debug/testapp.app/Contents/Resources/RecentFilesMenuTemplate.nib RecentFilesMenuTemplate.nib cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX builtin-copyPlist --outdir /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/testapp.app/Contents/Resources -- RecentFilesMenuTemplate.nib

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/sqlite3.o /Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX export LANG=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c11 -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -mmacosx-version-min=10.11 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/sqlite3.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/sqlite3.dia -c /Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/sqlite3.o

/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:33775:14: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] do{ rc = osWrite(fd, "S", 1); }while( rc<0 && errno==EINTR ); ~ ^~~~~~~ /Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:32820:21: note: expanded from macro 'osWrite'

define osWrite ((ssize_t()(int,const void,size_t))aSyscall[11].pCurrent)

                ^

/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:35519:42: warning: implicit conversion loses integer precision: 'unsigned long long' to 'int' [-Wshorten-64-to-32] int sharedLockByte = SHARED_FIRST+pInode->sharedByte;


/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:35670:11: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
    got = osPread(id->h, pBuf, cnt, offset);
        ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:32810:21: note: expanded from macro 'osPread'
#define osPread     ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
                    ^
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:35737:35: warning: implicit conversion loses integer precision: 'long long' to 'int' [-Wshorten-64-to-32]
      int nCopy = pFile->mmapSize - offset;
          ~~~~~   ~~~~~~~~~~~~~~~~^~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:37102:33: warning: implicit conversion loses integer precision: 'long long' to 'int' [-Wshorten-64-to-32]
          for(iPg=(sStat.st_size/pgsz); iPg<(nByte/pgsz); iPg++){
                 ~ ~~~~~~~~~~~~~^~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:38719:17: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
        nByte = osReadlink(zIn, zDel, nOut-1);
              ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:32907:20: note: expanded from macro 'osReadlink'
#define osReadlink ((ssize_t(*)(const char*,char*,size_t))aSyscall[26].pCurrent)
                   ^
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:38850:17: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
      do{ got = osRead(fd, zBuf, nBuf); }while( got<0 && errno==EINTR );
              ~ ^~~~~~~~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:32803:21: note: expanded from macro 'osRead'
#define osRead      ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
                    ^
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:39161:11: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
    len = strlcat(lPath, "sqliteplocks", maxLen);    
        ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:13623:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:190:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_string.h:115:3: note: expanded from macro 'strlcat'
                __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:39169:11: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
    len = strlcat(lPath, "/", maxLen);
        ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:13623:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/string.h:190:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/secure/_string.h:115:3: note: expanded from macro 'strlcat'
                __builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:39462:19: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
        int len = osPread(conchFile->h, tBuf, PROXY_MAXCONCHLEN, 0);
            ~~~   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:32810:21: note: expanded from macro 'osPread'
#define osPread     ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
                    ^
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:39625:37: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
        writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]);
                  ~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:39840:53: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
    int len = strlen((char *)pFile->lockingContext) - strlen(DOTLOCK_SUFFIX);
        ~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:71664:24: warning: implicit conversion loses integer precision: 'const sqlite3_int64' (aka 'const long long') to 'int' [-Wshorten-64-to-32]
        x2.nData = pX->nKey;
                 ~ ~~~~^~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:82593:42: warning: implicit conversion loses integer precision: 'sqlite3_uint64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32]
    rc = sqlite3_bind_zeroblob(pStmt, i, n);
         ~~~~~~~~~~~~~~~~~~~~~           ^
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:86300:21: warning: implicit conversion loses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32]
    pOut->u.nZero = nZero;
                  ~ ^~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:93317:47: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
      int iListOff = (u8*)pSorter->list.pList - pSorter->list.aMemory;
          ~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:94409:40: warning: implicit conversion loses integer precision: 'long long' to 'int' [-Wshorten-64-to-32]
        nChunk = copy.endpoint.iOffset - iOff;
               ~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:94500:23: warning: implicit conversion loses integer precision: 'long long' to 'int' [-Wshorten-64-to-32]
      p->nSize = iAmt + iOfst;
               ~ ~~~~~^~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:103136:25: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
      iOff = pBest->t.z - zSql;
           ~ ~~~~~~~~~~~^~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:105766:12: warning: code will never be executed [-Wunreachable-code]
    pVfs = sqlite3_vfs_find("memdb");
           ^~~~~~~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:113239:24: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32]
    sqlite3_randomness(n, p);
    ~~~~~~~~~~~~~~~~~~ ^
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:113240:44: warning: implicit conversion loses integer precision: 'sqlite3_int64' (aka 'long long') to 'int' [-Wshorten-64-to-32]
    sqlite3_result_blob(context, (char*)p, n, sqlite3_free);
    ~~~~~~~~~~~~~~~~~~~                    ^
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:119925:26: warning: implicit conversion loses integer precision: 'u64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32]
        sqlite3_snprintf(nMsg, zErrmsg, 
        ~~~~~~~~~~~~~~~~ ^~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:119927:36: warning: implicit conversion loses integer precision: 'unsigned long long' to 'int' [-Wshorten-64-to-32]
        sqlite3OsDlError(pVfs, nMsg-1, zErrmsg);
        ~~~~~~~~~~~~~~~~       ~~~~^~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:119971:26: warning: implicit conversion loses integer precision: 'u64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32]
        sqlite3_snprintf(nMsg, zErrmsg,
        ~~~~~~~~~~~~~~~~ ^~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:119973:36: warning: implicit conversion loses integer precision: 'unsigned long long' to 'int' [-Wshorten-64-to-32]
        sqlite3OsDlError(pVfs, nMsg-1, zErrmsg);
        ~~~~~~~~~~~~~~~~       ~~~~^~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:122696:28: warning: implicit conversion loses integer precision: 'const u64' (aka 'const unsigned long long') to 'int' [-Wshorten-64-to-32]
    int iCookie = pPragma->iArg;  /* Which cookie to read or write */
        ~~~~~~~   ~~~~~~~~~^~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:124106:62: warning: possible misuse of comma operator here [-Wcomma]
       || (rc==SQLITE_SCHEMA && (sqlite3ResetOneSchema(db,-1), cnt++)==0) );
                                                             ^
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:124106:34: note: cast expression to void to silence warning
       || (rc==SQLITE_SCHEMA && (sqlite3ResetOneSchema(db,-1), cnt++)==0) );
                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                 (void)(                     )
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:129266:29: warning: implicit conversion loses integer precision: 'u64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32]
    int flags = pParse->db->flags;
        ~~~~~   ~~~~~~~~~~~~^~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:140657:39: warning: code will never be executed [-Wunreachable-code]
    if( pTerm->wtFlags & TERM_VNULL ) continue;
                                      ^~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:140598:39: warning: code will never be executed [-Wunreachable-code]
    if( pTerm->wtFlags & TERM_VNULL ) continue;
                                      ^~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:145392:28: warning: implicit conversion loses integer precision: 'long long' to 'int' [-Wshorten-64-to-32]
    int nSize = (p->nTotal / p->nParam);
        ~~~~~    ~~~~~~~~~~^~~~~~~~~~~
/Users/test/Documents/Coding_Projects/testapp/Source/sqlite/sqlite3.c:150419:9: warning: code will never be executed [-Wunreachable-code]
        YYMINORTYPE yylhsminor;
        ^~~~~~~~~~~~~~~~~~~~~~~
33 warnings generated.

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/MainComponent.o /Users/test/Documents/Coding_Projects/testapp/Source/MainComponent.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/MainComponent.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/MainComponent.dia -c /Users/test/Documents/Coding_Projects/testapp/Source/MainComponent.cpp -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/MainComponent.o

In file included from /Users/test/Documents/Coding_Projects/testapp/Source/MainComponent.cpp:9:
In file included from /Users/test/Documents/Coding_Projects/testapp/Source/MainComponent.h:16:
/Users/test/Documents/Coding_Projects/testapp/Source/UpdatePopupThread.h:115:18: warning: unused variable 'isFailed' [-Wunused-variable]
            bool isFailed = false;
                 ^
In file included from /Users/test/Documents/Coding_Projects/testapp/Source/MainComponent.cpp:9:
In file included from /Users/test/Documents/Coding_Projects/testapp/Source/MainComponent.h:17:
/Users/test/Documents/Coding_Projects/testapp/Source/UploadPopupThread.h:55:13: warning: unused variable 'completedTasks' [-Wunused-variable]
        int completedTasks  = 0;
            ^
/Users/test/Documents/Coding_Projects/testapp/Source/MainComponent.cpp:155:19: warning: unused variable 'stmt' [-Wunused-variable]
    sqlite3_stmt *stmt;
                  ^
3 warnings generated.

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/Main.o /Users/test/Documents/Coding_Projects/testapp/Source/Main.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/Main.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/Main.dia -c /Users/test/Documents/Coding_Projects/testapp/Source/Main.cpp -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/Main.o

In file included from /Users/test/Documents/Coding_Projects/testapp/Source/Main.cpp:12:
In file included from /Users/test/Documents/Coding_Projects/testapp/Source/MainComponent.h:16:
/Users/test/Documents/Coding_Projects/testapp/Source/UpdatePopupThread.h:115:18: warning: unused variable 'isFailed' [-Wunused-variable]
            bool isFailed = false;
                 ^
In file included from /Users/test/Documents/Coding_Projects/testapp/Source/Main.cpp:12:
In file included from /Users/test/Documents/Coding_Projects/testapp/Source/MainComponent.h:17:
/Users/test/Documents/Coding_Projects/testapp/Source/UploadPopupThread.h:55:13: warning: unused variable 'completedTasks' [-Wunused-variable]
        int completedTasks  = 0;
            ^
2 warnings generated.

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_basics.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_basics.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_basics.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_basics.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_basics.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_basics.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_devices.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_devices.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_devices.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_devices.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_devices.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_devices.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_formats.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_formats.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_formats.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_formats.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_formats.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_formats.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_processors.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_processors.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_processors.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_processors.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_processors.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_processors.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_utils.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_utils.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_utils.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_utils.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_audio_utils.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_audio_utils.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_core.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_core.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_core.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_core.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_core.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_core.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_cryptography.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_cryptography.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_cryptography.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_cryptography.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_cryptography.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_cryptography.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_data_structures.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_data_structures.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_data_structures.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_data_structures.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_data_structures.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_data_structures.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_events.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_events.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_events.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_events.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_events.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_events.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_graphics.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_graphics.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_graphics.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_graphics.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_graphics.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_graphics.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_gui_basics.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_gui_basics.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_gui_basics.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_gui_basics.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_gui_basics.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_gui_basics.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_gui_extra.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_gui_extra.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_gui_extra.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_gui_extra.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_gui_extra.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_gui_extra.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_opengl.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_opengl.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_opengl.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_opengl.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_opengl.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_opengl.o

CompileC /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_video.o /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_video.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export LANG=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -arch x86_64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c++14 -stdlib=libc++ -fobjc-weak -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wimplicit-retain-self -Wnon-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wdeprecated-implementations -Wno-c++11-extensions -D_DEBUG=1 -DDEBUG=1 -DJUCER_XCODE_MAC_F6D2F4CF=1 -DJUCE_APP_VERSION=1.0.0 -DJUCE_APP_VERSION_HEX=0x10000 -DJucePlugin_Build_VST=0 -DJucePlugin_Build_VST3=0 -DJucePlugin_Build_AU=0 -DJucePlugin_Build_AUv3=0 -DJucePlugin_Build_RTAS=0 -DJucePlugin_Build_AAX=0 -DJucePlugin_Build_Standalone=0 -DJucePlugin_Build_Unity=0 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -mmacosx-version-min=10.11 -g -fvisibility-inlines-hidden -Wno-sign-conversion -Winfinite-recursion -Wmove -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wrange-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Index/DataStore -I/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/include -I../../JuceLibraryCode -I/Users/test/Documents/Coding_Projects/JUCE/modules -I../../lib -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources/x86_64 -I/Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/DerivedSources -Wreorder -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -MMD -MT dependencies -MF /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_video.d --serialize-diagnostics /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_video.dia -c /Users/test/Documents/Coding_Projects/testapp/JuceLibraryCode/include_juce_video.mm -o /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/include_juce_video.o

Ld build/Debug/testapp.app/Contents/MacOS/testapp normal x86_64
    cd /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX
    export MACOSX_DEPLOYMENT_TARGET=10.11
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -L../../lib -F/Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug -filelist /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/testapp.LinkFileList -mmacosx-version-min=10.11 -Xlinker -object_path_lto -Xlinker /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/testapp_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -stdlib=libc++ -laws-cpp-sdk-s3 -laws-cpp-sdk-core -framework Accelerate -framework AudioToolbox -framework AVFoundation -framework AVKit -framework Carbon -framework Cocoa -framework CoreAudio -framework CoreMedia -framework CoreMIDI -framework DiscRecording -framework IOKit -framework OpenGL -framework QuartzCore -framework WebKit -Xlinker -dependency_info -Xlinker /Users/test/Library/Developer/Xcode/DerivedData/testapp-awolnbjmawwwbcdwqdlzsffixwff/Build/Intermediates.noindex/testapp.build/Debug/testapp\ -\ App.build/Objects-normal/x86_64/testapp_dependency_info.dat -o /Users/test/Documents/Coding_Projects/testapp/Builds/MacOSX/build/Debug/testapp.app/Contents/MacOS/testapp

ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Aws.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListObjectsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListObjectsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(S3Client.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(ClientConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(DateTimeCommon.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(MonitoringManager.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(OSVersionInfo.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AmazonWebServiceRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Globals.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(S3Endpoint.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CommonPrefix.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListPartsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CopyObjectResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(HeadObjectResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(UploadPartResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListBucketsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CreateBucketResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteObjectResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(EncodingType.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketAclResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectAclResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectAclResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(RequestPayer.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteObjectsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketCorsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListObjectsV2Result.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(RestoreObjectResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(UploadPartCopyResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketPolicyResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketLoggingResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketTaggingResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketWebsiteResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectTaggingResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectTorrentResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectTaggingResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketLocationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectLegalHoldResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectRetentionResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListObjectVersionsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectLegalHoldResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectRetentionResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteObjectTaggingResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketEncryptionResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketVersioningResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AbortMultipartUploadResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketReplicationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetPublicAccessBlockResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListMultipartUploadsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ServerSideEncryption.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CreateMultipartUploadResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketPolicyStatusResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CompleteMultipartUploadResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketRequestPaymentResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectLockConfigurationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectLockConfigurationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketMetricsConfigurationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketAnalyticsConfigurationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketInventoryConfigurationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketLifecycleConfigurationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListBucketMetricsConfigurationsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketAccelerateConfigurationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListBucketAnalyticsConfigurationsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListBucketInventoryConfigurationsResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketNotificationConfigurationResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Object.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AmazonStreamingWebServiceRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Net.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSAuthSigner.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSCredentialsProvider.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSCredentialsProviderChain.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSMemory.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(HttpClientFactory.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Scheme.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(HttpRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(URI.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Time.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(StringUtils.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(HashingUtils.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(DNS.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(XmlSerializer.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(EventStream.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Factories.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(ResponseStream.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSLogging.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(DefaultLogSystem.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Executor.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(ReaderWriterLock.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSClient.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(CoreErrors.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Version.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AmazonSerializableWebServiceRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListPartsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CopyObjectRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(HeadBucketRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(HeadObjectRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(UploadPartRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CreateBucketRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteObjectRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketAclRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectAclRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketAclRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectAclRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteObjectsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketCorsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListObjectsV2Request.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketCorsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(RestoreObjectRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(UploadPartCopyRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketPolicyRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketPolicyRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketCorsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketLoggingRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketTaggingRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketWebsiteRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectTaggingRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectTorrentRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketLoggingRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketTaggingRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketWebsiteRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectTaggingRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketLocationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketPolicyRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectLegalHoldRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectRetentionRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListObjectVersionsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectLegalHoldRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectRetentionRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketTaggingRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketWebsiteRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteObjectTaggingRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketEncryptionRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketVersioningRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketEncryptionRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketVersioningRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AbortMultipartUploadRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketReplicationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetPublicAccessBlockRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListMultipartUploadsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketReplicationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutPublicAccessBlockRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CreateMultipartUploadRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketLifecycleRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketPolicyStatusRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketEncryptionRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CompleteMultipartUploadRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketReplicationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeletePublicAccessBlockRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketRequestPaymentRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketRequestPaymentRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetObjectLockConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutObjectLockConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketMetricsConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketMetricsConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketAnalyticsConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketInventoryConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketLifecycleConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListBucketMetricsConfigurationsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketAnalyticsConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketInventoryConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketLifecycleConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketMetricsConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketAccelerateConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketAccelerateConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListBucketAnalyticsConfigurationsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ListBucketInventoryConfigurationsRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketAnalyticsConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteBucketInventoryConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GetBucketNotificationConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PutBucketNotificationConfigurationRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(S3ErrorMarshaller.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(DefaultRetryStrategy.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(cJSON.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(FileSystem.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Environment.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(S3Errors.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Payer.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(RoutingRule.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PolicyStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeletedObject.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ErrorDocument.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(IndexDocument.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(LifecycleRule.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectVersion.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CopyPartResult.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(LoggingEnabled.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(RestoreRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(MultipartUpload.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CORSConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteMarkerEntry.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(QueueConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(StorageClass.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(TopicConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AccessControlPolicy.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(BucketLoggingStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectLockLegalHold.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectLockRetention.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(MetricsConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectLockMode.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(RequestCharged.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(WebsiteConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(BucketCannedACL.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(MFADeleteStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectCannedACL.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(RedirectAllRequestsTo.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AnalyticsConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventoryConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(TaggingDirective.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AccelerateConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CopyObjectResultDetails.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(MetadataDirective.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectLockConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ReplicationStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(VersioningConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CompletedMultipartUpload.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectStorageClass.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ReplicationConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CreateBucketConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(NotificationConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(LambdaFunctionConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(RequestPaymentConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(BucketAccelerateStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(BucketLifecycleConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(BucketVersioningStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(BucketLocationConstraint.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(PublicAccessBlockConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectLockLegalHoldStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ServerSideEncryptionConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Tag.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Part.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Error.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Grant.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Owner.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Bucket.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Delete.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Tagging.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CORSRule.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Initiator.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSAuthSignerProvider.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(HttpClient.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(HttpTypes.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(CurlHandleContainer.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(StandardHttpRequest.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Array.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(EnumParseOverflowContainer.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(JsonSerializer.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(EventStreamBuf.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(EventStreamErrors.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Base64.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Sha256HMAC.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(CryptoImpl.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(MD5.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Sha256.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(FormattedLogSystem.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(ThreadTask.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Semaphore.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSProfileConfigLoader.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(tinyxml2.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSHttpResourceClient.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(AWSErrorMarshaller.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(DefaultMonitoring.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Directory.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(HttpClientMetrics.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Tier.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Transition.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Event.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(TargetGrant.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CompletedPart.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(MetricsFilter.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectLockRule.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(OutputLocation.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Protocol.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AnalyticsFilter.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventoryFilter.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(MFADelete.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ReplicationRule.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectIdentifier.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Permission.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(SelectParameters.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventorySchedule.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(LifecycleExpiration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(LifecycleRuleFilter.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(GlacierJobParameters.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventoryDestination.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(StorageClassAnalysis.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ExpirationStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectLockEnabled.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(RestoreRequestType.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ServerSideEncryptionRule.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(NoncurrentVersionExpiration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(NoncurrentVersionTransition.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventoryOptionalField.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectLockRetentionMode.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AbortIncompleteMultipartUpload.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(NotificationConfigurationFilter.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ObjectVersionStorageClass.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventoryIncludedObjectVersions.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Grantee.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Redirect.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Condition.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(SimpleUDP.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Cipher.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(Security.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-core.a(StandardHttpResponse.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(S3Location.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Type.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Destination.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(S3KeyFilter.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DefaultRetention.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InputSerialization.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(MetricsAndOperator.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(OutputSerialization.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AnalyticsAndOperator.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ExpressionType.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ReplicationRuleFilter.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteMarkerReplication.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(SourceSelectionCriteria.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventoryFrequency.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(LifecycleRuleAndOperator.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(BucketLogsPermission.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ReplicationRuleStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventoryS3BucketDestination.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(TransitionStorageClass.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ServerSideEncryptionByDefault.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(StorageClassAnalysisDataExport.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(Encryption.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(FilterRule.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(JSONOutput.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ParquetInput.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(MetadataEntry.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventoryEncryption.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CompressionType.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(InventoryFormat.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(SseKmsEncryptedObjects.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(EncryptionConfiguration.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AccessControlTranslation.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AnalyticsExportDestination.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(ReplicationRuleAndOperator.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(DeleteMarkerReplicationStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(StorageClassAnalysisSchemaVersion.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CSVInput.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(CSVOutput.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(JSONInput.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(JSONType.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(QuoteFields.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(OwnerOverride.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(FileHeaderInfo.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(FilterRuleName.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AnalyticsS3BucketDestination.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(SseKmsEncryptedObjectsStatus.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(SSES3.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(SSEKMS.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
ld: warning: object file (../../lib/libaws-cpp-sdk-s3.a(AnalyticsS3ExportFileFormat.cpp.o)) was built for newer OSX version (10.13) than being linked (10.11)
Undefined symbols for architecture x86_64:
  "_aws_default_allocator", referenced from:
      Aws::Utils::Event::EventStreamDecoder::EventStreamDecoder(Aws::Utils::Event::EventStreamHandler*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
      Aws::Utils::Event::EventStreamDecoder::EventStreamDecoder(Aws::Utils::Event::EventStreamHandler*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
      Aws::Utils::Event::EventStreamDecoder::ResetEventStreamHandler(Aws::Utils::Event::EventStreamHandler*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_header_value_as_bool", referenced from:
      Aws::Utils::Event::EventHeaderValue::EventHeaderValue(aws_event_stream_header_value_pair*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_header_value_as_byte", referenced from:
      Aws::Utils::Event::EventHeaderValue::EventHeaderValue(aws_event_stream_header_value_pair*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_header_value_as_bytebuf", referenced from:
      Aws::Utils::Event::EventHeaderValue::EventHeaderValue(aws_event_stream_header_value_pair*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_header_value_as_int16", referenced from:
      Aws::Utils::Event::EventHeaderValue::EventHeaderValue(aws_event_stream_header_value_pair*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_header_value_as_int32", referenced from:
      Aws::Utils::Event::EventHeaderValue::EventHeaderValue(aws_event_stream_header_value_pair*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_header_value_as_int64", referenced from:
      Aws::Utils::Event::EventHeaderValue::EventHeaderValue(aws_event_stream_header_value_pair*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_header_value_as_string", referenced from:
      Aws::Utils::Event::EventHeaderValue::EventHeaderValue(aws_event_stream_header_value_pair*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_header_value_as_timestamp", referenced from:
      Aws::Utils::Event::EventHeaderValue::EventHeaderValue(aws_event_stream_header_value_pair*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_header_value_as_uuid", referenced from:
      Aws::Utils::Event::EventHeaderValue::EventHeaderValue(aws_event_stream_header_value_pair*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_streaming_decoder_clean_up", referenced from:
      Aws::Utils::Event::EventStreamDecoder::~EventStreamDecoder() in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
      Aws::Utils::Event::EventStreamDecoder::~EventStreamDecoder() in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_streaming_decoder_init", referenced from:
      Aws::Utils::Event::EventStreamDecoder::EventStreamDecoder(Aws::Utils::Event::EventStreamHandler*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
      Aws::Utils::Event::EventStreamDecoder::EventStreamDecoder(Aws::Utils::Event::EventStreamHandler*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
      Aws::Utils::Event::EventStreamDecoder::ResetEventStreamHandler(Aws::Utils::Event::EventStreamHandler*) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_aws_event_stream_streaming_decoder_pump", referenced from:
      Aws::Utils::Event::EventStreamDecoder::Pump(Aws::Utils::Array<unsigned char> const&) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
      Aws::Utils::Event::EventStreamDecoder::Pump(Aws::Utils::Array<unsigned char> const&, unsigned long) in libaws-cpp-sdk-core.a(EventStreamDecoder.cpp.o)
  "_curl_easy_cleanup", referenced from:
      Aws::Http::CurlHandleContainer::~CurlHandleContainer() in libaws-cpp-sdk-core.a(CurlHandleContainer.cpp.o)
  "_curl_easy_getinfo", referenced from:
      Aws::Http::CurlHttpClient::MakeRequestInternal(Aws::Http::HttpRequest&, std::__1::shared_ptr<Aws::Http::Standard::StandardHttpResponse>&, Aws::Utils::RateLimits::RateLimiterInterface*, Aws::Utils::RateLimits::RateLimiterInterface*) const in libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)
  "_curl_easy_init", referenced from:
      Aws::Http::CurlHandleContainer::CheckAndGrowPool() in libaws-cpp-sdk-core.a(CurlHandleContainer.cpp.o)
  "_curl_easy_perform", referenced from:
      Aws::Http::CurlHttpClient::MakeRequestInternal(Aws::Http::HttpRequest&, std::__1::shared_ptr<Aws::Http::Standard::StandardHttpResponse>&, Aws::Utils::RateLimits::RateLimiterInterface*, Aws::Utils::RateLimits::RateLimiterInterface*) const in libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)
  "_curl_easy_reset", referenced from:
      Aws::Http::CurlHandleContainer::ReleaseCurlHandle(void*) in libaws-cpp-sdk-core.a(CurlHandleContainer.cpp.o)
  "_curl_easy_setopt", referenced from:
      SetOptCodeForHttpMethod(void*, Aws::Http::HttpRequest const&) in libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)
      Aws::Http::CurlHttpClient::MakeRequestInternal(Aws::Http::HttpRequest&, std::__1::shared_ptr<Aws::Http::Standard::StandardHttpResponse>&, Aws::Utils::RateLimits::RateLimiterInterface*, Aws::Utils::RateLimits::RateLimiterInterface*) const in libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)
      Aws::Http::CurlHandleContainer::CheckAndGrowPool() in libaws-cpp-sdk-core.a(CurlHandleContainer.cpp.o)
      Aws::Http::CurlHandleContainer::ReleaseCurlHandle(void*) in libaws-cpp-sdk-core.a(CurlHandleContainer.cpp.o)
      Aws::Http::CurlHandleContainer::SetDefaultOptionsOnHandle(void*) in libaws-cpp-sdk-core.a(CurlHandleContainer.cpp.o)
  "_curl_easy_strerror", referenced from:
      Aws::Http::CurlHttpClient::MakeRequestInternal(Aws::Http::HttpRequest&, std::__1::shared_ptr<Aws::Http::Standard::StandardHttpResponse>&, Aws::Utils::RateLimits::RateLimiterInterface*, Aws::Utils::RateLimits::RateLimiterInterface*) const in libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)
  "_curl_global_cleanup", referenced from:
      Aws::Http::CurlHttpClient::CleanupGlobalState() in libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)
  "_curl_global_init", referenced from:
      Aws::Http::CurlHttpClient::InitGlobalState() in libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)
  "_curl_slist_append", referenced from:
      Aws::Http::CurlHttpClient::MakeRequestInternal(Aws::Http::HttpRequest&, std::__1::shared_ptr<Aws::Http::Standard::StandardHttpResponse>&, Aws::Utils::RateLimits::RateLimiterInterface*, Aws::Utils::RateLimits::RateLimiterInterface*) const in libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)
  "_curl_slist_free_all", referenced from:
      Aws::Http::CurlHttpClient::MakeRequestInternal(Aws::Http::HttpRequest&, std::__1::shared_ptr<Aws::Http::Standard::StandardHttpResponse>&, Aws::Utils::RateLimits::RateLimiterInterface*, Aws::Utils::RateLimits::RateLimiterInterface*) const in libaws-cpp-sdk-core.a(CurlHttpClient.cpp.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
singku commented 5 years ago

What's the sdk version you used? Would specify libaws-c-common.a libaws-checksums.a libaws-c-event-stream.a solve your problem?

shanekoss commented 5 years ago

@singku - thanks for the reply. Version 1.7.85. I'll try specifying those libs.

shanekoss commented 5 years ago

@singku - thanks again - that and updating and linking to the latest curl did the trick. cheers!