1,302 questions
-1 votes
1 answer
89 views
How to Save deleted rows after closing application from background?
I'm trying to create A TODO List app .. I'm saving user inputs in UserDefaults and its working while I'm closing the app from home button. but when I remove the app from the background apps all what I ...
1 vote
0 answers
124 views
After installing Google Maps SDK failed to build project
I am integrating a Google Maps API. I have created a new project, installed a Google Maps pod, opened xcworkspace and built a project. It is giving following error: Ld /Users/nxgen/Library/Developer/...
-1 votes
1 answer
581 views
How to using Xcode 11 to running app on iPhone 11 with iOS 15?
I want to using Xcode11 to test apps on my iPhone 11 with iOS 15 installed, but currently seems the Xcode11 cannot identify the device. I don't want to install the latest Xcode 13 nor upgrade my macOS,...
-1 votes
1 answer
210 views
How do I reference a capture group in Xcode 11's Find and Replace?
After creating a capture group using the + button in Find and Replace in Xcode 11 I can't figure out how to reference that group in the "With" field. No matter which field is focused when I ...
0 votes
1 answer
5k views
fatal error: 'React/RCTBridgeDelegate.h' file not found #import <React/RCTBridgeDelegate.h>
This is app on react-native for ios, I want improve it with push-notifications using firebase. But it's crushes when i build project by command "react-native run-ios" or by xcode. I looked ...
2 votes
0 answers
242 views
Xcode12.5 - Archive export for `development` failing by `The data couldn’t be read...`
Archive Export is failing on Xcode12.5 Using Xcode12.5 on Intel macbook. Steps: Archive the app for generic devices is successful. Upon selecting export and choosing Development. Noticing an error ...
3 votes
0 answers
220 views
ERROR ITMS-90034: Unable to process application at this time due to the following error: Missing or invalid signature
I am trying to upload my react-native project on Xcode 11.3.1 to the App store and keep running into the error: Unable to process application at this time due to the following error: Missing or ...
1 vote
0 answers
17 views
Easy question on how to get rid of the Xcode navigation bar in the Main.storyboard? [duplicate]
I can only find youtube tutorials on adding navigation bars not removing them. I am creating an Xcode app and the navigation bar is blocking one of my images that is total unnecessary to be there when ...
0 votes
1 answer
307 views
XCode 11 crash after adding iOS 14 device support
My XCode version is 11.1 and the iPhone OS version is 14.0.1. To run apps on iOS 14 device, it requires XCode 12. An alternate option to support iOS 14 in XCode 11, is to add Device Support. So I have ...
0 votes
2 answers
1k views
How can I migrate my application from IOS 13 to IOS 14?
I run my application with xcode11 and can publish it. However, I saw the following announcement published by apple; "Starting April 2021, all iOS and iPadOS apps submitted to the App Store must ...
0 votes
1 answer
252 views
Xcode 11 Swift5 Macos adding storyboard segue creates unwanted triggered action
I have migrated my MacOS app to Xcode 11 and Swift 5. All is (was) well. However, I am trying to add a segue in the storyboard and when I do it automatically creates a new Connection that is an action....
0 votes
0 answers
1k views
xcode 11.4 does not work on new m1 mac Big Sur(11.2.3)
I am not able to open Xcode 11.4 in Mac OS 11.2.3 M1. Always get this error: The version of Xcode installed on this Mac is not compatible with macOS Big Sur. Download the latest version for free from ...
0 votes
2 answers
899 views
When rotating simulation, content does not resize. Xcode 11
When I run my app simulation in Xcode 11, it works fine (portrait or landscape). But when I rotate, it doesn't resize to the appropriate constraints I set for that orientation. Sim in portrait Sim in ...
1 vote
1 answer
429 views
Ionic Macincloud
Edited as I found the solution. It's an Ionic app, which runs completely well on Android. I don't own a Mac, so I'm using Macincloud. Have followed the steps for IOS and can send it, via Dropbox to ...
0 votes
1 answer
238 views
Not able to add UISearchBar in HeaderView(tableview's header view)?
Not able to see the searchBar in tableView section header everthing is done programmatically no storyboards used import UIKit class ConversationsViewController: UITableViewController { ...