Code Monkey home page Code Monkey logo

Comments (3)

HERE-SDK-Support-Team avatar HERE-SDK-Support-Team commented on June 2, 2024

Hi @kiranmbt,

the error message you're seeing typically indicates a linking problem where the Swift compiler is unable to find the necessary metadata for String as it conforms to the Error protocol. Here are a few steps you can take to troubleshoot and potentially resolve this issue:

  1. Clean and Rebuild:

    • Start by cleaning your project in Xcode. You can do this by going to Product > Clean Build Folder. Sometimes, Xcode can hold onto outdated caches that cause linking errors.
    • After cleaning, rebuild the project to see if the issue persists.
  2. Check Swift Version Compatibility:

    • Ensure that the version of Swift you are using is compatible with the version used by the HERE SDK. Incompatibilities between Swift versions can sometimes lead to this kind of error. The min iOS version is 13.0. Please list your iOS and Xcode version, if you cannot resolve the issue.
  3. Examine Import Statements:

    • Ensure that the import statements for the HERE SDK are correct and that there are no missing or duplicate imports that might be causing conflicts.
  4. Linking Flags and Frameworks:

    • Check your project’s build settings to make sure that all necessary frameworks are linked properly and that there are no missing or incorrect compiler flags.
    • Go to Target > Build Phases > Link Binary with Libraries to verify this.
  5. Xcode and Swift Toolchain:

    • If you recently upgraded Xcode or the Swift toolchain, make sure everything is configured correctly. Sometimes, upgrading can change paths or settings that were previously in place.
    • Consider downloading an additional Swift toolchain if compatibility issues are suspected.

If this does not help, please list your environment (Xcode version, Swift version, iOS SDK version), and how you integrated the HERE SDK into your project. Thank you!

from here-sdk-examples.

kiranmbt avatar kiranmbt commented on June 2, 2024

We have tried mentioned all the points. but still issue not resolved.
IOS Version - 15.0
Xcode Version - 15.3
IOS SDK Version - heresdk-explore-ios-4.18.0.0.101086

Thanks in advance.

from here-sdk-examples.

HERE-SDK-Support-Team avatar HERE-SDK-Support-Team commented on June 2, 2024

@kiranmbt What is the MacOS version you are using? Thanks.

from here-sdk-examples.

Related Issues (20)

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.