Jimmy Arts
Jimmy Arts
I did another small test with a smaller project. My Cartfile looks like this: ``` github "evgenyneu/keychain-swift" == 19.0 github "SwiftyBeaver/SwiftyBeaver" == 1.8.4 ``` Cartfile.resolved: ``` github "SwiftyBeaver/SwiftyBeaver" "1.8.4" github...
I'm sorry for my late reply @tmspzz I tried without the engine and only local cache and then it works fine. I'm puzzled. Could you perhaps look at my engine...
@cole-prato I used the current tag. But then it only works once it has been merged into the main branch. So it makes testing somewhat harder. But for the rest...
Hi @choidevs, You should instantiate a `WalletKit` object. The init explains which paths to provide. You have to create some certificates in the Apple developer portal. After you instantiate the...
Unfortunately I no longer have a sample project implementing this library. I fear I also don't have the time to construct it. It is quite old so I also don't...
@art-divin sorry for the extended delay, got caught up in other things. But I've adjusted the failing test.
Hmm I'm not sure if that is actually related to my changes. I see the same issue on other CI runs (https://github.com/krzysztofzablocki/Sourcery/actions/runs/10889237108/job/30215430121) If I can find some time to spin...
This issue seemed to be resolved last week. But over the weekend again our build started slowing down by some margin, without any explainable changes on our end. 
@evil159 any update on this one? We're experiencing the same behaviour after upgrading to Mapbox 11.2.0, also using Xcode 15.1. Before we were using 10.15.0 and everything was working perfectly...
@evil159 this temporary fix indeed looks to resolve the issue for us. Can you please let us know when the issue is fixed and released so we can remove this...