make appOr open Nubrick.xcworkspace in Xcode.
To test with Nubrick as a binary framework (required for MetricKit error attribution):
-
Build the xcframework locally:
make xcframework
-
Modify
Package.swiftto use the local path:// Change this: .binaryTarget( name: "Nubrick", url: "https://github.com/plaidev/nubrick-ios/releases/download/...", checksum: "..." ) // To this: .binaryTarget( name: "Nubrick", path: "Nubrick/output/Nubrick.xcframework" )
-
Open
Examples/Exampleand build
Note: Do not commit the Package.swift change. Revert before pushing.