Posts

Post not yet marked as solved
Well.. I did an NVRAM restart (cmd+opt+P+R) - and it solved the issue! as well as re-setting the SMC on my 2015 MacBook Air.. Wow.. that fixed it all.. My MacBook Air has also been getting very very hot since updating to Big Sur.. will see if the above re-sets fixed that as well. Hope this helps all.
Post marked as solved
I have a 2016 MacBook air 16gig Ram, plenty of room on the SSD, and yet after the update yesterday 15th Dec, Xcode is running terrible. It has never been a rocket on my simple Macbook Air, but it's been very useable. However it is extremely slow now, to a point where it's very frustrating and dissapointing.
Post not yet marked as solved
Hi,I am getting same similar error.. as below.. Hey hfgjd above, not sure how to find "Module" and to click "Current Product Module"..Cant find that area and selection.Hope you can help or send me a screen shot... please !Thanks !2020-05-02 09:27:50.813395+1000 Ham Log It[1148:40369] [error] warning: Multiple NSEntityDescriptions claim the NSManagedObject subclass 'Things' so +entity is unable to disambiguate.CoreData: warning: Multiple NSEntityDescriptions claim the NSManagedObject subclass 'Things' so +entity is unable to disambiguate.2020-05-02 09:27:50.813787+1000 Ham Log It[1148:40369] [error] warning: 'Things' (0x600001b88160) from NSManagedObjectModel (0x600000f9f7f0) claims 'Things'.CoreData: warning: 'Things' (0x600001b88160) from NSManagedObjectModel (0x600000f9f7f0) claims 'Things'.2020-05-02 09:27:50.814055+1000 Ham Log It[1148:40369] [error] warning: 'Things' (0x600001b816b0) from NSManagedObjectModel (0x600000fa4f00) claims 'Things'.CoreData: warning: 'Things' (0x600001b816b0) from NSManagedObjectModel (0x600000fa4f00) claims 'Things'.2020-05-02 09:27:50.814425+1000 Ham Log It[1148:40369] [error] error: +[Things entity] Failed to find a unique match for an NSEntityDescription to a managed object subclassCoreData: error: +[Things entity] Failed to find a unique match for an NSEntityDescription to a managed object subclass
Post not yet marked as solved
Thank you for the inputs... However I found that the only way to get this to work is Erase the SSD and re-install Catalina Beta 4 and Xcode Beta 4 to get it to work.So far it;s working.Cheers.Craig
Post not yet marked as solved
Hi Ken,Thanks for taking the time to reply.Well.. i have tried everything.. I have been uing Xcode for around 4 years and all has been working fine.. Worked ok on Beta 3 (Xcode and Catalina).I have rebooting my Mackook Air, checked Drive... Deleted Xcode, re-installed it..Start a new Project SwiftUI "Hello World", works fine in the Canves but will not load in the Simulator..Cleaned Build, Compiled ok.Removed from Simulator.Rebooted simulator.Not sure what else to do.I have around 53Gb free on my Macbook Air..Any suggestions?One question... How do you Open the Simulator before Xcode ??? ok.. Found it.Cheers.Craig
Post not yet marked as solved
Thanks for the reply..What Mac are you running ?Cheers.Craig.
Post marked as solved
Thanks I have managed to get my Watch app storing to the cloud.. Thanks again Craig
Post marked as solved
Hi,Well done... you are way above what am..Being a simple motorcycle mechanic, I do not have an IT background.That code you gave me is way above what I can do. I would not know how to implement it.I was hoping to simply use similar code that is on the IOS App and duplicate it on the Watch App.For example, my IOS code. import UIKit import CloudKit class ListViewController: UIViewController { // Setup Database from iCloud let database = CKContainer.default().privateCloudDatabase var records = [CKRecord]()then....// Get Database from iCloud @objc func queryDatabase() { let query = CKQuery(recordType: "FuelBuddy", predicate: NSPredicate(value: true)) database.perform(query, inZoneWith: nil) { (records, error) in let sortedRecords = records!.sorted(by: { $0.creationDate! > $1.creationDate! }) self.records = sortedRecords DispatchQueue.main.async { // Check and report if an error if error != nil { self.alert() } else { //self.records = records! self.tableView.reloadData() self.tableView.refreshControl?.endRefreshing() }}}}}But as soon as I add this code to the Watch App, it crashes. // Setup Database from iCloud let database = CKContainer.default().privateCloudDatabase var records = [CKRecord]()Man I am lost..Jusyt cannot find any samples.Cheers.Craig.
Post marked as solved
Thank you.So I assume you are now in your 70's or near it... Well done.I have no formal training and are self taught.I am having trouble just starting on getting the data from icloud which the IOS App stores.Do you know or any demos or sample code that would help me kick start things in wrriting the section in the Watchkit Extension ?The iOS section is connected to a Private Database that I would like the Watch section of the app to be able to connect to and populate a Tableview on the watch.Any ideas please !Cheers.Craig.
Post not yet marked as solved
Sorry about the slow reply..I display data from iCloud to my Tableview, so if I was to Re-Order the cells I need to save the data in each Cell back to iCloud so it saves it in the new order.. if that makes sense.Cheers.Craig.
Post not yet marked as solved
Thank you for taking the time to help me out.How do I save the moved record so it save the new positon in icloud ?Cheers.Craig.
Post not yet marked as solved
Hi,May I ask how you went with this ?I am also trying to set up an account here in Australia.Cheers.
Post not yet marked as solved
Hello,Wondering how you went with this ?I see you got no replies.I am in the same situation as you were... How did you go?I'm confused.
Post not yet marked as solved
I am getting the same Error as wellPlease help.ERROR /BuildRoot/Library/Caches/com.apple.xbs/Sources/VectorKit_Sim/VectorKit-1230.32.8.29.9/GeoGL/GeoGL/GLCoreContext.cpp 1764: WARNING: Output of vertex shader 'v_gradient' not read by fragment shader