Questions tagged [xcode13]

This tag should only be used for questions specific to the usage and features of Xcode 13. Do not use this tag just because you are using Xcode to develop your app. General Xcode questions should use the non-version specific [xcode] tag. Use tags appropriate for the OS such as [ios] or [macos].

459 questions
-1
votes
1 answer

Is it fine to delete Xcode completely from the Macbook?

I am using xcode 13.1 for app development so far, i now want to update my xcode but i don't have enough storage in my macbook to update. I tried updating but i don't have enough storage. can i uninstall and re install xcode and work normally without…
-1
votes
1 answer

How to properly uninstall AdMob from iOS app

I have uninstalled the AdMob SDK by commenting out the lines in the Podfile. Then I run pod update. The AdMob SDK and the utilities are removed. However, I get framework not found FBLPromises error. I have use_frameworks! uncommitted in the…
Quailcreek
  • 125
  • 2
  • 9
-1
votes
1 answer

I can't import CoreLocation

Firstly,I added corelation.framework later I got permission location privacy from info.plist. I use xcode 13.4.1 and I can't import coreLocation ,it doesn't exist. therefore ı can't create a object from CLLocationManager class . CoreLocationUI…
-1
votes
1 answer

Text not updating when variable updates in SwiftUI (Swift 5, Xcode 13)

I have this variable, timeRemaining and when a button is pressed it should subtract one from timeRemaining. I want the Text to update whenever the user clicks the button and thought this would work, but it doesn't update. var timeRemaining:…
Folzo
  • 3
  • 3
-1
votes
1 answer

R.Swift with SPM setup error SourcePackages/checkouts/R.swift/rswift: No such file or directory

Receiving this error: /SourcePackages/checkouts/R.swift/rswift: No such file or directory Command PhaseScriptExecution failed with a nonzero exit code Use SPM for installation and this run code in Build…
Andrei Trotsko
  • 347
  • 2
  • 12
-1
votes
2 answers

tracking down/working around UnsafeRawBufferPointer with negative count (presumably somewhere out of SwiftUI intestines/Swift runtime)

What do I do about this? I get no useful info predictably. A search for UnsafeMutablePointer yields func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targetContentOffset: UnsafeMutablePointer)…
Anton Tropashko
  • 5,486
  • 5
  • 41
  • 66
-1
votes
1 answer

Xcode 13.3.1 showing Build input files cannot be found error after changing my device

I recently changed my device from iPhone 8 to an iPhone 13 mini and tried to run my app on it but xcode is failing and showing me Build input files cannot be found (in target 'QuestionBot' from project 'QuestionBot'). Also now when I try to run the…
capslock
  • 21
  • 2
  • 5
-1
votes
1 answer

Missing View in Inspector Area in Xcode Version 13.3

I have Xcode version 13.3. After downloading Xcode 13, I can set the corner radius from the storyboard. This feature is given by Xcode it is not a custom function or IBinspectable. My old view with the features. But now this feature is not showing…
iFateh
  • 570
  • 2
  • 6
  • 22
-1
votes
1 answer

'UIEdgeInsetsEqualToEdgeInsets' is deprecated: Use == operator instead XCode 13

Whenever i tried to run my code in XCode 13 getting warning and build failed Warning message: 'UIEdgeInsetsEqualToEdgeInsets' is deprecated: Use == operator instead extension UIButton { open override func point(inside point: CGPoint,…
steveSarsawa
  • 1,559
  • 2
  • 14
  • 31
-1
votes
1 answer

Xcode 13 HelloWorld App Black Screen - ObjectiveC

I'm using Xcode 13, tried to taste the function of using pure Objective-c code to set up my HelloWorld App, but run into Black Screen. Any kind thoughts? Bellow is that I've done. 1 - New Project, select App, Interface - Storyboard, Language -…
Herman
  • 1
  • 1
-1
votes
1 answer

SKSpritenode inconsistently loads during start-up in iOS Swift 5/XCode 13

So when i start the app, the sprites all show up one time and everything is fine at first. Then when I check to see how it would do a second time one of the 5 SKspritenodes suddenly disappear. Then the next time I do it again all of the…
-1
votes
1 answer

Xcode Error 254 When Running Linux Executable

I have a very old objective-c code( one C file) that I was trying to build with Xcode(version 13.1) and launch the unix executable that was generated. I'm able to build the code successfully and generated the executable. When Xcode launches the…
-1
votes
2 answers

SwiftUI: Create a list of mx2 column grid of images on iOS 13 with single selection

I'm new to SwiftUI and I'm trying to display a list of images from API as mx2 grids on iOS 13. I was able to create the grid and also able to download the images. Now I have 2 issues, all cells are showing the last downloaded image, and I need to…
Francis F
  • 3,157
  • 3
  • 41
  • 79
-1
votes
2 answers

Xcode 13.1 issues with table view - items gets removed while reloading sometime

My project after compiled from Xcode 13.1 and in simulator iOS 15.0 have issues with table view. Table view cells gets removed completely for that area and empty space is there which is the background of table view. After scrolling up down multiple…
Chandan Kumar Jha
  • 325
  • 2
  • 4
  • 18
-1
votes
1 answer

Compiling and running my tvOS project with the new Xcode13+, the tab bar scrolls with the scrollView and I can't access the split view controller

When I compile and run my tvOS project with the new Xcode13+, the tab bar scrolls with the scrollView, and I can't access the split view controller moving the focus. The issue doesn't happen with Xcode < 13. However, after updating to Monterey, I…
Matteo Gobbi
  • 17,697
  • 3
  • 27
  • 41
1 2 3
30
31