Closed kylebrowning closed 2 years ago
Hi Kyle, thanks for reporting this!
We're guessing the wrong scheme, which unfortunately can happen with iOS builds. I've opened a PR which should fix the issue, giving our build system the hint it needs.
Thanks @finestructure I see your commit but no PR!
I'll update spi later today if I don't see a pr from ya. Thanks a bunch!
Ah whoops, here you go! https://github.com/swift-server-community/APNSwift/pull/139
@finestructure this doesn't seem to be resolved, or am I mistaken?
I've given the build system a nudge and that fixed it. I think our recent change from Xcode 13.3 → 13.4.1 did the trick.
Looks like this is now resolved!
Please describe the bug
On my package, APNSwift builds are failing for iOS. However I can locally successfully, build my project.
Explain the steps needed to reproduce the bug
What was the expected behaviour? Build is built correctly on Package Index Server
Additional context here's an example project - Fern.zip