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
Incomplete Binary Product Declaration in Package.swift
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:
When attempting to add the package as a dependency, the process fails because the correct binary product is not located. This arises from the incomplete or incorrect declaration in Package.swift, which currently only references a single product, omitting the rest.
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.
The text was updated successfully, but these errors were encountered:
Incomplete Binary Product Declaration in Package.swift
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
Problem:
When attempting to add the package as a dependency, the process fails because the correct binary product is not located. This arises from the incomplete or incorrect declaration in Package.swift, which currently only references a single product, omitting the rest.
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.
The text was updated successfully, but these errors were encountered: