I have just developed an app, but when running in the simulator the debugger console says: The app delegate must implement the window property if it wants t
Updated to xCode 4.5 and when time profiling my app Symbol Name doesn't show classes or objects anymore, but shows memory addresses see below. 0x2fd42e13 0x380
How can I convert this code to SwiftUI. It's a snow effect. I used CAEmitterLayer but I don't know how to use it in SwfitUI. There is no addSublayer in SwiftUI.
In my iOS application I need to get all call history (dialled,recieved,missed) from an iOS device and display as a list in my application. So many answers are
Error and warnigs in devices and simulators Issue : Details Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode. Domain: co
I came up with the following solution, but would like to know if someone has a cleaner approach to it (tested it in Xcode-Playground): let colors = CGColorGetC
I am getting following error when i install JitsiMeetSDK in flutter but i am unable to run app. Can somebody suggest me how can i resolve this issue? I am usin
I just upgraded to Xcode 13.3-beta, running a flutter project got this error: Error output from Xcode build: ↳ 2022-03-02 17:45:38.148 xcodebuild[6284
I'm trying to create rounded edges in one of my views using overlay. .background(Color.gray.opacity(0.2)) .overlay( RoundedRectangle(cornerRadius: 10)
Xcode Version 13.3 beta 3 (13E5104i) or Version 13.2.1 (13C100) When I add a dictionary to the Info.plist file from the Info tab in the project (for example wit
I'm struggling to find a way in SwiftUI to get the x,y coordinates of the origin of a TextField (or any view). I can certainly provide a position or offset to m
QLPreviewController navigation bar missing when I presented in sheet. It looks like this : How can I show up top navigation bar or navigationItem? QuickLook
I searched stackoverflow, but unfortunately didn't find a solution to this particular case. I try to display following scenario: a container view a Text that
I want to pause my app at a certain in point. In other words, I want my app to execute the code, but then at a certain point, pause for 4 seconds, and then cont
I have recently created an Apple Push Service certificate on my M1 mac mini. In the Keychain, it says the certificate is not trusted. I have installed the Deve
Running ipatool errors out. xcrun ipatool ~/app.ipa --output=foo --info --json=foo/ipatool.info.json It prints the following error "alerts": [ {
I'm new to Xcode and when reading a tutorial, it tells me to do this in my storyboard file: First, click on the view controller and go to Editor > Canvas &g
I downloaded Xcode 13.2.1 from Xcode Releases but as it is not supported for macOS Catalina I cannot install it. Are there any ways around this, other than to f
I tried to disable animation in UITests with the following code: let app = XCUIApplication() app.launchEnvironment = ["DISABLE_ANIMATIONS": "1"] I also tried
After I execute a pod install at the base of my project, I get the following error: CocoaPods did not set the base configuration of your project because bec