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
5
votes
0 answers

mkdir(/Debug-iphoneos, S_IRWXU | S_IRWXG | S_IRWXO): Read-only file system (30) error on Xcode 13.2 beta

I'm trying to build my app on Xcode 13.2 beta. Getting this error: mkdir(/Debug-iphoneos, S_IRWXU | S_IRWXG | S_IRWXO): Read-only file system (30) error. And for the solve I tried give write permission to folders but it is not working. Any help?
kadiralev1
  • 51
  • 4
5
votes
2 answers

Swift Playground with async/await "cannot find 'async' in scope"

I'm trying to run this async function on Xcode Playground: import Foundation import PlaygroundSupport PlaygroundPage.current.needsIndefiniteExecution = true enum NetworkingError: Error { case invalidServerResponse case…
Sebastian
  • 6,154
  • 5
  • 33
  • 51
5
votes
2 answers

Command Line Tools Not Found MacOS Monterey XCode13

I´m currently trying to resign a wrapped app from mobileiron with terminal. When I try it says: "sign_wrapped_app.sh Version 4.7.0.0 Usage: sign_wrapped_app.sh -i [-b -e -p -s -d -o ] This script MUST be run on a computer with Xcode…
jonasroman
  • 71
  • 1
  • 4
4
votes
1 answer

ITMS-90725 Useless error message, since it contradicts itself, Apple upload

how should i solve this issue? ITMS-90725: SDK Version Issue - This app was built with the iOS 15.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or later. It complaints about i need to…
smurfy
  • 616
  • 5
  • 8
4
votes
2 answers

FBLPromises.framework does not contain bitcode - failing build

I get the following error, even after setting Bitcode to No in my Podfile. This occurs across different Xcode, up to 14.0 (at which I get a signing error, which also doesn't make sense since I have set up development teams on all targets): Error…
satchel
  • 405
  • 5
  • 16
4
votes
0 answers

Debugging with Xcode 13.4 hanging forever

Do you also have any difficulties while debugging with Xcode 13.4. Most of the time it hanging/stuck at break point. I always have to stop(need to hit stop button at least 10 to 12 times) and run again. Even though I do that, same thing happens over…
Marlon Brando aka Ben
  • 863
  • 1
  • 14
  • 33
4
votes
0 answers

No "Create Pull Request" option in Xcode 13.2.1

Having heard about the possibility to create and comment pull requests, I was about to try this feature: I have successfully added by Bitbucket Cloud account in Preferences using an App Password I can see my repository, branches I can create…
rgal75
  • 151
  • 6
4
votes
3 answers

Xcode 13 UI Previews folder takes too much space

I have a 250Gb M1 Mac Mini and it is starting to run out of disk space recently, it seems like the UI Previews is the main culprit which takes roughly 165GB space alone and is increasing each day. Tried to delete the folder using Dev Cleaner but was…
photosynthesis
  • 2,632
  • 7
  • 29
  • 45
4
votes
1 answer

when running "yarn ios" I keep getting "The following build commands failed: Ld...."

I've been stuck on this one on two projects now! (silly me didn't write down how I solved this issue the first time around ‍♂️.) I have a react native project and running yarn ios brings me this error Ld…
4
votes
1 answer

XCode 13 and iOS 11.4 Simulator

All simulators of 11 version and below are missed after updating XCode to 13 version. There is iOS 11.4 in the list of available simulators: Simulator list: But I can't create simulator with this version because it doesn't appear in list when I try…
WGPavell
  • 41
  • 2
4
votes
2 answers

Swift iOS: Core Image with Metal Kernel: Strange kernel behavior

Hello developer friends. The first time I ask a question on Stackoverflow. For the first time I came across writing custom Metal kernels to create a Core Image filter. The task seemed simple. You need to make a filter to adjust the hue, saturation…
diclonius9
  • 69
  • 4
4
votes
1 answer

Undefined symbol error after Xcode 13 update

I have recently updated my Xcode to v13. Since then when I tried to archive I am getting following error Undefined symbol: _OBJC_METACLASS_$_UMAppDelegateWrapper Undefined symbol: _OBJC_CLASS_$_UMAppDelegateWrapper Undefined symbol:…
ThinkAndCode
  • 1,319
  • 3
  • 29
  • 60
4
votes
1 answer

Xcode 13 - Cannot Submit Archive - Errors occurred while locating signing assets

This issue only started after updating to Xcode 13. Never had it under 12.x and no other changes. I am tying to send an Archive to Appstore Connect for a client. I have the "App Manager" role which has always been enough for this activity. However,…
C6Silver
  • 3,127
  • 2
  • 21
  • 49
4
votes
3 answers

XCode 13 compiling old SwiftUI with error of Command CompileSwiftSources failed with a nonzero exit code

I can build, run, and archive the same SwiftUI project by use of previous Xcode version with no longer any problem, but the issue is always occurred since upgraded to XCode 13. In fact, it's stuck on building....and the error is shown as long as…
Jerry Lin
  • 51
  • 1
  • 5
4
votes
1 answer

LSApplicationQueriesSchemes Xcode 13 or iOS15 BUG?

I use "LSApplicationQueriesSchemes" in the project Info.plist, which contains 219 url schemes. I use the urlscheme contained in this file to determine if an app is installed on our user's phone, which worked fine before iOS15, but recently I had a…
StefanQu
  • 41
  • 1
  • 2