WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

[Bug]: Invalid Package.swift manifest of mapbox-navigation-native-ios in latest release #4799

@adincebic

Description

@adincebic

Mapbox Navigation SDK version

3.12.1

Steps to reproduce

  1. Clone git clone https://github.com/mapbox/mapbox-navigation-native-ios
  2. Fetch git tags
  3. Checkout git checkout v324.15.2
  4. Execute swift package describe

NOTE: This is fixed on main branch but requires a new release of both navigation-ios and navigation-native-ios packages.

Background

We are using bazel as our build system and rules_swift_package_manager to pull in Swift packages. Problem is that rules_swift_package_manager relies on swift package describe command to construct the BUILD files for bazel which in this case does not work.

Expected behavior

The Swift Package Manager should have printed out the JSON description of the package.

Actual behavior

error: Source files for target MapboxNavigationNativeTests should be located under 'Tests/MapboxNavigationNativeTests', or a custom sources path can be set with the 'path' property in Package.swift

Is this a one-time issue or a repeatable issue?

repeatable

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn’t working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions