Post

Replies

Boosts

Views

Activity

How to continue to consume the Cloud Drive
*** 1/3/2020 No longer works We believe the issue is "Unable to access iCloud Account, can't find Cloud URL" ***294 let containerURL = FileManager.default.url(forUbiquityContainerIdentifier: nil)295 let documentDirectoryURL = containerURL!.appendingPathComponent("Documents")296 let documentURL = documentDirectoryURL.appendingPathComponent("myFile.txt")Fatal error: Unexpectedly found nil while unwrapping an Optional value: file Automated/View2.swift, line 2952020-01-03 21:24:05.435190-0500 [3132:149223] Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /UsersWhy now 1 year later is the ubiquityURL nil?We believe the issue is "Unable to access iCloud Account"
0
0
380
Feb ’20
Unable to access clout account
Write to iCloud Drive has stopped working on all apps.*** 1/3/2020 No longer works We believe the issue is "Unable to access iCloud Account, can't find Cloud URL" ***A device update has made the URL to the iCloud Drive nil. How can we recover from this?Fatal error: Unexpectedly found nil while unwrapping an Optional value: file /Users/ on line 295Exp.294 let containerURL = FileManager.default.url(forUbiquityContainerIdentifier: nil)295 let documentDirectoryURL = containerURL!.appendingPathComponent("Documents")296 let documentURL = documentDirectoryURL.appendingPathComponent("myFile.txt")
0
0
353
Feb ’20