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
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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