-
Seems to have started recently in Xcode 14.3
```bash
#!/usr/bin/env bash
set -exo pipefail
cd "${HOME}"
if [[ "${*}" =~ "prep" ]]; then
[[ ! -d SwiftVoxel ]] && git clone https://github.com/…
-
I'm leaving this issue pinned as an open discussion for the community.
When it comes to Pro fonts (including Duotone), there's a few issues that we should consider.
- Pro users have access to ic…
-
```
let bag = DisposeBag()
button.rx
.tap
.subscribe { _ in
self.actionButton()
}.disposed(by: bag)
```
```
let label = UILabel()
let textField = UI…
-
### Description
I'm upgrade my RN project to `0.69.2` and got the following errors when compiling:
1. 'react/renderer/components/rncore/ShadowNodes.h' file not found
…
-
Hello!
I'm seeing a pretty weird linker error related to `SwiftProtobuf` symbols. I'm going to describe the situation as much as possible.
1. We build a static library that contains some `SwiftProto…
-
**Short description of the issue**:
I'm facing a strange issue and I don't know if it is a bug or I'm just missing something. I'm currently working for a big company but interestingly their build s…
-
**Short description of the issue**:
Today I started a [discussion](https://forums.swift.org/t/asyncsequences-and-cooperative-task-cancellation/62657) in the Swift forums regarding cooperative task …
-
### New Issue Checklist
### Issue Info
Info | Value |
-------------------------|-------------------------------------|
Platform Name …
-
**Is your feature request related to a problem? Please describe.**
Apps using `RxBluetoothKit` with iOS 15 SDK cannot be built.
**Describe the solution you'd like**
Fix issues related to `CoreBlu…
-
| | |
|------------------|-----------------|
|Previous ID | SR-11515 |
|Radar | None |
|Original Reporter | miku1958 …