xcode13 Questions

24

Solved

Updated to the Xcode 13 beta, now I can't build the project due to an error in several pods Older Xcode launches an app on iOS 15 too long I use M1, maybe this is due to architecture
Chaparro asked 16/8, 2021 at 11:26

7

Solved

I'm implementing a very basic task (download few files from a remote server) on an existing app, to exercise the new Swift Concurrency APIs. The task is done flawlessly on iOS 15: I use a TaskGroup...
Tamalatamale asked 12/7, 2021 at 20:8

5

Solved

Just upgraded to Xcode 13.3 beta 3 (from Xcode 13.2.1) and ran swift package init. It generated a deprecation warning, I have not seen this before: warning: Usage of /Users/sajjon/Library/org.swift...
Pelion asked 25/2, 2022 at 13:3

2

I'm working for a company which has an application in the AppStore. We need to test iOS 16 before release. I can not build the app iOS 16 devices with XCode 13.4. If we got build with firebas...
Fernando asked 1/8, 2022 at 15:21

5

Solved

I am getting an error message with Xcode 13 on the following code @available(iOS 13.0, *) case windowScene(_: UIWindowScene, windowLevel: UIWindow.Level) Enum cases with associated values cannot...
Semiprofessional asked 12/8, 2021 at 8:17

2

I am trying to build a landscape-only app in Xcode 13 and SwiftUI. I notice even if I have unchecked "Portrait" orientation, the app will still work in portrait mode. I am unable to force...
Tweeze asked 26/10, 2021 at 7:8

1

Solved

I'm looking to force light mode across the entirity of my app. I've read numerous posts about this subject, all of which indicate that I should set UIUserinterfaceStyle to light in the project's in...
Kobi asked 8/8, 2022 at 12:55

2

I am using Xcode 13 on a Macbook Pro (Intel/2019) with macOS Big Sur 11.6 I am building and launching the app on a connecting iPhone X running iOS 15.0, I am also running a UI test suite based on X...
Geneticist asked 28/9, 2021 at 18:26

2

I have a product building in Big Sur with Xcode 13 from the commandline via xcodebuild and generates this warning: warning: Building targets in manual order is deprecated - check "Parallelize ...
Brickey asked 24/9, 2021 at 17:3

7

Solved

I have updated my project to Xcode 13 and iOS 15. Now the app is crashing with an error related to autoresizing masks in UITableViewCells. I have tried to change UITableViewCells Layer property in ...
Breathy asked 1/10, 2021 at 11:31

2

Solved

I cleared the title from attribute inspector, but while running the app, text "Button" is displaying. Output: I checked different scenarios and the issue occurs only if the deployment t...
Spurry asked 28/9, 2021 at 6:24

3

In the latest release of Xcode 13.2, there has been a new feature, which allows us to see both old new versions of a line. In my opinion, it's kind of difficult to navigate with this feature enable...
Upstroke asked 15/12, 2021 at 21:36

4

Solved

I am trying to add a pod file to my project but I consistently get this error in the terminal. Does anyone know how to fix this? Or is it because I already use Xcode 13 with iOS 15 beta? My Project...
Soupy asked 24/6, 2021 at 16:50

2

I'm using SwiftUI 3.0, Swift 5.5 and Xcode 13.2, tested on iOS 15.3 iPhone device, and iOS 15.2 iPhone simulator. I have tested the following. This is a view, with a TextField, a focused state and ...
Langobard asked 28/2, 2022 at 7:22

0

I'm trying to generate Enterprise distribution build from jenkins job. I was able to build and generate the .ipa for Adhoc Distribution(Developer Account), but when i create a new job and set up th...

2

Solved

I'm experiencing a weird behaviour when updating Xcode from AppStore. Screenshot: Xcode 13.0 stuck while installing I've tried: Deleting Xcode then reinstall. Free up storage space on Mac. Connect...
Brownlee asked 21/9, 2021 at 8:17

15

Flutter version is 2.2.3 and I cant't run de flutter code on my iOS emulator. Launching lib/main.dart on iPhone 13 Pro in debug mode... lib/main.dart:1 Xcode build done. 43.6s Failed to build iOS a...
Plan asked 23/9, 2021 at 20:25

7

Solved

I have an iOS app, since upgrading to Xcode 13, I have noticed some peculiar changes to Tab and Navigation bars. In Xcode 13, there's now this black area on the tab and nav bars and on launching th...
Tired asked 22/9, 2021 at 9:17

2

Solved

Can't find any documentation of this issue. One of my apps has a text view with a .minimumScaleFactor(0.5). This works perfectly in iOS 14.0.* - when the text would be wider than the view its scale...
Athwart asked 26/9, 2021 at 13:15

1

Solved

Xcode 13.3 shows warnings for deprecation on the dependencies for external packages. For example: // swift-tools-version:5.6 import PackageDescription let package = Package( name: "MyPackage...
Ladonnalady asked 15/3, 2022 at 14:33

2

Solved

I used Cocoapods a lot, but recently whenever I was updating the pods (pod update), it started duplicating files and often didn't let me create a build for the App Store. I updated Cocoapods to the...
Amenity asked 3/10, 2021 at 17:3

4

I started studying swift language n there is a command Image Literal to add an image but it's not showing up anything. other than that if I try any other coding thing it automatically gets suggeste...
Rhabdomancy asked 27/9, 2021 at 12:22

2

App runs fine on iOS 14 device but on iOS 15 i'm not able to install It throws below error from the XCode 13 beta 2. Cleaned Dervied Data and tried it didnt work, Opted for Automatic / Manual sign ...
Readymade asked 17/7, 2021 at 15:52

2

Solved

I recently upgraded to xcode13, before which react native app was working fine for long time. However, after switching when I run in iOS, I am getting error "instruments is not a developer too...
Barrington asked 24/9, 2021 at 11:47

1

Solved

I am currently working in switching dependency manager of a project from Carthage to Swift Package Manager, We have for example realm dependency that used to be a dynamic framework when building wi...
Shiflett asked 21/1, 2022 at 14:43

© 2022 - 2025 — McMap. All rights reserved.