xcode13 Questions
2
Solved
I am getting the following error when trying to integrate App Check into my iOS app.
AppCheck failed: 'The operation couldn’t be completed. The attestation provider AppAttestProvider is not support...
Stannite asked 18/7, 2022 at 19:16
7
I am getting the below error when I build my iOS project in Xcode 13.0 for Simulator 15 with Swift 5.5
16
I have been stuck on this bug for quite a while now so any help would be appreciated. When I try to build my app I keep getting the following build error:
Multiple commands produce '/Users/my_user_...
5
I am using the Xcode 13 beta and noticed the Color Literal suggestion when trying to choose a color with a picker does not show up (in previous versions I would do Color(Color Literal()) and a colo...
5
System specification:
Mac-in-cloud (v 12.3.1) 8 GB.
XCODE 13.4
Few months ago we had created a project in xcode on mac-in-cloud. It was working fine and we pushed it on git then rented another mac-...
Infield asked 7/6, 2022 at 10:18
2
Solved
Since Xcode 13, there is no Info.plist by default. Instead, the common field are in the target’s Info tab, and build settings in the project editor. A separated Info.plist file is added to project ...
7
Solved
I am trying to run a project on the Xcode13, after running a pod cache clean --all, deleting the derived data, and running a pod update.
When I clean the project and build it
the following error ap...
3
Solved
Now that Apple has taken away the Plist, naturally it has changed the way we add custom fonts to our app. Before we just added the file to our bundle and set a property for it and our plist and vio...
3
Solved
Since Xcode 13, code comparison default is no longer a side-by-side diff.
There must be a way of doing this still.
I am struggling to find the option!
2
Solved
I'd like to confirm the battery usage of an app I am developing on iOS, specifically on Xcode 13 and iOS 15. (Note: This app previously showed no issues with battery usage on previous versions of i...
Vlad asked 28/9, 2021 at 1:59
1
I am using DocC for the first time, and after reading your docs, there are 4 things I don't know how to do it, can you help me?
How can I mark public methods to tell DocC that I don't want to gener...
Dougall asked 23/11, 2021 at 17:44
5
Solved
Has anyone figured out how to add/edit values in the Info.plist of Xcode 13 yet? I see they moved the Info.plist from the navigator pane... but although I can find it, I'm not sure how to edit it.
...
Amarette asked 9/6, 2021 at 1:40
4
Solved
I am developing an app with Xcode 13.0 (13A233) on Macbook with an M1 chip. After updating pods to the latest version, the pods are complaining about error
CompileSwiftSources normal arm64 com.app...
Mangle asked 11/10, 2021 at 6:6
1
i have clear derive data folder, clean, and rebuild project again but still stuck after indexing and not able to run the project on simulator and real devices.
2
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...
3
When opening in Xcode 12.5 a project created with Xcode13, I get this error message:
"The project at '/Users/[...].xcodeproj' cannot be opened because it is in a future Xcode project file form...
6
The most used feature is missing in Xcode 13
Image Literal
#imageLiteral()
these commands do not seem to be working. A similar change has happened for Color Literals as well.
2
What do I do about this? I get no useful info predictably. A search for
UnsafeMutablePointer yields
func scrollViewWillEndDragging(_ scrollView: UIScrollView, withVelocity velocity: CGPoint, targ...
Stoichiometric asked 28/4, 2022 at 10:25
5
Copy/Paste not working on Xcode 13 with M1 Macbook Pro simulators. It was working on a normal Mac PC.
Sigridsigsmond asked 22/3, 2022 at 9:35
3
Solved
import SwiftUI
struct ContentView: View {
@State private var items: [ItemModel] = Array(0...100).map { ItemModel(id: $0, title: "item \($0)", age: $0) }
@State private var selection ...
5
I use the following code snippet (in Xcode 13 Beta 5 and deployment target set to 14.0) to apply view modifiers conditionally according to iOS version:
struct ContentView: View {
var body: some Vi...
5
Solved
I'm using Mac mini , MacOs monterey and m1 chip. When trying to setup flutter, it is giving error.
command: flutter doctor
o/p: /Users/admin/Desktop/flutter/bin/internal/shared.sh: line 229: /Users...
Wellknit asked 17/11, 2021 at 6:16
3
I have updated mac to 11.6 and xcode to 13.0. Realm could not compile so I updated it with carthage to v10.15.1. Now I get this runtime error just after the app launch:
Library not loaded: @rpath/...
0
My project was fine until I upgrade my Xcode to Xcode 14, after I upgrade my Xcode a few week, now that every time I try to debug and print it always show error like below and I can't figure it out...
14
Solved
I've an error with xcode 13. When i try to run my app on a real device (arm64 architecture) i got the following error:
Executable Not Found
Domain: DVTMachOErrorDomain
Code: 5
Recovery Suggestion: ...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.