Coder Social home page Coder Social logo

heremaps / msdkui-ios Goto Github PK

View Code? Open in Web Editor NEW
38.0 11.0 13.0 6.71 MB

The HERE Mobile SDK UI Kit for iOS provides ready-to-use UI components for the HERE Mobile SDK for iOS.

Home Page: https://heremaps.github.io/msdkui-ios

License: Apache License 2.0

Swift 97.47% Objective-C 1.19% Ruby 1.34%
ios ui-components mobile-development heremaps

msdkui-ios's Introduction

codecov

What is the HERE Mobile SDK UI Kit (MSDKUI)?

The HERE Mobile SDK UI Kit (MSDKUI) is a framework that provides modular and highly customizable user interface components that can be used on top of the HERE SDKs for iOS and Android (Premium Edition).

Rapidly build beautiful UIs for common use cases and scenarios within minutes. Version 2.x of the HERE Mobile SDK UI Kit (MSDKUI) will mainly focus on route planning, maneuver details and guidance. More components will follow subsequently with the next releases.

Feature List

  • Modular UI building blocks
  • Native support for iOS and Android (including Interface Builder on iOS and Layout Editor on Android Studio)
  • Ready-made styles for each component, adaptable on-the-fly
  • Full support for all device orientations and screen sizes
  • Already localized for 14+ languages
  • Full accessibility support including voice over for customers with special needs
  • Designed for the HERE SDKs for iOS and Android (Premium Edition)

Component Overview

The HERE Mobile SDK UI Kit (MSDKUI) comes with various high- and low-level components supporting core use cases around the HERE Mobile SDK. Along with these components we deliver a rich set of supportive controls and tailored data structures to further reduce your development cost. All components can be freely arranged in your layouts and are highly customizable. More components will be delivered as part of the next releases. We already provide UI-centric support for the following features:

Route Planner
  • Waypoint list (start, stop, incl. support for stopovers, drag & drop sorting)
  • Transport mode panel (to select transport type)
  • Traffic options panel
  • Different route options (including different sub-views for trucks like tunnel or hazardous goods)
  • Travel time options and picker (to select departure or arrival times)
Route Summary
  • Route description item (shows localized route details including user options)
  • Route description list (shows alternative routes in an overview)
Route Maneuver
  • Localized maneuver instructions and icons assembled out of the raw route data
  • Maneuver item view (shows actions and turns)
  • Maneuver table view (shows maneuver details of a route in an overview)
Guidance
  • Localized guidance instructions and icons assembled out of the raw route data
  • Guidance maneuver view to show upcoming actions and turns during navigation - an additional component is available to show the maneuver actions after the next maneuver
  • Guidance street label view (shows the street a driver is currently on)
  • Guidance estimated arrival view (displays estimated arrival information, such as estimated arrival time (ETA), estimated time to destination, and remaining travel distance)
  • Guidance speed / guidance speed limit views (shows current speed and speed limit information)

Localization

The HERE Mobile SDK UI Kit (MSDKUI) is already fully localized for the following languages:

  • Chinese (Taiwan)
  • English (UK)
  • English (US)
  • Filipino
  • French
  • German
  • Hindi
  • Italian
  • Polish
  • Portuguese (Brazil)
  • Spanish (Spain)
  • Turkish
  • Ukrainian
  • Vietnamese

Supported platforms

The HERE Mobile SDK UI Kit (MSDKUI) components are available for iOS and Android. The required HERE Mobile SDK is Version 3.19.3, only the Premium edition is supported. HERE Mobile SDK UI Kit (MSDKUI) supports scooter routing. Please, make sure to extend your license key if you want to include scooter routing in your app.

iOS Environment

  • The HERE Mobile SDK UI Kit (MSDKUI) supports Xcode 13.1 or higher, Swift 5.5.1 and CocoaPods 1.11.2 or higher.
  • Minimum deployment target is iOS 12.0.

Quick Start

Please have a look at our Quick Start tutorial to see how easy it is to integrate the HERE Mobile SDK UI Kit (MSDKUI) into your own apps. More information on how to use the HERE Mobile SDK UI Kit (MSDKUI) can be found in our User Guide. Information on how to contribute to this project can be found in our Contribution Guide.

Documentation

  • The latest API Reference can be found here.
  • Release Notes: All recent additions, more details about the current release and the differences to previous versions can be found in the Release Notes.
  • You can find various examples and code snippets accompanying the Developer's Guide.
  • A more complex and fully functional demo app can be found in this repository.

