Skip to content

update Package.swift#9

Open
ashender wants to merge 2 commits intosensorsdata:masterfrom
ashender:update-package-swift
Open

update Package.swift#9
ashender wants to merge 2 commits intosensorsdata:masterfrom
ashender:update-package-swift

Conversation

@ashender
Copy link
Copy Markdown

@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