Post

Replies

Boosts

Views

Activity

Reply to "Unable to Install" Message
Deleted all Projects from the DerivedData folder Cleaned the Build Folder Quit Xcode re-Opened Xcode Performed a Run Got the "Unable to Install" Message again Issued a report to Apple Closed the Project Created a new Project Performed a Run The Message appeared again for the new Project?
Oct ’24
Reply to SwiftData: Accessing a context outside of a view not possible.
Receiving the same warning with: import SwiftData @MainActor class…: ObservableObject { @Environment(\.modelContext) private var modelContext init() { let descriptor = FetchDescriptor<Location>(predicate: #Predicate {$0.areaName != ""}) let count = (try? modelContext.fetchCount(descriptor)) ?? 0 <<== Warning here }} Then the App Crashes Not interested in a View with a List Just a [fetchCount]
Topic: Programming Languages SubTopic: Swift Tags:
Oct ’23
Reply to Xcode 14 Beta 3 Core Data Model Editor Style
I'm using Xcode 14.0, have we gone back to Xcode 1.0? Why, is this time saving feature missing in action? Which Apple Team came up with this dark idea? Is there something broken here? Removing this feature makes troubleshooting a Core Data Model a lot more time consuming and less reliable! Over the last 4 months there has been NO reply from Apple, is there anyone from Apple listening to so many developers on this issue? What a BAD practice!
Dec ’22
Reply to This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode.
On 9/13/22 updated to Xcode 14.0, but iOS 16.0 is not available. Now: "This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your Mac and device in order to correctly detect compatibility". Am I missing something here? Do we need to wait for iOS 16.0 to develop for iOS 15.7, which is the current highest iOS device version?
Sep ’22
Reply to Xcode 13 - warning: Could not read serialized diagnostics file: error("Invalid diagnostics signature")
I also have the "Could not read serialized diagnostics file: error("Invalid diagnostics signature")" warning. I've tried a few improvements with restarting Project after deleting it's "xcuserdata". Thank you for posting this Question, hope it gets resolved as soon as possible. I WILL be back frequently on the status of the Question. It's on my Calendar. How many other Developers have the same situation?
Topic: Programming Languages SubTopic: Swift Tags:
Sep ’21
Reply to Command CompileAssetCatalog failed with a nonzero exit code 65
•Initial Conditions ••Xcode Version 12.2 ••Deployment Info •••iOS 13.4 ••••iPhone ••••iPad •••macOS 10.15.4 ••••Mac enabled ••Two AppIcon Files w/ all image sizes •••Devices iPhone and iPad •••Device Mac ••Scheme Device •••iPhone 8 Simulator •Information given at end of the Issue Log ••Command CompileAssetCatalog failed with a nonzero exit code ••…/assetcataloggeneratedinfo.plist ••Instead of going to the info.plist file •••Went to the Project TARGETS > General Tab > App Icons and Launch Image ••The App Icons Source Drop-Down-List was empty •••1st selected the macOS AppIcons - The Issue did not change •••2nd selected the iOS AppIcons - The Build Succeeded ••Then changed the Scheme Device to My Mac - The Build Succeeded •Conclusion: The App Icons Source must be the iOS AppIcons file name This is a simple Reply, hope it saves other people some of their valuable time.
Dec ’20