Skip to main content

Questions tagged [ios]

iOS is the mobile operating system running on the Apple iPhone, iPod touch, and iPad. Use this tag [ios] for questions related to programming on the iOS platform. Use the related tags [objective-c] and [swift] for issues specific to those programming languages.

ios
0 votes
0 answers
5 views

dSYM file missing on Xcode 15 archive

In Xcode 14, when I archived my project, it generated a .dSYM file within the .xcarchive. Since upgrading to Xcode 15, this no longer get generated. Why? (I do not believe I changed any project ...
Paul Masri-Stone's user avatar
0 votes
0 answers
5 views

AccessibilityValue not displaying for SwiftUI Menu items

I've got the following code that displays a simple Menu and another Menu with submenu. While the accessibilityIdentifier shows up in the accessibility inspector tool for the menu items, the ...
batman's user avatar
  • 2,329
0 votes
0 answers
5 views

Swift Efficiently Draw Image and Text on PixelBuffer

I am trying to record a video from the camera, through AVCapture and AVAssetWriter, and to overlay some text and an image on the final video but I cannot achieve good performance and the device ...
reapf's user avatar
  • 81
0 votes
0 answers
11 views

How to Implement GraphQLQueryPager in Apollo iOS for Pagination?

I'm currently working on implementing pagination in my iOS application using Apollo for GraphQL queries. I came across the Apollo iOS documentation on pagination, which mentions a GraphQLQueryPager ...
Ashan's user avatar
  • 3
0 votes
0 answers
10 views

i Built an ios authentication ap for twitter, but integrating webview in the code, doesn't seem to work, i'm new to this please help, line

I created a twitter authentication system, but when the user clicks on the login button, it redirects to safari, which in don't want, i want to handle it inside the app so i used webView, but its not ...
mayank kumar's user avatar
0 votes
0 answers
15 views

Build input file cannot be found and xcode is searching file at wrong path after pod install

i am getting this error after pod install in xcode error: Build input file cannot be found: '/usr/lib/libstdc++.6.0.9.dylib'. Did you forget to declare this file as an output of a script phase or ...
vinayak tudayekar's user avatar
0 votes
0 answers
10 views

CapacitorJS: is it possible to share local data between iOS widget and Preferences API?

I am using a widget in my capacitor app (currently this question only focuses on iOS). I want to save an integer from my webview code into Preferences and then be able to read it from the iOS widget. ...
Felix Olszewski's user avatar
0 votes
0 answers
16 views

How to upload large files in KMM using ktor?

I am looking for solution to upload large files(1 GB or more) in KMM using Ktor. If i use ByteArray its not efficient and produces out of memory issue. Is There any way in ktor to upload files using ...
Jagdish Jangir's user avatar
0 votes
2 answers
24 views

Unable to create file in specified directory because of security scope resource errors in iOS app

Goal: A user selects a folder in Files app where they would create files in that folder. This is an iOS app. This folder path is saved in the iOS app, using this app user would create file ...
user4150758's user avatar
-1 votes
0 answers
11 views

How to implement iOS 18 AI/Siri animation using UIKit

I want to implement the this effect in my app (A colorful wave around screen) using UIKit. Maybe called ColorfulWaveView and I can add it to UIWindow so that my app can use this effect. I tried many ...
luckysmg's user avatar
  • 331
-1 votes
0 answers
11 views

How to upload a video using ktor in iOS?

I've a kmm project. I am trying to upload a video. For small files I can convert Data to ByteArray, but what to do about videos > 30MBs? For android, I convert File to ByteReadChannel and set as ...
Akshat's user avatar
  • 1
0 votes
0 answers
10 views

microsoft.identitymode.tokens.audienceurivalidationfailedexception was thrown while trying to open One Drive document in WKWebView in iOS app

I am working in iOS app needs to be opened One Drive attachments in WKWebView. Sample One Drive document is https://***.sharepoint.com/personal/*****_onmicrosoft_com/_layouts/15/Doc.aspx?sourcedoc=%...
Sanjay Borkakoty's user avatar
1 vote
0 answers
29 views

Deploy iOS MAUI App to Mac? (Not MacCatalyst)

I'm not sure if this is can even be done, but is it possible to deploy the iOS version of a MAUI app to the local Mac I'm developing on? I'm not referring to MacCatalyst, I want to run the iOS version ...
MT.'s user avatar
  • 231
-1 votes
1 answer
15 views

Unexpected Behaviour from PHPickerFilter in SwiftUI

I am trying to filter out live photos and videos however. This filter does not work: I am trying to filter out live photos and videos. However, I am getting some unexpected results. Doing the ...
David's user avatar
  • 1
0 votes
0 answers
23 views

How to change TurpleView<_VariadicView.Children> to Custom View?

Several Views were received as 'TurpleView<_VariadicView.Children>'. struct View1: View { var body: some View { VStack { Text("page!") } } } struct ...
OlderPeo's user avatar

15 30 50 per page
1
2 3 4 5
45873