You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ios.swift.todo template is unavailable a newly created App Services app. To reproduce (as per the documentation):
Follow the procedure described in the Create an App with the App Services UI guide, and select the Create App from Template tab in the Create a new App step.
If you want to use the iOS with UIKit template app, select SwiftUI + Atlas Device Sync Starter in the list of template apps, but specify ios.swift.todo when you pull the client code using the realm-cli.
Running the command realm-cli pull --remote <App ID> --template ios.swift.todo instead results in an error:
pull failed: frontend template 'ios.swift.todo' is not compatible with this app
The text was updated successfully, but these errors were encountered:
roz0n
changed the title
iOS with UIKit template not working
iOS with UIKit template is "not compatible"
Sep 17, 2022
Hi @roz0n, thanks for bringing this to our attention! It seems the docs note was out of date, as the SwiftUI template now uses the Flexible Sync backend while the UIKit client still uses the older Partition-based Sync backend. We'll remove the note from the docs for now. It's undecided whether we will continue to support the UIKit client.
The
ios.swift.todo
template is unavailable a newly created App Services app. To reproduce (as per the documentation):Running the command
realm-cli pull --remote <App ID> --template ios.swift.todo
instead results in an error:pull failed: frontend template 'ios.swift.todo' is not compatible with this app
The text was updated successfully, but these errors were encountered: