Skip to content

Instantly share code, notes, and snippets.

@Gpzim98
Created October 24, 2017 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gpzim98/827f261d1d14f3c91978cce29da18cbe to your computer and use it in GitHub Desktop.
Save Gpzim98/827f261d1d14f3c91978cce29da18cbe to your computer and use it in GitHub Desktop.
In module 'UIKit' imported from /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include/Cordova/CDVPlugin.h:21:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:459
:63: note: property 'statusBarHidden' is declared deprecated here
@property(readwrite, nonatomic,getter=isStatusBarHidden) BOOL statusBarHidden NS_DEPRECATED_IOS(2_0, 9_0, "Use -[UIViewController prefersStatusBarHidden]") __TVOS_PROHIBITED;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:459:63: note: 'setStatusBarHidden:' has been explicitly marked deprecated here
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:411:14: warning: 'setStatusBarHidden:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations]
[app setStatusBarHidden:NO];
^
In module 'UIKit' imported from /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include/Cordova/CDVPlugin.h:21:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:459:63: note: property 'statusBarHidden' is declared deprecated here
@property(readwrite, nonatomic,getter=isStatusBarHidden) BOOL statusBarHidden NS_DEPRECATED_IOS(2_0, 9_0, "Use -[UIViewController prefersStatusBarHidden]") __TVOS_PROHIBITED;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIApplication.h:459:63: note: 'setStatusBarHidden:' has been explicitly marked deprecated here
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-plugin-statusbar/CDVStatusBar.m:481:48: warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds] [-Wdeprecated-declarations]
CGRect bounds = [[UIScreen mainScreen] applicationFrame];
^
In module 'UIKit' imported from /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include/Cordova/CDVPlugin.h:21:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:81:38: note: property 'applicationFrame' is declared deprecated here
@property(nonatomic,readonly) CGRect applicationFrame NS_DEPRECATED_IOS(2_0, 9_0, "Use -[UIScreen bounds]") __TVOS_PROHIBITED;
^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:81:38: note: 'applicationFrame' has been explicitly marked deprecated here
4 warnings generated.
CompileC /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Toast+UIView.o Cataki/Plugins/cordova-plugin-x-toast/Toast+UIView.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Users/gregorypacheco/workspace/pimpapp-mobile/node_modules/.bin:/usr/local/opt/node@6/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/opt/node@6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0-fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -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 -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=9.0 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-generated-files.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-own-target-headers.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-all-target-headers.hmap -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-project-headers.hmap -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/InstallationBuildProductsLocation/Applications/usr/local/lib/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources/arm64 -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources -F/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -FCataki/Plugins/com.googlemaps.ios -include /Users/gregorypacheco/w
orkspace/pimpapp-mobile/platforms/ios/build/sharedpch/Cataki-Prefix-bcauwtmjaobhiactsabfxocsplev/Cataki-Prefix.pch -MMD -MT dependencies -MF /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Toast+UIView.d --serialize-diagnostics /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Toast+UIView.dia -c /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-plugin-x-toast/Toast+UIView.m -o /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Toast+UIView.o
CompileC /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Toast.o Cataki/Plugins/cordova-plugin-x-toast/Toast.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Users/gregorypacheco/workspace/pimpapp-mobile/node_modules/.bin:/usr/local/opt/node@6/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/opt/node@6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0-fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -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 -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=9.0 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-generated-files.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-own-target-headers.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-all-target-headers.hmap -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-project-headers.hmap -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/InstallationBuildProductsLocation/Applications/usr/local/lib/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources/arm64 -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources -F/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -FCataki/Plugins/com.googlemaps.ios -include /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/sharedpch/Cataki-Prefix-bcauwtmjaobhiactsabfxocsplev/Cataki-Prefix.pch -MMD -MT dependencies -MF /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Toast.d --serialize-diagnostics /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Toast.dia -c /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-plugin-x-toast/Toast.m -o /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Toast.o
CompileC /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/SQLitePlugin.o Cataki/Plugins/cordova-sqlite-storage/SQLitePlugin.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Users/gregorypacheco/workspace/pimpapp-mobile/node_modules/.bin:/usr/local/opt/node@6/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/opt/node@6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0-fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -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 -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=9.0 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-generated-files.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-own-target-headers.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-all-target-headers.hmap -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-project-headers.hmap -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/InstallationBuildProductsLocation/Applications/usr/local/lib/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources/arm64 -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources -F/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -FCataki/Plugins/com.googlemaps.ios -include /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/sharedpch/Cataki-Prefix-bcauwtmjaobhiactsabfxocsplev/Cataki-Prefix.pch -MMD -MT dependencies -MF /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/SQLitePlugin.d --serialize-diagnostics /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/SQLitePlugin.dia-c /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/SQLitePlugin.m -o /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/SQLitePlugin.o
CompileC /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/sqlite3.o Cataki/Plugins/cordova-sqlite-storage/sqlite3.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Users/gregorypacheco/workspace/pimpapp-mobile/node_modules/.bin:/usr/local/opt/node@6/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/opt/node@6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -arch arm64 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fmodules -gmodules -fmodules-cache-path=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -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 -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DDEBUG=1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk -fstrict-aliasing -W
deprecated-declarations -miphoneos-version-min=9.0 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-generated-files.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-own-target-headers.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-all-target-headers.hmap -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-project-headers.hmap -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/InstallationBuildProductsLocation/Applications/usr/local/lib/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include-I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources/arm64 -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources -F/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -FCataki/Plugins/com.googlemaps.ios -DSQLITE_THREADSAFE=1 -DSQLITE_DEFAULT_MEMSTATUS=0 -DSQLITE_OMIT_DECLTYPE -DSQLITE_OMIT_DEPRECATED -DSQLITE_OMIT_PROGRESS_CALLBACK -DSQLITE_OMIT_SHARED_CACHE -DSQLITE_TEMP_STORE=2 -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_RTREE -DSQLITE_DEFAULT_PAGE_SIZE=1024 -DSQLITE_DEFAULT_CACHE_SIZE=2000 -include /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/sharedpch/Cataki-Prefix-drahddyjdmjsqugvicpghkwidcxw/Cataki-Prefix.pch -MMD -MT dependencies -MF /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/sqlite3.d --serialize-diagnostics /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/sqlite3.dia -c /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c -o /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/sqlite3.o
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:25233:13: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
if( MAX(e2,0)+(i64)precision+(i64)width > etBUFSIZE - 15 ){
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:25235:32: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
= sqlite3Malloc( MAX(e2,0)+(i64)precision+(i64)width+15 );
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:29299:6: warning: "gethostuuid() is disabled." [-W#warnings]
# warning "gethostuuid() is disabled."
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:30675:14: warning: implicit conversionloses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
do{ rc = osWrite(fd, "S", 1); }while( rc<0 && errno==EINTR );
~ ^~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:29795:21: note: expanded from macro 'osWrite'
#define osWrite ((ssize_t(*)(int,const void*,size_t))aSyscall[11].pCurrent)
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:32365:42: warning: implicit conversionloses integer precision: 'unsigned long long' to 'int' [-Wshorten-64-to-32]
int sharedLockByte = SHARED_FIRST+pInode->sharedByte;
~~~~~~~~~~~~~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:32510:11: warning: implicit conversionloses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
got = osPread(id->h, pBuf, cnt, offset);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:29785:21: note: expanded from macro 'osPread'
#define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:32577:35: warning: implicit conversionloses integer precision: 'long long' to 'int' [-Wshorten-64-to-32]
int nCopy = pFile->mmapSize - offset;
~~~~~ ~~~~~~~~~~~~~~~~^~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:33835:33: warning: implicit conversionloses integer precision: 'long long' to 'int' [-Wshorten-64-to-32]
for(iPg=(sStat.st_size/pgsz); iPg<(nByte/pgsz); iPg++){
~ ~~~~~~~~~~~~~^~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:35451:17: warning: implicit conversionloses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
nByte = osReadlink(zIn, zDel, nOut-1);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:29878:20: note: expanded from macro 'osReadlink'
#define osReadlink ((ssize_t(*)(const char*,char*,size_t))aSyscall[26].pCurrent)
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:35582:17: warning: implicit conversionloses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
do{ got = osRead(fd, zBuf, nBuf); }while( got<0 && errno==EINTR );
~ ^~~~~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:29778:21: note: expanded from macro 'osRead'
#define osRead ((ssize_t(*)(int,void*,size_t))aSyscall[8].pCurrent)
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:35893:11: warning: implicit conversionloses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
len = strlcat(lPath, "sqliteplocks", maxLen);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/secure/_string.h:115:3: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:35901:11: warning: implicit conversionloses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
len = strlcat(lPath, "/", maxLen);
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/secure/_string.h:115:3: note: expanded from macro 'strlcat'
__builtin___strlcat_chk (dest, __VA_ARGS__, __darwin_obsz (dest))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:36194:19: warning: implicit conversionloses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
int len = osPread(conchFile->h, tBuf, PROXY_MAXCONCHLEN, 0);
~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:29785:21: note: expanded from macro 'osPread'
#define osPread ((ssize_t(*)(int,void*,size_t,off_t))aSyscall[9].pCurrent)
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:36357:37: warning: implicit conversionloses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
writeSize = PROXY_PATHINDEX + strlen(&writeBuffer[PROXY_PATHINDEX]);
~ ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:36572:53: warning: implicit conversionloses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
int len = strlen((char *)pFile->lockingContext) - strlen(DOTLOCK_SUFFIX);
~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/w
orkspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:64898:16: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nAdd = MIN(nNew,iOld-iNew);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:68195:21: warning: ambiguous expansionof macro 'MIN' [-Wambiguous-macro]
const int nCopy = MIN(nSrcPgsz, nDestPgsz);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:68496:18: warning: ambiguous expansionof macro 'MIN' [-Wambiguous-macro]
iEnd = MIN(PENDING_BYTE + pgszDest, iSize);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:69665:44: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
if( sqlite3VdbeMemClearAndResize(pMem, MAX(nAlloc,32)) ){
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:74538:22: warning: ambiguous expansionof macro 'MIN' [-Wambiguous-macro]
int nCmp = MIN(mem1.n, pRhs->n);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:74566:22: warning: ambiguous expansionof macro 'MIN' [-Wambiguous-macro]
int nCmp = MIN(nStr, pRhs->n);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:74745:12: warning: ambiguous expansionof macro 'MIN' [-Wambiguous-macro]
nCmp = MIN( pPKey2->aMem[0].n, nStr );
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:76566:42: warning: implicit conversionloses integer precision: 'sqlite3_uint64' (aka 'unsigned long long') to 'int' [-Wshorten-64-to-32]
rc = sqlite3_bind_zeroblob(pStmt, i, n);
~~~~~~~~~~~~~~~~~~~~~ ^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:82014:42: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
if( sqlite3VdbeMemClearAndResize(pOut, MAX(n,32)) ){
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:80163:21: warning: implicit conversionloses integer precision: 'i64' (aka 'long long') to 'int' [-Wshorten-64-to-32]
pOut->u.nZero = nZero;
~ ^~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:85382:18: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
int nNew = MAX(128, p->nAlloc*2);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:85662:24: warning: ambiguous expansionof macro 'MIN
' [-Wambiguous-macro]
res = memcmp(v1, v2, MIN(n1, n2));
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:85844:17: warning: ambiguous expansionof macro 'MIN' [-Wambiguous-macro]
mxCache = MIN(mxCache, SQLITE_MAX_PMASZ);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:85845:28: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
pSorter->mxPmaSize = MAX(pSorter->mnPmaSize, (int)mxCache);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:86681:47: warning: implicit conversionloses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
int iListOff = (u8*)pSorter->list.pList - pSorter->list.aMemory;
~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:86845:19: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
pIncr->mxSz = MAX(pTask->pSorter->mxKeysize+9,pTask->pSorter->mxPmaSize/2);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:87293:21: warning: ambiguous expansionof macro 'MIN' [-Wambiguous-macro]
nReader = MIN(pTask->nPMA - i, SORTER_MAX_MERGE_COUNT);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:87723:17: warning: ambiguous expansionof macro 'MIN' [-Wambiguous-macro]
int nCopy = MIN(nRead, (p->nChunkSize - iChunkOffset));
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:87764:40: warning: implicit conversionloses integer precision: 'long long' to 'int' [-Wshorten-64-to-32]
nChunk = copy.endpoint.iOffset - iOff;
~ ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:87830:22: warning: ambiguous expansionof macro 'MIN' [-Wambiguous-macro]
int iSpace = MIN(nWrite, p->nChunkSize - iChunkOffset);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:87854:23: warning: implicit conversionloses integer precision: 'long long' to 'int' [-Wshorten-64-to-32]
p->nSize = iAmt + iOfst;
~ ~~~~~^~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:88017:10: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
return MAX(pVfs->szOsFile, (int)sizeof(MemJournal));
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:96540:18: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
pParse->nMem = MAX(pParse->nMem, iMem);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10:
note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:96571:18: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
pParse->nTab = MAX(pParse->nTab, iTab);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:96634:20: warning: ambiguous expansionof macro 'MAX' [-Wambiguous-macro]
pParse->nMem = MAX(pParse->nMem, regPrev+nColTest);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:101740:15: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCopy = MIN(ArraySize(aVal), pIdx->nKeyCol);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:113020:22: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
pParse->nMem = MAX( pParse->nMem, 8+mxIdx );
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:125768:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
nExtraReg = MAX(nExtraReg, pLoop->u.btree.nBtm);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:125775:19: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
nExtraReg = MAX(nExtraReg, pLoop->u.btree.nTop);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:128535:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
mxBitCol = MIN(BMS-1,pTable->nCol);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:130062:10: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nCmp = MIN(nCmp, (pIdx->nColumn - nEq));
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:131710:19: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
aFrom[0].nRow = MIN(pParse->nQueryLoop, 48); assert( 48==sqlite3LogEst(28) );
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:154439:11: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
nRead = MIN(pReader->nNode - pReader->nPopulate, FTS3_NODE_CHUNKSIZE);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspac
e/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:157300:14: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
int nCmp = MIN(nLhs, nRhs);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:157435:37: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
blobGrowBuffer(&pNode->block, MAX(nRoot, p->nNodeSize), &rc);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:157457:43: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
blobGrowBuffer(&pNode->block, MAX(nBlock, p->nNodeSize), &rc);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:158023:37: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
sqlite3_bind_int(pFindLevel, 1, MAX(2, nMin));
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:159003:55: warning: implicit conversion loses integer precision: 'long' to 'u32' (aka 'unsigned int') [-Wshorten-64-to-32]
pRet->aMatchinfo[0] = (u8*)(&pRet->aMatchinfo[1]) - (u8*)pRet;
~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:163120:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
p1->aCoord[ii].f = MIN(p1->aCoord[ii].f, p2->aCoord[ii].f);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:163121:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
p1->aCoord[ii+1].f = MAX(p1->aCoord[ii+1].f, p2->aCoord[ii+1].f);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:163125:26: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
p1->aCoord[ii].i = MIN(p1->aCoord[ii].i, p2->aCoord[ii].i);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:163126:28: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
p1->aCoord[ii+1].i = MAX(p1->aCoord[ii+1].i, p2->aCoord[ii+1].i);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:163175:12: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj]));
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
/Users/gregorypacheco/work
space/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:163176:12: warning: ambiguous expansion of macro 'MIN' [-Wambiguous-macro]
x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1]));
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:215:9: note: expanding this definition of 'MIN'
#define MIN(a,b) (((a)<(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11572:10: note: other definition of 'MIN'
# define MIN(A,B) ((A)<(B)?(A):(B))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:164375:27: warning: ambiguous expansion of macro 'MAX' [-Wambiguous-macro]
pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST);
^
In module 'Darwin' imported from /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:295:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/usr/include/sys/param.h:218:9: note: expanding this definition of 'MAX'
#define MAX(a,b) (((a)>(b))?(a):(b))
^
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/cordova-sqlite-storage/sqlite3.c:11575:10: note: other definition of 'MAX'
# define MAX(A,B) ((A)>(B)?(A):(B))
^
60 warnings generated.
CompileC /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/IonicKeyboard.o Cataki/Plugins/ionic-plugin-keyboard/IonicKeyboard.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Users/gregorypacheco/workspace/pimpapp-mobile/node_modules/.bin:/usr/local/opt/node@6/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/opt/node@6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0-fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -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 -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=9.0 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-generated-files.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-own-target-headers.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-all-target-headers.hmap -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-project-headers.hmap -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/InstallationBuildProductsLocation/Applications/usr/local/lib/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources/arm64 -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources -F/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -FCataki/Plugins/com.googlemaps.ios -include /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/sharedpch/Cataki-Prefix-bcauwtmjaobhiactsabfxocsplev/Cataki-Prefix.pch -MMD -MT dependencies -MF /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/IonicKeyboard.d --serialize-diagnostics /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/IonicKeyboard.dia -c /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/ionic-plugin-keyboard/IonicKeyboard.m -o /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/IonicKeyboard.o
CompileC /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/CFCallNumber.o Cataki/Plugins/mx.ferreyra.callnumber/CFCallNumber.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Users/gregorypacheco/workspace/pimpapp-mobile/node_modules/.bin:/usr/local/opt/node@6/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/opt/node@6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch arm64 -fmessage-length=0-fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -std=c99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/ModuleCache/Session.modulevalidation -fmodules-validate-once-per-build-session -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-implicit-atomic-properties -Wno-arc-repeated-use-of-weak -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 -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -W
no-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -miphoneos-version-min=9.0 -g -fvisibility=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-generated-files.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-own-target-headers.hmap -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-all-target-headers.hmap -iquote /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Cataki-project-headers.hmap -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/InstallationBuildProductsLocation/Applications/usr/local/lib/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/include -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include -I/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources/arm64 -I/Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/DerivedSources -F/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -FCataki/Plugins/com.googlemaps.ios -include /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/sharedpch/Cataki-Prefix-bcauwtmjaobhiactsabfxocsplev/Cataki-Prefix.pch -MMD -MT dependencies -MF /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/CFCallNumber.d --serialize-diagnostics /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/CFCallNumber.dia -c /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/mx.ferreyra.callnumber/CFCallNumber.m -o /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/CFCallNumber.o
/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/Cataki/Plugins/mx.ferreyra.callnumber/CFCallNumber.m:12:26: warning: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent hasdifferent rules for what characters are valid. [-Wdeprecated-declarations]
number = [number stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
^
In module 'Foundation' imported from /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/include/Cordova/CDVPlugin.h:20:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURL.h:592:1: note: 'stringByAddingPercentEscapesUsingEncoding:' has been explicitly marked deprecated here
- (nullable NSString *)stringByAddingPercentEscapesUsingEncoding:(NSStringEncoding)enc API_DEPRECATED("Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid.", macos(10.0,10.11), ios(2.0,9.0), watchos(2.0,2.0), tvos(9.0,9.0));
^
1 warning generated.
Ld /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Cataki normal arm64
cd /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios
export IPHONEOS_DEPLOYMENT_TARGET=9.0
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Users/gregorypacheco/workspace/pimpapp-mobile/node_modules/.bin:/usr/local/opt/node@6/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/opt/node@6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk -L/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -F/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -FCataki/Plugins/com.googlemaps.ios -filelist /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Cataki.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Cataki_lto.o -Xlinker -no_deduplicate -Xlinker -final_output -Xlinker /Applications/Cataki.app/Cataki -fobjc-arc -fobjc-link-runtime -ObjC /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device/libCordova.a -framework Accelerate -framework CoreData -framework CoreLocation -framework CoreText -framework GLKit -framework ImageIO -lc++ -lz -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -framework UIKit -framework GoogleMapsBase -framework GoogleMaps -framework GoogleMapsCore -framework AVFoundation -lz -Xlinker -dependency_info -Xlinker /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Cataki_dependency_info.dat -o /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Cataki
ld: framework not found GoogleMapsCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/armv7/Cataki normal armv7
cd /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios
export IPHONEOS_DEPLOYMENT_TARGET=9.0
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Users/gregorypacheco/workspace/pimpapp-mobile/node_modules/.bin:/usr/local/opt/node@6/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/opt/node@6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin"
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk -L/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -F/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device -FCataki/Plugins/com.googlemaps.ios -filelist /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/armv7/Cataki.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/armv7/Cataki_lto.o -Xlinker -no_deduplicate -Xlinker -final_output -Xlinker /Applications/Cataki.app/Cataki -fobjc-arc -fobjc-link-runtime -ObjC /Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device/libCordova.a -framework Accelerate -framework CoreData -framework CoreLocation -framework CoreText -framework GLKit -framework ImageIO -lc++ -lz -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -framework UIKit -framework GoogleMapsBase -framework GoogleMaps -framework GoogleMapsCore -framework AVFoundation -lz -Xlinker -dependency_info -Xlinker /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/armv7/Cataki_dependency_info.dat -o /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/armv7/Cataki
ld: framework not found GoogleMapsCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** ARCHIVE FAILED **
The following build commands failed:
Ld /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/arm64/Cataki normal arm64
Ld /Users/gregorypacheco/Library/Developer/Xcode/DerivedData/Cataki-dxdbfptxbcfahtclbubecydrrlpk/Build/Intermediates.noindex/ArchiveIntermediates/Cataki/IntermediateBuildFilesPath/Cataki.build/Debug-iphoneos/Cataki.build/Objects-normal/armv7/Cataki normal armv7
(2 failures)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/cordova/build-debug.xcconfig,-workspace,Cataki.xcworkspace,-scheme,Cataki,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,Cataki.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/gregorypacheco/workspace/pimpapp-mobile/platforms/ios/build/sharedpch
[ERROR] An error occurred while running cordova build ios (exit code 1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment