-
Voice.onSpeechEnd = onSpeechEnd;
const onSpeechEnd = (e) => {
};
onSpeechEnd did return anything on iOS (have tested on real device too). Working fine in Android
-
### Steps to Reproduce the Problem
Enable native iOS Console Logs using the instructions provided [here](https://docs.instabug.com/docs/react-native-logging#native-ios-console-logs) by adding this …
-
This issue describes the current status and roadmap for the Google Maps SDK for iOS Utility Library. I will edit this top comment as progress is made or plans change.
It's been 4 months since my [l…
-
I am using Faye as submodule in my project, which is in Objective - C. It was working fine till XCode 11 and from XCode 12, I am getting an error called `No such file or directory: '/Users/name/Librar…
-
**Integration Method:** CocoaPods
**Xcode Version:** 15.2
**Library Version:** 5.0.2
**Platform:** iOS
**Language:** Objective-C
**Description:**
**Expected Behavior:**
-
### Informations
- **Qiskit Aer version**: 0.15.1 (and earlier versions too like 0.14)
- **Python version**: Seen on 3.8 and 3.12 in Finance CI and 3.9 locally when reproducing
- **Operatin…
-
### Context
Setting up autocompletion for Objective-C.
Filesystem:
.ccls
```
clang
-I/usr/GNUstep/Local/Library/Headers
-L/usr/GNUstep/Local/Library/Libraries
-lgnustep-base -lobjc
…
-
This happens on macOS.
Compile a C3 static library with
```c
fn void test_c3() @export("test_c3") {
Allocator allocator = allocator::heap();
(void)allocator::new_array(allocator, int, 4);
…
-
Allow executables and libraries to be built from Objective-C, and to be consumed from the same build and other builds in the same composite, and via a Maven repository.
Allow an Objective-C compone…
-
**Integration Method:** CocoaPods
xcode 15.2
Library version - 5.0.7
iOS
Objective-C
After installing through CocoaPods and before I add any code, it builds fine.
I then add the first ref…