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
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
Github Actions produce a libnoosphere_apple_framework.zip. Unzip the contents, containing only libnoosphere-apple-xcframework.zip. The LibNoosphere.xcframework is inside here.
In your noosphere checkout, update Package.swift to change LibNoosphere's binaryTarget
remove the "checksum" and "url" entries.
add a "path" entry to either the zip containing the xcframework, or the xcframework itself:
"path": "libnoosphere-apple-xcframework.zip"
"path": "LibNoosphere.xcframework"
Remove the remote source for noosphere
edit the project.pbxproj
Add your local checkout as a local package
Go to the Subconscious target -> Build Phases -> Link Binary with Libraries and add SwiftNoosphere to that list