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].
Questions tagged [xcode13]
459 questions
1
vote
0 answers
/bin/sh: /packages/flutter_tools/bin/xcode_backend.sh: No such file or directory Command PhaseScriptExecution failed with a nonzero exit code
I have been stuck on this error for the past week going around all possible solutions I found online and nothing works. Can you please guide me on how I can solve this?
I am trying to build the app on Xcode and I am getting this error:
/bin/sh -c…

Rogerant Tshibangu
- 13
- 2
1
vote
3 answers
Transfer to Apple M1 Xcode shows an error "'FirebaseCore/FirebaseCore.h' file not found" and "Could not build Objective-C module 'Firebase'"
There is a fairly common problem in my Xcode project. I'm using Firebase and project perfectly works with Xcode 11 on Intel i5, but with Xcode 13 (Swift 5) on Apple M1 there are 2 dramatic errors:
'FirebaseCore/FirebaseCore.h' file not…

Stanislav Putilov
- 175
- 1
- 13
1
vote
1 answer
xcode size classes tool
I'm using xcode 13 and UIKit.
According to the tutorial I'm doing, there should be a size classes tool, in my "view as" bar, but I can't see it. Has this changed?
How I'm I supposed to set up constraints for a specific size class?

fwend
- 1,813
- 2
- 15
- 17
1
vote
1 answer
Xcode 13.1 show source code framework from app
I want to hide my framework's source code so that it cannot be accessed from App with "Cmd + click + Jump to definition".
Any flags to do this from the build settings?
I tried this with Xcode 11.3.1 works fine. it doesn't show the source code, it…

Spm
- 11
- 1
1
vote
0 answers
Pod install on existing project caused error with nanopb (Xcode13 + toolchain to swift 5.4)
Background:
After cloning an existing project, removed xcworkspace and podfile.lock, then ran pod install. There are about 20 pods in this project.
Xcode version is 13.1 but I'm using toolchain because some pods have outdated syntax and Xcode won't…

ilikeburntflan
- 9
- 3
1
vote
1 answer
React Native app first archive after updated to Xcode 13.1
I used to compile my React Native app with Xcode 12 correctly but I had to compile for iOS 15, so upgrade Xcode 12 to 13.1.
I had a lot of errors and tried a few solutions without success.
I tried to begin from scratch :
git clone myProject
npm…

Stéphane ROQUES
- 37
- 5
1
vote
0 answers
XCode 13 build failure - XCode 12 working fine - could not build module 'Darwin'
I have problems building my project with XCode 13 (same error message with XCode 13.1 and 13.2 (beta)).
XCode 12.5.1 is still working fine.
Deleting the "derivedData" folder does not change the error.
My project is doing some cross compilation with…

Coureard
- 41
- 5
1
vote
1 answer
Xcode 13 won't stay paused at breakpoint
I'm on Xcode 13 GM (13A233) and I'm noticing that it won't stay paused when it hits a breakpoint. It stops, but about a minute later it just resumes. Is there a new default setting that might cause this? I don't see anything relevant in "Behaviors,"…

jbm
- 1,248
- 10
- 22
1
vote
0 answers
Why does Xcode keep asking me for the keychain password?
I'm currently working with Mac the first time, building an iOS app. It works for a colleague, but not for me.
When I go to Product > Archive (Any iOS Device (arm64)), it starts working. I can hear the fan go crazy. Then it stops and asks me for a…

Martin Thoma
- 124,992
- 159
- 614
- 958
1
vote
0 answers
Metal Validation Fails with Xcode
I'm learning how to use the Metal API. I've been following this tutorial: Audio Visualization in Swift using Metal and Acceleration
Building the project in Xcode succeeds but the program does not function and I get these errors in Xcode…

markcstrass
- 11
- 1
1
vote
0 answers
Why is my animation (sometimes) overlaying the Tab Bar Controller in Xcode 13?
I have a UITextView that animates from off the screen (below). It works great, unless I press the home button and return to the app. Then, the text scrolls over the Tab Bar Controller, and doesn't stay within the view area. I'm running Xcode 13. The…

Iggy
- 33
- 6
1
vote
1 answer
Getting "Custom zones are not allowed in public DB" since Xcode 13 / iOS15
First post here, and desperate for help.
I am hitting an issue when developing an app that uses the CloudKit Public DB. I am relatively new to this, and I may be doing something wrong. I have distilled the issue to use just the template app that…

Snark2021
- 31
- 5
1
vote
2 answers
SwiftUI Localization one string is not getting translated
I have this one string word "Every " which is stored like below that doesn't get translated.
ForEach(viewModel.repeatTimes, id: \.self) { repeatedDay in
Button(action: {
if repeatTime.contains(repeatedDay) {
…

Yasin Cengiz
- 51
- 5
1
vote
1 answer
clean build/archive fails on xcode13
trying to build or archive using clean command results in:
Could not delete some/build/path/here because it was not created by the build system and it is not a subfolder of derived data.
running the same without clean, works just fine. also,…

Max
- 799
- 1
- 5
- 17
1
vote
1 answer
My navigation bar doesn't go to the top of the screen in Xcode 13.0
I am using a navigation controller and my navigation bar will not extend to the top of the screen. I never had an issue with this until I updated Xcode to version 13.0. I am using storyboard and can't figure out why this issue is happening. (See…

Ethan Brimhall
- 357
- 3
- 10