Kenji Tayama
Results
2
issues of
Kenji Tayama
I think the following joining behavior is unnatural. ``` let path = Path("/usr/bin") + Path("/swift") // becomes "/swift" instead of "/usr/bin/swift" ``` Implemented here: https://github.com/kylef/PathKit/blob/62dca49ee33b16f209b9f2074d109e0a7191ae9e/Sources/PathKit.swift#L668 I think it is common...
In the appDsyms.zip downloaded from App Store Connect, I'm missing dSYMS for pods which I set `binary: true`. I have `enable_bitcode_for_prebuilt_frameworks!` before all targets. Could it be some issue? Any...