Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
19 views

CGContextDrawImage: invalid context 0x0. Failed to bind EAGLDrawable to GL_RENDERBUFFER 2

I'm working on a custom UIView subclass in my iOS project that involves using GLKView and CAEAGLLayer for camera rendering and applying beauty filters. The main goal is to capture video from the ...
Georgina's user avatar
  • 832
0 votes
0 answers
33 views

Issue with nullability specifiers in Xcode when developing Flutter app

I'm developing a Flutter application and encountering an issue with nullability specifiers in Xcode. Specifically, I have methods in my Objective-C files where Xcode is reporting conflicts with ...
Whirley Paul's user avatar
0 votes
0 answers
27 views

App crashes when running Python code from Flutter/Native MACOS application

Backgroud Running python code using Beeware - Briefcase tool and call Python code from Flutter/Native MACOS application. Issue The code runs completely fine on MAC machines powered with Intel ...
Dulan Dissanayake's user avatar
1 vote
0 answers
16 views

flutter plugin does not execute background iOS code with lock

I have flutter plugin (https://github.com/mapp-digital/Mapp-Intelligence-Flutter-Tracking) which contains native iOS code background execution, which works fine until last update of Flutter version: ...
Dragisa Dragisic's user avatar
0 votes
0 answers
81 views

Issue with Status Bar Icon Not Displaying in macOS Flutter App

I'm developing a macOS application using Flutter and I've encountered an issue where the status bar statusItem are not displaying on some computers. Below is the relevant portion of my AppDelegate....
Yongqiang Zhou's user avatar
0 votes
1 answer
103 views

How to find the Ressource Path/Ressource itself in swift with on demand resources

I have a flutter application which is an audio guide. But i have the audio files in many languages so i want to use on demand resources on the IOS side. I opened the Runner from the ios folder in ...
DevLukas's user avatar
  • 206
0 votes
0 answers
58 views

Flutter file_picker ios FileUtils.h MediaType error

I got encountering error below when I try to get build in iOS device: Parse Issue (Xcode): Expected identifier /Users/builder/.pub-cache/hosted/pub.dev/file_picker-6.0.0/ios/Classes/FileUtils.h:18:2 ...
Ahmet Faruk Akgün's user avatar
0 votes
1 answer
124 views

ios webrtc virtual background and filter

i want to change the videosource from the rtccameravideocapture to remove background or add filter. and the method i do is to change the initwithdelegate to the class i create called ...
Peter Li's user avatar
0 votes
0 answers
28 views

"No Such Module" for created cocoapod

I have created a pod successfully and uploaded on github and cocoapods (https://github.com/marwamelfeky/AmwalyPod) . Then created a project to use. The Pod installed successfully but when importing it ...
marwa elfeky's user avatar
0 votes
0 answers
134 views

How to handle time out error in better_player of flutter?

I try to use better_player for the cache strategy of videos. When I want to load a large video from the network with slow connections, I get this error Unhandled Exception: PlatformException(...
Sajjad Javadi's user avatar
2 votes
0 answers
177 views

Invalid result code for Wi-Fi information request - Flutter iOS - ConnectSDK

We have a Flutter app where we implemented the ConnectSDK with Objective-C platform code. On the iOS Simulator devices are detected but on a physical device we get: nehelper sent invalid result code [...
Jaco Faber's user avatar
0 votes
1 answer
2k views

FLUTTER: Lexical or Preprocessor Issue (Xcode): 'TensorFlowLiteC.h' file not found

My flutter project has tflite: dependency for running tflite model, But when I'm trying to build the iOS application it gives the above error. It's working fine on android. Following is my Podfile ...
Am Ventures's user avatar
0 votes
1 answer
268 views

+[GMSx_GMPCClientVectorTileExtensionsRoot indoorBuildingMetadata]: unrecognized selector sent to class

I have google maps pod installed in my app and using third party SDK which is internally using google maps. Whenever i am trying to enter to load Maps screen, it immediately crashing with below ...
MaheshPeri19's user avatar
5 votes
2 answers
2k views

Can't compile due to no such module '__ObjC'

I'm trying to build for iOS in flutter. However, the compilation could not be completed because the module __ObjC was not found. Launching lib/main.dart on iPhone 13 Pro Max in debug mode... main.dart:...
yolo's user avatar
  • 590
0 votes
1 answer
333 views

How to send data in flutter with invokeMethod in objective-c

I'm developing an app with flutter and native (java, objc). In Android (using java), we passed data to flutter with channel.invokeMethod(). static MethodChannel channel; public static void ...
Jungwon's user avatar
  • 940

15 30 50 per page
1
2 3 4 5 6