Xcode 15 is not running in macOS sequoia
I’ve updated macOS to latest sequoia. I’ve Xcode 15 before updated macOS sequoia. After updation macOS to latest. Xcode stopped running
I’ve updated macOS to latest sequoia. I’ve Xcode 15 before updated macOS sequoia. After updation macOS to latest. Xcode stopped running
I’m trying to initialize CocoaPods in a new iOS project using Xcode 16. When I run pod init, I get the following error: RuntimeError - `PBXGroup` attempted to initialize an object with unknown ISA `PBXFileSystemSynchronizedRootGroup` I’ve updated CocoaPods, Xcode, and…
After updating to the latest version of the xcode IBInspectable properties not showing up in the xib editor. You can see in the screenshots below that inspectable properties added both as extension and as properties for the specific class, both…
When debugging for iOS with Flutter, the following error occurs during build. Lexical or Preprocessor Issue (Xcode): Include of non-modular header inside framework module 'firebase_storage.FLTTaskStateChannelStreamHandler': '/Users/User1/FlutterProjects/flutter_project/ios/Pods/Headers/Public/Firebase/Firebase.h' /Users/User1/.pub-cache/hosted/pub.dev/firebase_storage-11.7.7/ios/Classes/FLTTaskStateChannelStreamHandler.h:12:8 env Xcode 16, iOS Simulator 17.5 and 18.0 Flutter 3.24.2 • channel stable…
I created a small Swift app using Xcode 15.4 on macOS 14.6.1 (I have since updated to Xcode 16 + macOS 15.0, no change to the behavior). The code is pretty boilerplate, just a simple screencapture app using ScreenCaptureKit. The…
Here's the code import SwiftUI struct MyView: View { @State private var Items = ["Apple", "Microsoft", "Google"] @State private var presentSheet = Bool() var body: some View { NavigationStack { List { ForEach(Items) { item in Text(item) .swipeActions(edge: .leading) {…
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 as we try to build. Thanks…
I'm building my app for the firsttime with the final release version of XCode 16 (released today), but I'm getting an error saying "Compiling for iOS 13.4 but RealmSwift has a minimum deployment target for iOS 18". This doesn't happen…
I recently upgraded my Xcode to version 16. After the upgrade i have started encountering this error when i am building my app. unexpected service error: The Xcode build system has crashed. Build again to continue. My Setup macOS: version…
I'm getting the following errors when trying to distribute my app to TestFlight: What I tried till now: I checked the ENABLE_BITCODE option in XCode and it is set to "NO" for both debug and release. I checked the DEBUG_INFORMATION_FORMAT…