ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.43k stars 5.97k forks source link

Library not loaded on physical device #5175

Open golikovartem404 opened 1 month ago

golikovartem404 commented 1 month ago

ℹ Please fill out this template when filing an issue. All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those lines once you've filled in the info.

Per our *CONTRIBUTING guidelines, we use GitHub for bugs and feature requests, not general support. Other issues should be opened on Stack Overflow with the tag ios-charts.

Please remove this line and everything above it before submitting.

What did you do?

Added the library via SPM to the project

What did you expect to happen?

Normal launch of a project on a physical device

What happened instead?

The project starts, and every time I get an error with this message

dyld[4679]: Library not loaded: @rpath/DGCharts.framework/DGCharts Reason: tried: /Build/Products/Debug-iphoneos/PackageFrameworks/DGCharts.framework/DGCharts' (no such file)

DGCharts Environment

DGCharts version/Branch/Commit Number: 5.1.0 Xcode version: 15.2 Swift version: 5.9.2 Platform(s) running DGCharts: iPhone 12 iOS 17.4.1 macOS version running Xcode: 14.3.1

Demo Project

ℹ Please link to or upload a project we can download that reproduces the issue.