bcye / whathaveiread

WHIR - What have I read? Is an iOS app that allows you to keep track of all books you've read and keep a short summary about them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find out what goes wrong with CloudCore implementation

bcye opened this issue · comments

commented

Describe the bug
At the current state, in branch feature/cloudcore, the application builds fine and doesn't crash but just displays a blank screen. Tests fail because the app takes too long to launch.

To Reproduce
Steps to reproduce the behavior:

  1. Switch to branch feature/cloudcore
  2. Build and run (device does not matter)
  3. Blank screen

Expected behavior
The app is launching fine and syncs to CloudKit

Additional context
You can see more information about CloudCore on the repository. They also have a helpful example of how an app looks like with it implemented.