-
See discussion at
https://trac.macports.org/ticket/70331
MacPorts GCC14 is built using your tag gcc-14.1-darwin-r1
Our build bots provide binary tarball installations of GCC, which where bui…
-
I'm getting the following message when running "ios-sim showdevicetypes":
TypeError: Cannot read property 'devicetypes' of undefined
at fixSimCtlList (/usr/local/lib/node_modules/ios-sim/src/h…
-
There are several calls to NSFileHandle's writeData in`NSFileHandle+ARKAdditions.m` which is deprecated.
```
API_DEPRECATED_WITH_REPLACEMENT("writeData:error:",
…
-
Because every time you install a new version of XCode these days it wipes all older SDKs, I keep them stored elsewhere on my machine and have a script to setup links inside /Applications/XCode.app/Con…
-
_Platform:_
- [ ] iOS
- [ ] tvOS
- [x] MacOS
- [ ] watchOS
_Swift:_
- [ ] Yes -> If yes, which version?
- [x] No
_sentry-cocoa installed with:_
- [ ] Swift Package Manager
- [x] Co…
-
### Description
We've seen instances where text wrapping will sometimes overflow the View boundary in accordion rows. The issue only occurs when specific rows are opened and closing/opening previou…
-
there's an Apple Watch sim. We need to:
- [ ] implement a watch app for our appium test app
- [ ] make any necessary code changes to support testing watch apps
- [ ] add tests to our ios testsuite for…
-
### Current Behavior
Getting this runtime error as mentioned in the issue title. The build is succeeded, but after the js bundle has downloaded 100%, this error occurs: `TypeError: undefined is not a…
-
### Description
Looking at https://github.com/xamarin/Essentials/blob/main/Xamarin.Essentials/Types/SensorSpeed.ios.tvos.watchos.cs, one can see the following SensorSpeed intervals for iOS:
…
-
**Description**
The following code causes the compiler to crash:
```
@available(macOS 10.15, iOS 13.0, tvOS 13.0, watchOS 6.0, *)
public struct MakeExplode where Source.Element == () async -> …