Maintenance Notice

The MSDKUI project will be discontinued as it is incompatible with the new 4.x HERE SDK releases. The HERE team does not plan any additional feature implementation for the future. This repository will stay online and it can still be forked and used for commercial or non-commercial projects, but we plan only limited maintenance work from now on. We recommend all users to migrate to the new 4.x HERE SDK releases. Thanks to all users who contributed to the MSDKUI project!

Get in Touch

We are happy to hear your feedback. Please contact us for any questions, suggestions or improvements. Thank you for your using the HERE Mobile SDK UI Kit (MSDKUI).

License

Copyright (C) 2017-2021 HERE Europe B.V.

See the LICENSE file in the root of this project for license details.

msdkui-ios's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

msdkui-ios's Issues

HEREMapsUI 2.1.1 resolves to HEREMaps 3.11.0

When trying out the latest version of HEREMapsUI (2.1.1) the following error appears in the console after running pod install:

[!] CocoaPods could not find compatible versions for pod "HEREMaps":
  In Podfile:
    HEREMaps (= 3.12.2)

    HEREMapsUI (= 2.1.1) was resolved to 2.1.1, which depends on
      HEREMaps (= 3.11.0)

My Podfile looks like this:

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'tmp' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for tmp
  pod 'HEREMapsUI', '2.1.1'
  pod 'HEREMaps', '3.12.2'
end

Specifying the HEREMaps '3.11.0' works, however I need the latest version of HEREMaps which was according to #133 successfully merged.

Is there anything I'm missing?

Thanks in advance!

Same demo app for Navigation SDK is required

I need the same demo app for navigation sdk, we can't move on with only small examples you provided because there are lot of things in actual app i.e manoeuvres, routes, estimated times, traffic data and many other things to handle. This one is complete demo which is prefect but it's for premium SDK only.

NMAMeasurementSystemMetric

Hi,

what is equivalent of the NMAMeasurementSystemMetric in this msdkUI for :

NMANavigationManager.sharedInstance().voicePackageMeasurementSystem = ... ?

I think this is right:

NMANavigationManager.sharedInstance().voicePackageMeasurementSystem = .metric

but is needed ImperiaUS, then it would be:

NMANavigationManager.sharedInstance().voicePackageMeasurementSystem = .imperialUS ?

Do you have some description/documentation about it?

thank you,
Alex

Build error

OSX 10.13.6
XCode 10.1
Cocoapods 1.6.0.rc.1

Currently attempting to build this project and get this error:

fatal: not a git repository (or any of the parent directories): .git
Command PhaseScriptExecution failed with a nonzero exit code

Full stack track

