Results for xcode
I know this question has been asked several times, but none of the answers I've read online have actually solved my problem. I explain the problem: I ...
I am using Xcode 14.2 with both a SwiftUI file as well as an Objective-C file. It uses NotificationCenter to change my text and labels that I have wit...
When I manually run the code, everything seems okay but I don't know why that progressing icon(?) does not disappear. I waited more than 10 minutes. ...
Why can't I select only the packages that I need in Xcode 15, when I add dependencies with Swift Package Manager? For example, I want to install Fireb...
3 days ago I have submit my application for review and it was uploaded successfully. topday i have fixed minor ui issues and try to upload it for appl...
I cannot submit new Test Flight builds to external testing. I was able to do it yesterday. I've tried with both my Mac Mini & MacBook Air, both runnin...
Everything worked fine until the updates of both macOS and Xcode. After 2 days of search about similar error i ended app making the question since my ...
I am developing an Xcode (14.3.1) source editor extension starting with the default code. The OS version is macOS Ventura (13.3.1) . But during runtim...
I have an Ionic application. I compiled this in Xcode for iOS and it works. I also created a widget for this application. My wish is that if the appli...
While I am trying to upload correctly build binary, there is an unexpected error on App Store Connect. This is how it look like: Unable to Add for R...
I've upgrade XCode and MacOS and now my Flutter project (as always in the case of XCode) doesn't work. There is some issue with pods but I don't under...
i'm not sure if this is a brand new error with Firebase, because I saw some ppl reported this on Github, the problem is i can't build the app at all a...
I can't see as destination of the simulator ios 15 device, and I don't understand why? By the way I don't use ios 17 device because it makes bugging a...
I am building my application by flutter. It has already published in Appstore, and it was launched normally before updating mac version and ios versio...
We did update macos and Xcode to the latest releases (macos Sonoma, and Xcode 15). After deploying our app to TestFlight we see strange issue that all...
Why widgets from iOS app are not available on the list on iOS 16, while on ios 17 and 15 are available? This is how they are defined in widget bundle:...
After upgrading to the new Xcode 15, I'm trying to run or build the app in iOS on the iPhone 15 pro max simulator but I face this error: ARC Semantic ...
The iOS version of my flutter app was working fine until I updated xCode to the latest version and updated my iPhone to iOS 17. now it's working fine ...
In my flutter iOS app am using the package add_2_calendar to add some events to users calendar. After updating to iOS 17 I noticed that this functiona...
This just started today in Xcode 15. I haven't added any new logs or print statements but when I build and run on my iPhone 14 Pro, I tap on a view in...
I update my Xcode to 15.0 and run application. When run application on iOS 17 my app is crashing with this Error: Assertion failure in -[UINavigation...
After updating to Xcode 15, I'm no long able to run my code on a simulator. Currently I'm getting the error building for 'iOS-simulator', but linking ...
I'm getting an issue when attempting to install the iOS 17.0 simulator in Xcode 15.0. The problem is when Xcode updated to version 15, and now all the...
I'm working on a Kotlin Multiplatform Mobile project, and while trying to build the iOS side, I'm encountering a build failure related to a script bui...
I can build and run my prefpane, but I find that I can't use any breakpoints. Whenever I run, they become disabled and hovering over them gives me Xco...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?