• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / libwallet / 24822293938
25%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 07:24AM UTC
Jobs 1
Files 103
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Apr 2026 07:17AM UTC coverage: 19.832%. Remained the same
24822293938

push

github

MagicalTux
podspec: -force_load the xcframework's source slice, not build copy

CocoaPods runs [CP] Copy XCFrameworks to extract the active slice
into $(BUILT_PRODUCTS_DIR)/XCFrameworkIntermediates/<pod>/<lib>.a.
Pointing -force_load at that path was the cleanest design, but
Xcode validates the link phase's "build input files" upfront —
before respecting the cross-target dependency that schedules the
Copy phase to run first. Runner's link errored:

  error: Build input file cannot be found:
    .../XCFrameworkIntermediates/libwallet/libwallet.a

even though the rsync to that exact path completed less than a
second earlier (just on the Pods_Runner build, not Runner's).

Workaround: reach into the xcframework's source location at
.symlinks/plugins/libwallet/ios/libwallet.xcframework/<slice>/
libwallet.a — which exists from `pod install` time onward, before
any build-phase runs. Brings back the sdk= conditional pair, but
the slice paths inside the xcframework are stable.

vendored_frameworks still gives us the standard CocoaPods xcframework
integration (Copy phase, headers, slice selection); we just bypass
it for the force_load specifically.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

2529 of 12752 relevant lines covered (19.83%)

61.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24822293938.1 23 Apr 2026 07:24AM UTC 103
19.83
GitHub Action Run
Source Files on build 24822293938
  • Tree
  • List 103
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24822293938
  • 9e70cc81 on github
  • Prev Build on master (#24821796462)
  • Next Build on master (#24822660395)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc