Guillaume Algis
Guillaume Algis
@GwynethLlewelyn sure, but let's say I have a project where the main language is unrelated (unsupported) by Prettier, and am still using a few .yml files here and there for...
Multiplex was removed from Alcatraz. Sorry we couldn't make this work. Binary distribution was on our mind for a long time now, but we never got around to implementing it...
Same problem here, Xcode 6.3.2, so I think this is a SWRevealViewController bug.
Thanks for taking a look @nickzman ! Here's a more "plug and play" sample which reproduces the crash on for me. You should only have to run `repro.sh`, and it...
@nickzman ``` ❯ xcrun clang --version Apple clang version 13.1.6 (clang-1316.0.21.2.5) Target: arm64-apple-darwin21.5.0 Thread model: posix InstalledDir: /Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin ``` Also here's the full log of my `repro.sh` script running on...
Ok so I have 2 coworkers (Intel machines) who are crashing like me, and a coworker (Apple Silicon) not crashing and getting the error message like you are. I'll compare...
Some news : I could not find any meaningful differences between my coworker's build logs and mine. After a bit more debugging in lldb, it appears the bug is caused...
@mamunabcoder I think you haven't added the Boost libs you are depending on in your iOS project when building Boost. Please look at the `--boost-libs` option of the script. ```...
I'm a bit uneasy with the solution. Quietly skipping an arch based on the Xcode version would probably be head scratching for the user. Wouldn't the build failing because the...
@faithfracture I honestly don't have a lot of time to allocate to OSS in general, but I could probably find a few hours here and there to help triage issues...