All Questions
85,297 questions
-1
votes
0
answers
16
views
How can I test my Flutter code on an iOS emulator using Android Studio while working on a Windows machine?
In Android Studio, I am testing my Flutter code on an Android emulator, but I want to test it on iOS as well. How can I do this on a Windows machine?
If you're testing your Flutter code on an Android ...
1
vote
0
answers
39
views
Creating a .a static library using C#/dotnet
I would like to use some of my C# code in an XCode project by compiling my .net 9 class library into a static .a library (using NativeAOT and everything that is required).
I have researched quite a ...
-1
votes
0
answers
11
views
Archive broken on Xcode 16 for React Native 0.75
I have a production app built with react native that has the iOS Archive broken after an upgrade.
This is a bare React Native project (not an expo project).
I upgraded the following:
react-native ...
0
votes
0
answers
17
views
iOS Code Signing Error with manual signing
I am facing issues with iOS signing when building my app using Codemagic, but the build works perfectly on my local Mac using automatic code signing.
Codemagic Configuration: Codemagic is connected ...
0
votes
0
answers
18
views
Error when building with xcode on Azure Pipelines
I'm trying to implement CI/CD for my team's Flutter app, and when using Xcode@5 task to build an IOS version of the app, im getting the following output:
Starting: Xcode Build
========================...
-1
votes
0
answers
9
views
how to change the size of my 3D model in Xcode project
I'm beginner in IOS developing so I made an AR app for iPhone in Xcode but i have a little problem: when I open my camera I can see me 3D model BUT I can't change the size and and place of my model. ...
0
votes
0
answers
22
views
How the TabView internally works in SwiftUI [duplicate]
I want to build my own TabView in SwiftUI while avoiding the type eraser AnyView. To understand this better, I looked into how TabView is implemented in SwiftUI.
It seems that TabView uses a @...
-2
votes
0
answers
25
views
Firebase Push Notification is not showing on my iPhone [closed]
I am building an iOS project and have set up Firebase and did all the settings right but whenever I want to send a notification from Firebase, the notification doesn't show on my iPhone. The console ...
0
votes
0
answers
22
views
Fastlane setup `missing symbol called` mac/swift
I am trying to set up fastlane to automate screenshots for my ios app.
I am have issues with all 3 ways to setup fastlane described here: fastlane setup ios
Each different method eventually leads me ...
-1
votes
0
answers
26
views
I am getting Xcode abseil undefined symbol error
Flutter iOS Build Issue: Undefined Symbols Error in Xcode
I successfully developed a Flutter app on my Windows PC, where it works perfectly on Android devices. Now, I want to run and compile the app ...
-1
votes
0
answers
43
views
SwiftUI animation very laggy only on iOS 18 [closed]
I created a SwiftUI View (in a UIKit based project) whose objective is to display a short animation in the front of the user screen. I developed it 8 month ago using Xcode 15 for iOS 17 with no ...
-1
votes
0
answers
13
views
Undefined symbols for architecture arm64: Flutter project
I was able to build apps on xcode 15.4. There was requirement to use two version of xcode for multiple projects so I upgraded older xcode which was installed from app store to 16.0 and installed older ...
-1
votes
0
answers
21
views
xcode failed to build my project :SDK is not supported by the compiler
Failed to build module 'XXX'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)', while this compiler is 'Apple Swift ...
1
vote
1
answer
44
views
iOS simulator takes extremely long time to boot on Xcode16
Our org's CI pipeline is experiencing extremely long build time due to iOS simulators takes a long time to boot (15+ minutes)
This problem persist in all Xcode16 versions including the most recent ...
0
votes
0
answers
14
views
Testing my React-Native app Offline/Online with Network Link Conditioner
I put you in context, I'm developing an React-Native app to send forms to a database, users can submit forms offline, when then connection is reactivated the form is sent, there are several steps in ...