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

All Questions

Tagged with
0 votes
1 answer
37 views

iOS Notification is permanently denied - can't find in settings for manual enabling

I implemented push notification in iOS and android, using APN Apple Push notification and firebase respectively. In iOS first request for notification is from native side (appDelegate/swift code) and ...
Inquisitive Owl's user avatar
-1 votes
0 answers
21 views

ProcessException: No such file or directory // Command PhaseScriptExecution failed with a nonzero exit code

Unhandled exception: ProcessException: No such file or directory Command: /Users/husseinalatrach/flutter/bin/flutter assemble --no-version-check --output=/Users/husseinalatrach/Library/Developer/...
MiracleXcode's user avatar
0 votes
0 answers
39 views

Xcode Error: Undefined symbol: _swift_FORCE_LOAD$_swiftCompatibility56 When Building Flutter iOS App

I'm encountering an error when trying to build my Flutter iOS app for the simulator. The build fails with the following error message: Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$...
Whirley Paul's user avatar
3 votes
1 answer
36 views

Cannot find 'AVURLAssetOverrideMIMETypeKey' in scope

I am using audioplayers package in my flutter app. It works well on android, but when i try to generate an archive for iOS, the build fails with the following message: Cannot find '...
IKRAM UL HAQ's user avatar
-1 votes
0 answers
30 views

cannot access shared preference from flutter, access in the native swift

currently I want to store the userid when user login the flutter app, then I use shared preference to store the user id, however, in the app extension which is native swift, it cannot retrive the data ...
invu's user avatar
  • 27
-2 votes
2 answers
98 views

Is it possible to build Android Apps with Swift

As an iOS developer, I'm learning Dart language recently. After a couple of days self-learning, I admit Dart is a powerful and modern language. But to be honest, I dislike the syntactic sugar, it ...
Sat's user avatar
  • 11
0 votes
1 answer
28 views

How to Temporarily Disable Keyboard Input in a macOS Application?

I am working on a macOS application using Swift and Flutter, and I need to create a functionality to temporarily disable the keyboard input, similar to a "keyboard clean tool". I have ...
Fathurrohman's user avatar
3 votes
1 answer
49 views

Open iOS native screen from Flutter application hiding flutter BottomNavigationBar

I have create a Flutter application which has BottomNavigationBar. Suppose this bottom bar has 3 BottomNavigationBarItem. 2 of them flutter screen but 3rd screen I want to launch as iOS native screen. ...
Tauheed Ahmad's user avatar
-1 votes
0 answers
43 views

Parse Issue (Xcode): Module 'Module_name' not found

I'm encountering issues when building my Flutter iOS project with flavors on MacBook M3 Pro. I've followed the official Flutter documentation for setting up flavors, but I'm still running into ...
Ahmed Galal's user avatar
-1 votes
0 answers
52 views

All Apps usage statistics in iOS using swift

I am building an app for iOS where user can check their daily apps usage data. I am using ScreenTime Framework, but I wasn't able to retrieve data. I tried screentime device activity frameworks in ...
Phani's user avatar
  • 1
-2 votes
0 answers
26 views

Issues Running Cloned Flutter Project on Mac - CocoaPods Error

I started a Flutter project on my Windows PC, but now I want to test it on my Mac. I have installed all the necessary tools, including an emulator. The emulator works fine when I create a new Flutter ...
IniOluwa Longe's user avatar
0 votes
0 answers
46 views

Camera Permission automatically denied on xcode simulator

I am very new to this so please bear with me. I am trying to build an app(Flutter) using Andriod studio, that scans qr codes of guest the code works fine on andriod but on IOS it is not working, as ...
smurfymo's user avatar
1 vote
1 answer
91 views

Trying to implement stripe in Flutter/iOS and I get errors in all the generated files in Pod, So, I can't even run the app

Swift Compiler Error (Xcode): Missing return in closure expected to return 'String' /Users/mac/Documents/Programming/Projects/yay_food/ios/Pods/StripeCore/StripeCore/StripeCore/Source/Analytics/...
Ziad H.'s user avatar
  • 639
0 votes
0 answers
44 views

Unable to Share Image to TikTok from Flutter App Due to "Permissions Denied" Error

I'm trying to share an image from my Flutter app to TikTok using the TikTok Open SDK and share sdk. I've integrated the TikTok SDK into my iOS project. I'm encountering the following error when ...
Tom Cohen's user avatar
0 votes
0 answers
32 views

iOS Push to Talk Framework Not Working in Archive Build (Flutter)

I have developed an app using Flutter that utilizes the Push to Talk framework on iOS. The Push to Talk feature works perfectly in debug mode, but after archiving the build and installing it on an iOS ...
Kiran Jamod's user avatar

15 30 50 per page
1
2 3 4 5
52