Jan Chaloupecky

Results 68 comments of Jan Chaloupecky

I committed it. There was also another pull request pending (added UIView as accessoryView to a titoken)

@jlmcgraw any updates on this? Could comment / merge or close? cheers

and now merge? :)

I made a pull request for it https://github.com/erica/SwiftDates/pull/6 but now @erica needs to merge ..

hey, I'm having the same issue when using SPM. Is there a similar workaround for SPM?

I believe this could also be temporarily solved using the Swift 5.7 module alias feature https://github.com/apple/swift-evolution/blob/main/proposals/0339-module-aliasing-for-disambiguation.md

hey, I had the same issue and it seems like setting the SPM version to "exact" `4.1.0` works ![Screen Shot 2022-12-14 at 19 53 34](https://user-images.githubusercontent.com/707703/207687124-d2d42387-0736-4718-b6ae-2252a53649ef.png) ![Screen Shot 2022-12-14 at 19...

well, as I wrote above, using the exact version 4.1.0 fixes it

Hi, I have exactly the same question with static libraries. MyFramework uses some compiled libs (libcrypto.a, libssl.a) and I would like to ship them with MyFramework so that the main...

ok I see. Nevertheless, I do have a "fake" framework project which links against [MailCore](https://github.com/mronge/MailCore) (It uses some mail functions). Then I have a main app which liks only against...