Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Package.swift #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ashender
Copy link

@ashender ashender commented Oct 23, 2024

#8
The library was recently updated to include several binary products, yet the Package.swift file still declares only a single binary product, resulting in dependency integration issues. The following binary products are currently included in the library update:
Dynamic+IDM+Diagnosis/SensorsFocus.xcframework
Dynamic+IDM/SensorsFocus.xcframework
Dynamic/SensorsFocus.xcframework
DynamicDiagnosis/SensorsFocus.xcframework
Static+IDM+Diagnosis/SensorsFocus.xcframework
Static+IDM/SensorsFocus.xcframework
Static/SensorsFocus.xcframework
StaticDiagnosis/SensorsFocus.xcframework

Proposed Solution:
To resolve this issue, update the Package.swift file to include declarations for all the newly introduced binary products, ensuring they can be correctly located and utilized when adding the package as a dependency. This will allow seamless integration and access to all available binaries within the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant