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
Hey there! I've found this tool through your Swifty Stack course and tried integrating it in my iOS project.
I'm using tuist to manage my project generation. Adding SPM package went smoothly but when I run the app it crashes on runtime.
Stack trace: Could not cast value of type 'LifetimeTracker.CircularDashboardViewController' (0x10bdf4fb8) to 'LifetimeTracker.CircularDashboardViewController' (0x104d69aa8).
File CircularDashboardViewController.swift
Issue seems to be similar to others already posted, but I've added new one for clarity sake.
I would appreciate any help.
The text was updated successfully, but these errors were encountered:
Hey there! I've found this tool through your Swifty Stack course and tried integrating it in my iOS project.
I'm using tuist to manage my project generation. Adding SPM package went smoothly but when I run the app it crashes on runtime.
Stack trace:
Could not cast value of type 'LifetimeTracker.CircularDashboardViewController' (0x10bdf4fb8) to 'LifetimeTracker.CircularDashboardViewController' (0x104d69aa8).
File CircularDashboardViewController.swift
Issue seems to be similar to others already posted, but I've added new one for clarity sake.
I would appreciate any help.
The text was updated successfully, but these errors were encountered: