Alex Azarov

Results 7 comments of Alex Azarov

@lahariganti I was looking into AVSpeech changes and it looks like the default voice we used for offline instructions `AVSpeechSynthesisVoiceIdentifierAlex` is no longer shipped with iOS 16. [It might be...

@jhoanarango @srinivaskasala Here is the PR with the fix: https://github.com/mapbox/mapbox-events-ios/pull/344 It was released as part of [MapsSDK 10.8](https://github.com/mapbox/mapbox-maps-ios/releases/tag/v10.8.0). There are some cases when you still can see this issue but...

Can reproduce with the latest GHC 9.0.2, looks like the latest version where it works is 8.0.2. GHC exports `_square` from `Main.o`, but when the `SwiftHaskell` executable is linked newer...

I see the same issue with the same setup, Firebase 10.17, `FBLPromises` 2.3.1 and Xcode 15.

Yeah, I can reproduce the problem

@rauhul It does since this package specifies `swift-tools-version: 5.9`. By default, SPM assumes visionOS v1, which roughly corresponds to iOS 17 and already supports all the APIs this package uses,...

Thanks for the detailed report @fabiog27! I'm going to look deeper into this problem, while I understand why this is happening it's not yet clear to me if including `PrivacyInfo.xcprivacy`...