xcode15 Questions
8
Solved
Xcode 15 beta does not come with Device support files for iOS 17. Any other way we would run iOS 17 devices on Xcode 14
1
I have a React Native code and when I tried running it on Xcode 15, iOS 17
I am getting the error
[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation...
Beneficiary asked 2/10, 2023 at 4:44
3
After update XCode from 14.3 to 15.0 i have this mistake that i cannot disable "Connect Via Network" in physical device.
Also device connect via cabel
How can I disable "Connect Via...
Cense asked 19/9, 2023 at 14:0
3
Solved
This just started today in Xcode 15. I haven't added any new logs or print statements but when I build and run on my iPhone 14 Pro, I tap on a view in my app, the console is printing:
1 log/signpo...
1
Solved
How can I access the contents of the application support directory of my own apps on IOS 17 devices?
Until iOS 16 the answer in Xcode was to open the Devices and Simulators window in Xcode, select ...
2
Solved
“Expand Macro” stays gray even though I’ve seen the @Observable macro expanding earlier.
However when I manually trigger build error it does expand the location of the error. In this case I target...
Alsatia asked 19/11, 2023 at 19:54
2
Solved
My App is crashing trying to insert into a ModelContext. Anything obvious that sticks out as to why?
@Model
class MyDataClass {
var number : String
var pageNumberInDocument : Int
init(number:...
0
I've recently had to introduce a library (GoogleMLKit, using Pods) that doesn't support arm64 on simulators.
I can build for the iPhone device, which is arm64, perfectly.
I can build for Rosetta i...
Cripple asked 15/11, 2023 at 19:45
1
Solved
I'm trying to preview UIKit view using #Preview macro in Xcode 15, but got this error
== PREVIEW UPDATE ERROR:
FailedToLaunchAppError: Failed to launch
==================================
| ...
1
Solved
After updating to Xcode 15.0.1 and macOS Sonoma (14.1), I am facing compile time issues with Xcode project. Earlier it was working fine on Xcode14
I cheked apple developer forum and other question...
Rival asked 6/11, 2023 at 17:0
2
There is a new #Preview macro (or at least new to me). It's discussed on the SwiftLee blog here. I'm excepting some of his code exampled below to ask my question.
To preview your code in the SwiftU...
1
Solved
I was trying to run iOS 15 Simulator on Xcode 15.0.1, but I got an error: "Unable to boot the Simulator. Interrupted system call"
I tried:
Reinstalling Xcode
Deleted "Derived ...
Garnet asked 26/10, 2023 at 16:53
2
Solved
I have Xcode Version 15.0 (15A240d), after successful archiving when uploading on app store getting below errors. I checked my provisioning profile and certificates are valid and I am able to uploa...
Kimbro asked 1/10, 2023 at 13:29
2
`Error (Xcode): Cycle inside Runner; building could produce unreliable results.
Cycle details:
→ Target 'Runner': ExtractAppIntentsMetadata
○ Target 'Runner' has copy command from '/Users/datnguyen...
2
Solved
On the apple developer website I can download Xcode new betas separately from the simulators.
I did exactly that. After downloading Xcode (3.41GB) I downloaded the new iOS 17 beta which was 7.47 G...
1
Did something change as far as how to use #Preview macros in Xcode 15 Beta 8? This code used to work fine but now no longer compiles because of == PREVIEW UPDATE ERROR: CompileDylibError: Failed to...
These asked 4/9, 2023 at 14:42
1
Solved
On Xcode versions, before Xcode 15 we have an option Export
Export which I then saved a copy and uploaded to the app store with Transporter
This has vanished, I need to get a copy of the IPA before...
3
I am currently testing the compatibility of my iOS applications developed using Xamarin iOS. However, I'm encountering problems with both Xcode 15 beta and Visual Studio 2022 (version 17.6) on my M...
Conjecture asked 28/6, 2023 at 15:58
1
I've used Xcode's source control for years and it has always worked well. However, with Xcode 15 they made some big changes that I am not enjoying (no more side-by-side, etc.).
The biggest issue is...
1
Solved
In my legacy code base with public Xcode 15.0, I can't preview any UIKit views with the new #Preview macro
import SwiftUI
#Preview {
let uiView = UIView()
return uiView
}
The canvas fails to l...
Euterpe asked 26/9, 2023 at 17:49
1
Solved
I'm trying to add a line break to a string in the new Xcode 15 strings catalog, aka xcstrings. Thinking of nothing, I added the usual \n to the place where I want the line break.
But in my SwiftUI ...
Fray asked 26/9, 2023 at 16:16
1
Solved
After upgrade the latest Xcode Version 15.0 (15A240d), Can't build success with below error:
Unable to process Info.plist during build process
Abusive asked 19/9, 2023 at 4:58
2
I have a Swift Package in my SwiftUI project that includes styles for UI components. Also, this package includes a resource folder that contains assets that can be used in styling. I can get an ima...
1
How can I use a let value in the new #Preview macro in Xcode 15?
Here is my code:
#Preview {
let categories = Bundle.main.decode([Category].self, from: "Items.json")
CategoryView(catego...
1
I want to create a class for handling some data at regular intervals. I've not used CoreData. Outside of a SwiftUI view, how do I get the model container and context so I can retrieve and add objec...
© 2022 - 2024 — McMap. All rights reserved.