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

Fastlane CI Getting Stuck when Using XCode 13 on [CP] Embed Pod Frameworks Step

After moving my CI (Github Actions) to use XCode 13 this week, Fastlane builds are getting stuck at the [CP] Embed Pod Frameworks step. I've read that this can be due to keychain issues and tried a number of approaches including deleting the…
shaydawg
  • 1,193
  • 1
  • 12
  • 17
2
votes
1 answer

React-Native xcrun: error: Failed to locate 'instruments' in Xcode 13

instruments command-line tool has been removed in Xcode 13 and Apple asks to use xctrace instead. But I'm not sure how I can fix it while running the React-Native project on the terminal. npx react-native run-ios --device "iPhone" Actually, I see…
Capella
  • 881
  • 3
  • 19
  • 32
2
votes
0 answers

how to make separated shadow appearance for UINavigationBar in Xcode 13 iOS 15

recently, I updated my Xcode 13 and my navigationBar broke like this: it's same code and same Xcode but in iOS 15 simulator, scrollEdgeAppeance's shadow override standard one. it should be like this(same code in iOS 14 simulator). here's my code…
이동근
  • 103
  • 7
2
votes
1 answer

Flutter Module won't build in iOS

I'm getting this error when trying to build iOS app with flutter module injected in it. I added the FLUTTER_ROOT and flutter dependencies in pod are successfully installed but the build fails getting this error: ERROR: Unknown FLUTTER_BUILD_MODE:…
2
votes
1 answer

Unable to change iOS 15 SwiftUI List Section header padding

We are using SwiftUI and custom view for List Section's header. But when compiling with Xcode13/iOS15 SDK, there seems to be extra left/right 20px + top/bottom 6px padding fixed in the header container view. I even created the bare minimum testing…
kcome
  • 1,166
  • 9
  • 22
2
votes
0 answers

Flutter IOS, CircleCI ARCHIVE FAILED after upgraded Xcode to 13.0.0

I've been deploying our Flutter application through CircleCi with Xcode 12.4.0. But, after upgrading Xcode to 13.0.0 (Not the beta version) in the config.yml file, the Fastlane build_app action doesn’t succeed anymore. It works fine locally. I've…
Harol
  • 93
  • 1
  • 4
2
votes
0 answers

Alert isn't presenting when we use confirmationDialog in a View Xcode 13

struct ConfirmationDialog: View { @State private var showingOptions = false @State private var showingAlert = false var body: some View { VStack { Button("Show Options") { showingOptions = true …
2
votes
1 answer

SwiftUI NavigationLink pops automatically back

I am using the searchable modifier on a List of Titles (Entity) stored in CoreData. When I click on a link without the search the NavigationLink opens the View (PlayerView) perfectly. But when I use the search field to search for a specific title…
2
votes
1 answer

Why code coverage decreased after updating to xcode 13?

I updated to Xcode 13 and noticed that the coverage report is not considering some lines like guard, ??operator, curly braces... ex: It made the overall coverage decrease a lot without a change. Is anyone facing this issue? Is there a solution?
gigomar
  • 75
  • 2
2
votes
2 answers

Xcode show .xib and .storyboard only as XML

I don't know the reason, but Xcode from today won't open .xib and .storyboard files as visual editor, but only as XML. If I right click on one of these file, trying to choose "Open as..." this is the result. Very strange.
Fry
  • 6,235
  • 8
  • 54
  • 93
2
votes
0 answers

iOS 15 Xcode 13 in app purchases not working

I am testing applications on iOS 15 and iOS 14 devices. So on iOS 14 IAP working fine but on iOS 15 not working. Anyone, please help is this issue from the apple side? update: working on the simulator but not on device account type: Sandbox
Shahbaz Akram
  • 1,598
  • 3
  • 28
  • 45
2
votes
2 answers

iOS 15 SwiftUI Conditionals on a view with Navigation View makes NavigationBar config to be ignore if navigationViewStyle stack

been searching for this everywhere and can't find anything around this, I believe is a bug, maybe is not. I need NavigationView with .navigationViewStyle(.stack) to have it stacked on the iPad and make it look the same as the iphone, now suppose you…
Javier Vieira
  • 2,100
  • 20
  • 23
2
votes
0 answers

Not able to connect IBOutlet in XCode 13

My setup: I am using Mac Book Pro M1. I have been using XCode 12.5 Beta 3. I also installed XCode 13 recently. Problem: I created the simple project in XCode 13 with just 1 image view, 1 label, and 1 button. I open ViewController and trying to drag…
Amit Baderia
  • 4,454
  • 3
  • 27
  • 19
2
votes
1 answer

Fastlane, deploy iOS, fatal error YogaKit.modulemap not found

I want to deploy my react-native application with Fastlane to TestFlight, where I get the follwing error Compiling main.m fatal error: module map…
Amir-Mousavi
  • 4,273
  • 12
  • 70
  • 123
2
votes
1 answer

react-native run-ios command not running successfully after updated xcode 13

After updated Xcode 13, react-native run-ios command is not working successfully in my project. When I run that command, Successfully launched the app on the simulator is shown in the terminal. no error message. The application is not built well and…
uSai
  • 31
  • 2
  • 7