PhaseScriptExecution Revert\ changes\ from\ \'Adapt\ to\ Build\ Platform\' /Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/Script-623CFB8A20FF96AA00FE7130.sh (in target: MSDKUI_Demo)
    cd /Users/robertgibson/Downloads/msdkui-ios-master
    export ACTION=build
    export AD_HOC_CODE_SIGNING_ALLOWED=YES
    export ALTERNATE_GROUP=staff
    export ALTERNATE_MODE=u+w,go-w,a+rX
    export ALTERNATE_OWNER=robertgibson
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=YES
    export ALWAYS_SEARCH_USER_PATHS=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
    export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY=NO
    export APPLY_RULES_IN_COPY_FILES=NO
    export ARCHS=x86_64
    export ARCHS_STANDARD="i386 x86_64"
    export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
    export ARCHS_STANDARD_32_BIT=i386
    export ARCHS_STANDARD_64_BIT=x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
    export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
    export ASSETCATALOG_COMPILER_APPICON_NAME=App.icon
    export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
    export AppIdentifierPrefix=FAKETEAMID.
    export BITCODE_GENERATION_MODE=marker
    export BUILD_ACTIVE_RESOURCES_ONLY=YES
    export BUILD_COMPONENTS="headers build"
    export BUILD_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products
    export BUILD_ROOT=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products
    export BUILD_STYLE=
    export BUILD_VARIANTS=normal
    export BUILT_PRODUCTS_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator
    export CACHE_ROOT=/var/folders/h8/75tzbtxd6yn5n9m_d2st28gr0000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
    export CCHROOT=/var/folders/h8/75tzbtxd6yn5n9m_d2st28gr0000gn/C/com.apple.DeveloperTools/10.1-10B61/Xcode
    export CHMOD=/bin/chmod
    export CHOWN=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED=YES
    export CLANG_COVERAGE_MAPPING=YES
    export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
    export CLANG_CXX_LIBRARY=libc++
    export CLANG_ENABLE_MODULES=YES
    export CLANG_ENABLE_OBJC_ARC=YES
    export CLANG_MODULES_BUILD_SESSION_FILE=/Users/robertgibson/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
    export CLANG_PROFILE_DATA_DIRECTORY=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/ProfileData
    export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
    export CLANG_WARN_BOOL_CONVERSION=YES
    export CLANG_WARN_COMMA=YES
    export CLANG_WARN_CONSTANT_CONVERSION=YES
    export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
    export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
    export CLANG_WARN_EMPTY_BODY=YES
    export CLANG_WARN_ENUM_CONVERSION=YES
    export CLANG_WARN_INFINITE_RECURSION=YES
    export CLANG_WARN_INT_CONVERSION=YES
    export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
    export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
    export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
    export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
    export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
    export CLANG_WARN_STRICT_PROTOTYPES=YES
    export CLANG_WARN_SUSPICIOUS_MOVE=YES
    export CLANG_WARN_UNREACHABLE_CODE=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
    export CLASS_FILE_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/JavaClasses
    export CLEAN_PRECOMPS=YES
    export CLONE_HEADERS=NO
    export CODESIGNING_FOLDER_PATH=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator/MSDKUI_Demo.app
    export CODE_SIGNING_ALLOWED=YES
    export CODE_SIGNING_REQUIRED=YES
    export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
    export CODE_SIGN_IDENTITY=-
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
    export COLOR_DIAGNOSTICS=NO
    export COMBINE_HIDPI_IMAGES=NO
    export COMPILER_INDEX_STORE_ENABLE=Default
    export COMPOSITE_SDK_DIRS=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES=YES
    export CONFIGURATION=Debug
    export CONFIGURATION_BUILD_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator
    export CONFIGURATION_TEMP_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator
    export CONTENTS_FOLDER_PATH=MSDKUI_Demo.app
    export COPYING_PRESERVES_HFS_DATA=NO
    export COPY_HEADERS_RUN_UNIFDEF=NO
    export COPY_PHASE_STRIP=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
    export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
    export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
    export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.1.sdk
    export CORRESPONDING_DEVICE_SDK_NAME=iphoneos12.1
    export CP=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
    export CURRENT_ARCH=undefined_arch
    export CURRENT_VARIANT=normal
    export DEAD_CODE_STRIPPING=YES
    export DEBUGGING_SYMBOLS=YES
    export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym
    export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
    export DEFINES_MODULE=YES
    export DEPLOYMENT_LOCATION=NO
    export DEPLOYMENT_POSTPROCESSING=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
    export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
    export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_simulator_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4 12.0 12.1"
    export DERIVED_FILES_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/DerivedSources
    export DERIVED_FILE_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/DerivedSources
    export DERIVED_SOURCES_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_LANGUAGE=English
    export DOCUMENTATION_FOLDER_PATH=MSDKUI_Demo.app/English.lproj/Documentation
    export DO_HEADER_SCANNING_IN_JAM=NO
    export DSTROOT=/tmp/MSDKUI.dst
    export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME=MSDKUI_Demo.app.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
    export DWARF_DSYM_FOLDER_PATH=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator
    export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
    export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
    export ENABLE_BITCODE=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
    export ENABLE_HEADER_DEPENDENCIES=YES
    export ENABLE_ON_DEMAND_RESOURCES=YES
    export ENABLE_STRICT_OBJC_MSGSEND=YES
    export ENABLE_TESTABILITY=YES
    export ENTITLEMENTS_DESTINATION=__entitlements
    export ENTITLEMENTS_REQUIRED=YES
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
    export EXECUTABLES_FOLDER_PATH=MSDKUI_Demo.app/Executables
    export EXECUTABLE_FOLDER_PATH=MSDKUI_Demo.app
    export EXECUTABLE_NAME=MSDKUI_Demo
    export EXECUTABLE_PATH=MSDKUI_Demo.app/MSDKUI_Demo
    export EXPANDED_CODE_SIGN_IDENTITY=-
    export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
    export FILE_LIST=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/Objects/LinkFileList
    export FIXED_FILES_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/FixedFiles
    export FRAMEWORKS_FOLDER_PATH=MSDKUI_Demo.app/Frameworks
    export FRAMEWORK_FLAG_PREFIX=-framework
    export FRAMEWORK_SEARCH_PATHS="/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator  "/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator/HEREMapsUI" "/Users/robertgibson/Downloads/msdkui-ios-master/Pods/HEREMaps/framework""
    export FRAMEWORK_VERSION=A
    export FULL_PRODUCT_NAME=MSDKUI_Demo.app
    export GCC3_VERSION=3.3
    export GCC_C_LANGUAGE_STANDARD=gnu99
    export GCC_DYNAMIC_NO_PIC=NO
    export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
    export GCC_NO_COMMON_BLOCKS=YES
    export GCC_OBJC_LEGACY_DISPATCH=YES
    export GCC_OPTIMIZATION_LEVEL=0
    export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
    export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1  COCOAPODS=1"
    export GCC_SYMBOLS_PRIVATE_EXTERN=NO
    export GCC_TREAT_WARNINGS_AS_ERRORS=NO
    export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
    export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR=YES
    export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION=YES
    export GCC_WARN_UNUSED_VARIABLE=YES
    export GENERATE_MASTER_OBJECT_FILE=NO
    export GENERATE_PKGINFO_FILE=YES
    export GENERATE_PROFILING_CODE=NO
    export GENERATE_TEXT_BASED_STUBS=NO
    export GID=20
    export GROUP=staff
    export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
    export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
    export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
    export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
    export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
    export HEADERMAP_USES_VFS=YES
    export HEADER_SEARCH_PATHS="/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator/include  "/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator/HEREMapsUI/MSDKUI.framework/Headers" "/Users/robertgibson/Downloads/msdkui-ios-master/Pods/Headers/Public" "/Users/robertgibson/Downloads/msdkui-ios-master/Pods/HEREMaps/framework""
    export HIDE_BITCODE_SYMBOLS=YES
    export HOME=/Users/robertgibson
    export ICONV=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
    export INFOPLIST_FILE=/Users/robertgibson/Downloads/msdkui-ios-master/Commons/Info.plist
    export INFOPLIST_OUTPUT_FORMAT=binary
    export INFOPLIST_PATH=MSDKUI_Demo.app/Info.plist
    export INFOPLIST_PREPROCESS=NO
    export INFOSTRINGS_PATH=MSDKUI_Demo.app/English.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS=NO
    export INSTALLHDRS_COPY_PHASE=NO
    export INSTALLHDRS_SCRIPT_PHASE=NO
    export INSTALL_DIR=/tmp/MSDKUI.dst/Applications
    export INSTALL_GROUP=staff
    export INSTALL_MODE_FLAG=u+w,go-w,a+rX
    export INSTALL_OWNER=robertgibson
    export INSTALL_PATH=/Applications
    export INSTALL_ROOT=/tmp/MSDKUI.dst
    export IPHONEOS_DEPLOYMENT_TARGET=10.0
    export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
    export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES=YES
    export JAVA_ARCHIVE_TYPE=JAR
    export JAVA_COMPILER=/usr/bin/javac
    export JAVA_FOLDER_PATH=MSDKUI_Demo.app/Java
    export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
    export JAVA_JAR_FLAGS=cv
    export JAVA_SOURCE_SUBDIR=.
    export JAVA_USE_DEPENDENCIES=YES
    export JAVA_ZIP_FLAGS=-urg
    export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
    export KEEP_PRIVATE_EXTERNS=NO
    export LD_DEPENDENCY_INFO_FILE=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/Objects-normal/undefined_arch/MSDKUI_Demo_dependency_info.dat
    export LD_ENTITLEMENTS_SECTION=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/MSDKUI_Demo.app-Simulated.xcent
    export LD_GENERATE_MAP_FILE=NO
    export LD_MAP_FILE_PATH=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/MSDKUI_Demo-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
    export LD_RUNPATH_SEARCH_PATHS=" '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks"
    export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX=lex
    export LIBRARY_FLAG_NOSPACE=YES
    export LIBRARY_FLAG_PREFIX=-l
    export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
    export LIBRARY_SEARCH_PATHS="/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator "
    export LINKER_DISPLAYS_MANGLED_NAMES=NO
    export LINK_FILE_LIST_normal_x86_64=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/Objects-normal/x86_64/MSDKUI_Demo.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES=YES
    export LLVM_TARGET_TRIPLE_SUFFIX=-simulator
    export LOCALIZED_RESOURCES_FOLDER_PATH=MSDKUI_Demo.app/English.lproj
    export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString"
    export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
    export LOCAL_APPS_DIR=/Applications
    export LOCAL_DEVELOPER_DIR=/Library/Developer
    export LOCAL_LIBRARY_DIR=/Library
    export LOCROOT=/Users/robertgibson/Downloads/msdkui-ios-master
    export LOCSYMROOT=/Users/robertgibson/Downloads/msdkui-ios-master
    export MACH_O_TYPE=mh_execute
    export MAC_OS_X_PRODUCT_BUILD_VERSION=17G65
    export MAC_OS_X_VERSION_ACTUAL=101306
    export MAC_OS_X_VERSION_MAJOR=101300
    export MAC_OS_X_VERSION_MINOR=1306
    export METAL_LIBRARY_FILE_BASE=default
    export METAL_LIBRARY_OUTPUT_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator/MSDKUI_Demo.app
    export MODULE_CACHE_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MODULE_NAME=MSDKUI_Demo
    export MTL_ENABLE_DEBUG_INFO=YES
    export NATIVE_ARCH=i386
    export NATIVE_ARCH_32_BIT=i386
    export NATIVE_ARCH_64_BIT=x86_64
    export NATIVE_ARCH_ACTUAL=x86_64
    export NO_COMMON=YES
    export OBJC_ABI_VERSION=2
    export OBJECT_FILE_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/Objects
    export OBJECT_FILE_DIR_normal=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/Objects-normal
    export OBJROOT=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH=YES
    export OS=MACOS
    export OSAC=/usr/bin/osacompile
    export OTHER_LDFLAGS=" -framework "MSDKUI" -framework "NMAKit""
    export OTHER_SWIFT_FLAGS=" -D COCOAPODS"
    export PACKAGE_TYPE=com.apple.package-type.wrapper.application
    export PASCAL_STRINGS=YES
    export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
    export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
    export PBDEVELOPMENTPLIST_PATH=MSDKUI_Demo.app/pbdevelopment.plist
    export PER_ARCH_OBJECT_FILE_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/Objects-normal
    export PKGINFO_FILE_PATH=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/PkgInfo
    export PKGINFO_PATH=MSDKUI_Demo.app/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
    export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export PLATFORM_DISPLAY_NAME="iOS Simulator"
    export PLATFORM_NAME=iphonesimulator
    export PLATFORM_PREFERRED_ARCH=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION=10B61
    export PLIST_FILE_OUTPUT_FORMAT=binary
    export PLUGINS_FOLDER_PATH=MSDKUI_Demo.app/PlugIns
    export PODS_BUILD_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products
    export PODS_CONFIGURATION_BUILD_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator
    export PODS_PODFILE_DIR_PATH=/Users/robertgibson/Downloads/msdkui-ios-master/.
    export PODS_ROOT=/Users/robertgibson/Downloads/msdkui-ios-master/Pods
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
    export PRECOMP_DESTINATION_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
    export PRIVATE_HEADERS_FOLDER_PATH=MSDKUI_Demo.app/PrivateHeaders
    export PRODUCT_BUNDLE_IDENTIFIER=com.here.msdkui.demo
    export PRODUCT_MODULE_NAME=MSDKUI_Demo
    export PRODUCT_NAME=MSDKUI_Demo
    export PRODUCT_SETTINGS_PATH=/Users/robertgibson/Downloads/msdkui-ios-master/Commons/Info.plist
    export PRODUCT_TYPE=com.apple.product-type.application
    export PROFILING_CODE=NO
    export PROJECT=MSDKUI
    export PROJECT_DERIVED_FILE_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/DerivedSources
    export PROJECT_DIR=/Users/robertgibson/Downloads/msdkui-ios-master
    export PROJECT_FILE_PATH=/Users/robertgibson/Downloads/msdkui-ios-master/MSDKUI.xcodeproj
    export PROJECT_NAME=MSDKUI
    export PROJECT_TEMP_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build
    export PROJECT_TEMP_ROOT=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex
    export PUBLIC_HEADERS_FOLDER_PATH=MSDKUI_Demo.app/Headers
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
    export REMOVE_CVS_FROM_RESOURCES=YES
    export REMOVE_GIT_FROM_RESOURCES=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
    export REMOVE_HG_FROM_RESOURCES=YES
    export REMOVE_SVN_FROM_RESOURCES=YES
    export REZ_COLLECTOR_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/ResourceManagerResources
    export REZ_OBJECTS_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS="/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator "
    export RUN_CLANG_STATIC_ANALYZER=YES
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
    export SCRIPTS_FOLDER_PATH=MSDKUI_Demo.app/Scripts
    export SCRIPT_INPUT_FILE_COUNT=0
    export SCRIPT_INPUT_FILE_LIST_COUNT=0
    export SCRIPT_OUTPUT_FILE_COUNT=0
    export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
    export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
    export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
    export SDK_DIR_iphonesimulator12_1=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator12.1.sdk
    export SDK_NAME=iphonesimulator12.1
    export SDK_NAMES=iphonesimulator12.1
    export SDK_PRODUCT_BUILD_VERSION=16B91
    export SDK_VERSION=12.1
    export SDK_VERSION_ACTUAL=120100
    export SDK_VERSION_MAJOR=120000
    export SDK_VERSION_MINOR=100
    export SED=/usr/bin/sed
    export SEPARATE_STRIP=NO
    export SEPARATE_SYMBOL_EDIT=NO
    export SET_DIR_MODE_OWNER_GROUP=YES
    export SET_FILE_MODE_OWNER_GROUP=NO
    export SHALLOW_BUNDLE=YES
    export SHARED_DERIVED_FILE_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH=MSDKUI_Demo.app/SharedFrameworks
    export SHARED_PRECOMPS_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH=MSDKUI_Demo.app/SharedSupport
    export SKIP_INSTALL=NO
    export SOURCE_ROOT=/Users/robertgibson/Downloads/msdkui-ios-master
    export SRCROOT=/Users/robertgibson/Downloads/msdkui-ios-master
    export STRINGS_FILE_OUTPUT_ENCODING=binary
    export STRIP_BITCODE_FROM_COPIED_FILES=NO
    export STRIP_INSTALLED_PRODUCT=YES
    export STRIP_STYLE=all
    export STRIP_SWIFT_SYMBOLS=YES
    export SUPPORTED_DEVICE_FAMILIES=1,2
    export SUPPORTED_PLATFORMS="iphoneos iphonesimulator"
    export SUPPORTS_TEXT_BASED_API=NO
    export SWIFT_ACTIVE_COMPILATION_CONDITIONS=SIMULATOR
    export SWIFT_OPTIMIZATION_LEVEL=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX=ios
    export SWIFT_VERSION=4.2
    export SYMROOT=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products
    export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
    export SYSTEM_APPS_DIR=/Applications
    export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
    export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
    export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
    export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR=/System/Library
    export TAPI_VERIFY_MODE=ErrorsOnly
    export TARGETED_DEVICE_FAMILY=1
    export TARGETNAME=MSDKUI_Demo
    export TARGET_BUILD_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Products/Debug-iphonesimulator
    export TARGET_DEVICE_IDENTIFIER=3DD83BB4-126D-49E8-9862-986CEC87BD5D
    export TARGET_DEVICE_MODEL=iPhone11,8
    export TARGET_DEVICE_OS_VERSION=12.1
    export TARGET_NAME=MSDKUI_Demo
    export TARGET_TEMP_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build
    export TEMP_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build
    export TEMP_FILES_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build
    export TEMP_FILE_DIR=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build
    export TEMP_ROOT=/Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex
    export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
    export TeamIdentifierPrefix=FAKETEAMID.
    export UID=501
    export UNLOCALIZED_RESOURCES_FOLDER_PATH=MSDKUI_Demo.app
    export UNSTRIPPED_PRODUCT=NO
    export USER=robertgibson
    export USER_APPS_DIR=/Users/robertgibson/Applications
    export USER_LIBRARY_DIR=/Users/robertgibson/Library
    export USE_DYNAMIC_NO_PIC=YES
    export USE_HEADERMAP=YES
    export USE_HEADER_SYMLINKS=NO
    export VALIDATE_PRODUCT=NO
    export VALID_ARCHS="i386 x86_64"
    export VERBOSE_PBXCP=NO
    export VERSIONPLIST_PATH=MSDKUI_Demo.app/version.plist
    export VERSION_INFO_BUILDER=robertgibson
    export VERSION_INFO_FILE=MSDKUI_Demo_vers.c
    export VERSION_INFO_STRING=""@(#)PROGRAM:MSDKUI_Demo  PROJECT:MSDKUI-""
    export WRAPPER_EXTENSION=app
    export WRAPPER_NAME=MSDKUI_Demo.app
    export WRAPPER_SUFFIX=.app
    export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
    export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
    export XCODE_PRODUCT_BUILD_VERSION=10B61
    export XCODE_VERSION_ACTUAL=1010
    export XCODE_VERSION_MAJOR=1000
    export XCODE_VERSION_MINOR=1010
    export XPCSERVICES_FOLDER_PATH=MSDKUI_Demo.app/XPCServices
    export YACC=yacc
    export arch=undefined_arch
    export variant=normal
    /bin/sh -c /Users/robertgibson/Library/Developer/Xcode/DerivedData/MSDKUI-emohfljzyalrlwfrvcayexmjkyas/Build/Intermediates.noindex/MSDKUI.build/Debug-iphonesimulator/MSDKUI_Demo.build/Script-623CFB8A20FF96AA00FE7130.sh

Module compiled cannot be imported

While importing the heresdk after my Pods installation, I get the following error.

Module compiled with Swift 5.1.2 cannot be imported by the Swift 5.1 compiler: /Users/xxxxx/Desktop/xxxx/xxxx/xxxxx/heresdk.framework/Modules/heresdk.swiftmodule/x86_64.swiftmodule

I followed the steps on this answer on StackOverflow by changing my build settings but it did not work.

SDK 4 UI

I'm testing here maps for my app, I saw your maintenance remark about discontinuing.
Is there an alternative for this project that works with the new sdk?

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

I have been following the steps the compile msdkui tools. I was successful till

$ cat .env.rb
ENV['MSDKUI_APP_ID_IOS'] = "your app id"
ENV['MSDKUI_APP_TOKEN_IOS'] = "your app code"
ENV['MSDKUI_APP_LICENSE_IOS'] = "your license"

but at

$ bundle install

it shows this error

Your user account isn't allowed to install to the system RubyGems.
You can cancel this installation and run:

bundle install --path vendor/bundle

to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to RubyGems using sudo.

Password:

Your user account isn't allowed to install to the system RubyGems.
You can cancel this installation and run:

bundle install --path vendor/bundle

to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to RubyGems using sudo.

Password:
Installing unf_ext 0.0.7.5 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

Could anyone please help with this.

Missing last version in cocoapods

Hi, I think you forgot to push the latest version (2.1.7) to the trunk.

I installed with pod 'HEREMapsUI', :git => "https://github.com/heremaps/msdkui-ios", :branch => "master"
(in case someone needs it)

Could not distribute my app with HEREMapsUI included

I'm trying to distribute my application for AdHoc testing, but I get an error while "Compile bitcode" is processing..
The error I get says: MSDKUI not found in dylib search path

Framework is installed via CocoaPods
HEREMaps 3.13.2
HEREMapsUI 2.1.3

Thanks in advance!

NMARouting Error

Hi, when I test my application, error code 15 is always present when I want to calculate the route, but I can't find the meaning of that error, I am bridging with react native and msdkui.

Why this error is shown?

Speed limit is not accurate in HEREMap UI

Hello,
We are using HEREMapsUI and implemented speed limit in map navigation with GuidanceSpeedLimitView and set its unit to .milesPerHour. Sometimes it's working fine but in some cases it's greater than by 1 from original speed limit.
For example: If speed limit of highway is 55mph then it will show 56mph.
Please let me know how we can fix this.
Thanks.

App store issue with HereSDK

I received the error below when uploading a new version of my app to the App store:


We identified one or more issues with a recent delivery for your app, "". Please correct the following issues, then upload again.

ITMS-90338: Non-public API usage - The app references non-public symbols in Frameworks/NMAKit.framework/NMAKit: _getcontext, _makecontext, _setcontext. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/


This bug is known to you here:
https://stackoverflow.com/questions/59243046/non-public-api-usage-in-heresdk-lite-ios-4-1-4-0-961

The Here SDK is fixed I believe, will there be a new version of the MSDKUI coming soon? Or is there an easy fix I can apply?

Thanks

Create MSDKUI.framework for objective-c language

Hello,

I have created project in objective-c language.
I created MSDKUI.framework as per documented.
But unfortunately this MSDKUI.framework working only in swift language.

If any way to create MSDKUI.framework and computable for objective-c language.

Thank you,
Vivek Vithalani.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.