Skip to main content

All Questions

Tagged with
-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 ...
arslan's user avatar
  • 1
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 ...
Dokug's user avatar
  • 213
-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 ...
martom's user avatar
  • 721
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 ...
Jan's user avatar
  • 552
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 ========================...
Diego Pestana's user avatar
-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. ...
Костя Алдатов's user avatar
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 @...
adri567's user avatar
  • 651
-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 ...
emre's user avatar
  • 1
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 ...
sambt's user avatar
  • 1
-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 ...
Yasin G.'s user avatar
-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 ...
Thibma's user avatar
  • 1
-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 ...
KBS's user avatar
  • 33
-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 ...
ssroreo's user avatar
  • 125
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 ...
OLIVER.KOO's user avatar
  • 5,963
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 ...
HugoTek's user avatar
  • 51

15 30 50 per page
1
2 3 4 5
5687