Posts

Post not yet marked as solved
1 Replies
There is an issue when I try to update List. CoreData is updated but List shows old value. swift let request = NSBatchUpdateRequest(entity: Item.entity()) request.propertiesToUpdate = ["timestamp": Date()] do {     try viewContext.execute(request) } catch {     let nsError = error as NSError     fatalError("Unresolved error \(nsError), \(nsError.userInfo)") }
Post marked as solved
4 Replies
Hello,I also face the same issue, what info do you need to resolve this problem or how to manage safari extension by catalyst app nowadays?I would like to catch selected text in Safari and send it to my app.