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

All Questions

Tagged with
0 votes
1 answer
23 views

Upload flutter macOS app to TestFlight with fastlane

I want to use Github Actions to upload a macOS app to TestFlight. For iOS I do the following: flutter build ipa --export-options-plist=${{ github.workspace }}/ios/exportOptions.plist Then with ...
Adam Zarn's user avatar
  • 2,050
0 votes
0 answers
37 views

.Net Maui Blazor Hybrid: Error when build to IOS target, appsettings.json would result in a file outside of the app bundle and cannot be used

I got the issue appsettings.json : error : The path '../../../../../../../../../Users/xxxxx/Projects/SalesMauiSource/SalesMauiApp/appsettings.json' would result in a file outside of the app bundle and ...
Vinh Ngo's user avatar
-1 votes
0 answers
33 views

Swift - Is it possible to programmatically obtain a list of the devices associated with an Apple account and synchronize device usage statistics?

I'm trying to develop an iOS application where I need to obtain a List of Devices Associated with an Apple Account. I want to develop it with react-native but I suppose that for some particular ...
lordav's user avatar
  • 193
1 vote
0 answers
59 views

SwiftData rollback not updating the UI

I'm building a simple App using SwiftData. In my app a user can create, remove and edit posts. When editing, I want them to be able to hit "Save" to persist the changes or "Cancel" ...
alexortizl's user avatar
  • 2,555
-1 votes
0 answers
19 views

Xamarin loop while trying to run a simulator

I just tried to debug my ios application on Xamarin. Paired my Mac, and then when I run debug, it loops in this way: Checking Server, Connecting to Mac, Connected. And repeats every second. I tried to ...
LanceT's user avatar
  • 1
1 vote
2 answers
42 views

Local Notification on MacOS is not working

I am trying to display banner notification on macOS swift app and the banner does not appear when running debug build in Xcode neither any new notification related my app is visible in the ...
Abdul Sami Sultan's user avatar
0 votes
0 answers
20 views

CodeSign error while running ios app using ionic and capacitor using MacOS

I am new to ionic and capacitor. I use M1 Arm Macbook Pro to build my ionic with capacitor project . I am getting this error after running my ionic project. `warning: Run script build phase '[CP] ...
Nisarg Shah's user avatar
-1 votes
1 answer
90 views

Using CALayer.speed to finish running animation

Suppose I have a long running task whose progress is displayed in custom progress bar similar to system progress bar. A task can finish faster than animation of CALayer.bounds from leading to trailing ...
Roman Busygin's user avatar
-2 votes
0 answers
55 views

Xcode 15.4 crashing

I am running my app on Xcode 15.4. However when ever I launch Xcode it crashes after reaching processing files. However I found out that if I change the location of my Derived Data to Legacy by going ...
Shreyansh upadhyay's user avatar
0 votes
0 answers
33 views

Can the FlutterBinaryMessenger be used for IPC between Flutter and a non-UI MacOS/iOS app extension

I'm developing a Flutter application and a non-UI (MacOS/iOS) File Provider Extension. The extension runs in a separate process and I need the Flutter code to communicate with the extension. Ideally I ...
Peter Jankuliak's user avatar
-1 votes
0 answers
25 views

Unable to find a target named `Runner` in project `Runner.xcodeproj`, did find `RunnerTests`

Updating project for Xcode compatibility. Upgrading project.pbxproj Upgrading Runner.xcscheme Running pod install... CocoaPods' output: ↳ Preparing Analyzing dependencies Inspecting targets to ...
Aiswarya Ravindran's user avatar
0 votes
0 answers
39 views

(Xcode 15.4) Failure Reason: The request was denied by service delegate (SBMainWorkspace)

I have developed an application using flutter and trying to build IOS application for the same and When I am trying to install the application on my device, application is crashing while launch. The ...
user1722123's user avatar
-1 votes
0 answers
31 views

Undefined class 'Timer' error occurred in flutter

I have some problems. I write a iOS app code with Flutter and Dart. but Undefined class 'Timer'. Undefined name 'Timer'. Error is occurred. everyone say code is fine. but error is occurred. plz give ...
DoYoung Kim's user avatar
2 votes
0 answers
156 views

`osEligibility.status reasons is empty` MacOS 15 beta

After upgrading my dev environment from: iPhone 15 Pro iOS 17+ M2 MBP MacOS 14+ Xcode 15+ to iPhone 15 Pro iOS 18 beta 3 (22A5307f) M2 MBP MacOS 15 beta (24A5279h) Xcode 16 beta (16A5171c) My iOS ...
bli00's user avatar
  • 2,541
0 votes
1 answer
49 views

SwiftUI fileExporter for package documents

While I'm able to use the fileExporter() modifier to export in-memory documents, i.e. single file document (.txt, .jpg, ...) and also for custom file types (after registering them in the project ...
Altair Jones's user avatar

15 30 50 per page
1
2 3 4 5
362