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

KarpelesLab / libwallet / 24811563666
25%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 01:33AM UTC
Jobs 1
Files 102
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 01:25AM UTC coverage: 19.876%. Remained the same
24811563666

push

github

MagicalTux
podspec: fix -force_load path for ffiPlugin path-based pods

vendored_libraries on a path-based pod (which is what Flutter's
ffiPlugin always produces) does NOT trigger CocoaPods to copy the
.a archives into $(PODS_ROOT)/<pod>/. They stay at the source
location, which Flutter symlinks under
  <app>/ios/.symlinks/plugins/libwallet/ios/<archive>.a

CocoaPods adds that symlinks dir to LIBRARY_SEARCH_PATHS so the
auto-emitted `-llibwallet-iossimulator` link still resolves, but
the explicit -force_load needed an absolute path that exists.
$(PODS_ROOT)/libwallet/ does not exist for ffiPlugin path pods —
xcodebuild errored "Build input file cannot be found".

Reach into .symlinks/ via $(PODS_ROOT)/../.symlinks/plugins/...
so the path resolves to the real archive in both CI and end-user
`flutter run` setups.

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

2529 of 12724 relevant lines covered (19.88%)

61.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24811563666.1 23 Apr 2026 01:33AM UTC 102
19.88
GitHub Action Run
Source Files on build 24811563666
  • Tree
  • List 102
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24811563666
  • 501abc56 on github
  • Prev Build on master (#24811249763)
  • Next Build on master (#24811883161)
  • 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