I did everything in Reading Me.
Even after I press the game, the simulator starts, and then displays a message:
Line Error 175 :
let toURL = ListUtilities.localDocumentsDirectory.URLByAppendingPathComponent(url.lastPathComponent)
I have no idea what to do.
You need to change LISTER_BUNDLE_PREFIX to your company identifier, for example, "com.yourcompany.com", and ultimately fix the error in the "Application group" and "iCloud" options. The first step must be completed before steps 2 and 3.
First change LIST_BUNDLE_PREFIX in the project setup. This option is on the Build Settings tab of your project (not the goal)!
Fix App Groupe
Fix iCloud setting
Make sure that you modify all instances of com.example.apple-samplecode in the sample code appropriate for your application. This will not result in an error.
com.example.apple-samplecode
If the above does not work for you, you may need to update Xcode's knowledge of your rights by clicking on the small circle with the arrow button. And one more thing ... Make sure you have the CloudKit platform installed and the CloudKit button is installed in the iCloud capabilities panel.
Source: https://habr.com/ru/post/1207186/More articles:Text Fade UITextField - uitextfieldAngularjs doesn't save variable to $ scope after AJAX call in $ http.get request - jsonCannot use Angular to show json from flickr - jsonEmail notifications for events via the Google Calendar API - javascriptHow to use third-party lib in the built-in dynamic structure for iOS with fast - iosISEXP: warning: -6248: Could not find the dependent libc.dll file or one of its component dependencies - c #Using Z3 QFNRA Tactics with Data Types: Interaction or Embedding - nonlinear-functionsUnnecessary semicolon using Sublime Text 3 auto-complete for JavaScript if-statement - javascriptNonlinear Arithmetic and Uninterpreted Functions - z3Combining RandT and MaybeT - haskellAll Articles