xcode15 Questions

3

Solved

I noticed that in Xcode 15.0, xcodebuild command to archive the app fails unless I remove the #Preview macro from the app. $ xcodebuild archive -scheme <Your Scheme> -sdk iphoneos -allowProvi...
Brawny asked 16/10, 2023 at 7:21

3

Solved

I just added my first Xcode 15, Swift 5.9 macro from an open source package that I'm referencing via Swift Package Manager. The first time I compiled locally, I had to trust the macro's package via...
Erotic asked 10/10, 2023 at 17:33

6

Solved

I have just updated to XCODE 15 and Macos SONOMA. I'm receiving this issue regarding cycles: Cycle inside MyApp; building could produce unreliable results. Cycle details: → Target 'MyApp': ExtractA...
Veiled asked 27/9, 2023 at 12:30

3

Since upgrading to Xcode 15.0, I have not been able to set simulators as a run destination. They do not show up as an option in the menu (either in the dropdown from the toolbar, or in the Product ...
Wireman asked 1/10, 2023 at 16:45

7

Solved

I have installed new version of Xcode 15.0. After this I am unable to run my flutter app. It is showing me following error: Error (Xcode): DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH...
Moxley asked 19/9, 2023 at 11:41

8

After downloading the Xcode beta and attempting to install the iOS 17.0 Simulator, an error message popped up saying, "Failed - Registering simulator runtime with CoreSimulator failed." I...
Peart asked 11/9, 2023 at 17:15

8

Solved

I update my Xcode to 15.0 and run application. When run application on iOS 17 my app is crashing with this Error: Assertion failure in -[UINavigationBar layoutSubviews], UINavigationBar.m:3 849 'N...
Arrowood asked 4/10, 2023 at 9:22

7

Solved

If I wanted to create a preview for a SwiftUI view that contains a @Binding I would have previously written something like this: struct SpecialButton_Preview: PreviewProvider { static var previews...
Negus asked 13/6, 2023 at 19:26

7

I recently updated to Xcode 15 Beta 7, and I'm having this error when running the app to my device (iOS 17 beta 7). It says that an existing disk image transfer is already in progress. Waiting to ...
Denominational asked 24/8, 2023 at 12:16

1

Since I have upgraded to Xcode 15.0, After my build is successful and it shows Running {ProjectName} on iPhone 15 But the debugging optioons are disabled. See the images: Debug menu showing all opt...
Childe asked 27/9, 2023 at 14:59

6

Solved

After Updating to Xcode 15 I am getting the following error in my react-native app while it try to build it. clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Con...
Arcane asked 20/9, 2023 at 5:54

7

Solved

I have downloaded and installed iOS 17 simulator runtimes and copied the profiles folder alongside the other old simulators at ~/Library/Developer/CoreSimulator/. Now Xcode shows simulators in the ...
Gomuti asked 6/6, 2023 at 12:50

7

Solved

I am upgrading xcode into 15 and ios into 17 version. But when I try to build my flutter project in iphone 15 pro max, I get this error Error (Xcode): Cycle inside Runner; building could produce un...
Commorancy asked 20/9, 2023 at 2:38

18

I am trying to build a native iOS project after upgrading to the latest Xcode 15 and macOS v14 (Sonoma). Earlier it was working fine in Xcode 14. While Building the project, I am getting these erro...
Steal asked 3/10, 2023 at 4:21

0

Since Xcode 15, every time my colleagues and I switch git branches (we do this a lot), Xcode seems to "lose" the package dependencies. If we don't notice it immediately, we notice as soon...
Bravo asked 5/4 at 13:4

1

I work behind a corporate proxy connected via Cisco Anyconnect. When I am not connected to the VPN, XCode 15 does recognize my physical iPhone which is connected via cable. As soon I switch to the ...
Pompano asked 28/9, 2023 at 8:18

0

so I was running my program fine on Xcode, now it updated to xcode 15.3 automatically, and I can't run anymore because it is saying I dont have the 17.4 installed. (Which a different issue but I ca...
Harassed asked 21/3 at 22:35

0

Context We have a very large codebase in our company 600k+ Lines of Code. The setup is a XcodeProj using Swift Package Manager as the only and main package management tool. We have started a long j...
Flush asked 13/3 at 14:9

4

I‘d like to store my user defaults in a class. With the old Swift data flow it was possible to use it in a class. Now, with the new system (Xcode 15, Beta 2), it doesn’t work anymore. Is there any ...
Impoverished asked 3/7, 2023 at 17:25

1

Solved

The canvas appears to be read-only... I can only drag and drop objects (Views & Modifiers & so on) from the Library onto the code itself. I'm doing a class on udemy where the instructor is ...
Dyson asked 30/10, 2023 at 1:45

2

I'm using MetaCodable macro in my project, installed via SwiftPM, when I try to build the project using Microsoft Azure's Pipeline using my local machine as a run agent (MBP M1 Max - Sonoma - XCode...
Humane asked 30/10, 2023 at 7:9

1

Simulator: iPhone 15 with IOS 17 Xcode: Version 15.0 (15A240d) Simple example on just created project: import SwiftUI struct ContentView: View { @State private var searchText = "" var...
Fusible asked 23/9, 2023 at 21:34

1

Solved

I recently updated to Xcode 15 and observed that Symbol Navigator has been replaced with Bookmark Navigator. I've been trying to locate it without success. With the Symbol Navigator apparently gone...
Dodecasyllable asked 16/10, 2023 at 9:16

1

I couldn't find a way to preview my SwiftUI views on multiple devices using the new XCode 15's #Preview macro. It was working with XCode 14 and was showing side-by-side previews on the canvas, each...
Apotheosize asked 27/9, 2023 at 15:32

1

All the resource that I can find is via CFBundleDisplayName in the plist. Is there any updated way to do this?
Dagmardagna asked 21/12, 2023 at 19:18

© 2022 - 2024 — McMap. All rights reserved.