Open LipYoung opened 1 year ago
Same crash here:
Thread 1: "Could not find a storyboard named 'BarDashboard' in bundle NSBundle </Library/Developer/CoreSimulator/Volumes/iOS_21A328/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework> (loaded)"
Same here:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'CircularDashboard' in bundle NSBundle
Xcode 15.0.1 Simulator iPhone 15 17.0.1, Cocoapods
You can try to load it using SPM instead of Pod. The root cause is the path of Blunde. Check this code and modify it to the correct path.
/// Returns a package manager appropriate `Bundle`.
static var resolvedBundle: Bundle {
#if SWIFT_PACKAGE
return Bundle.module
#else
return Bundle(for: LifetimeTracker.self)
#endif
}
Installing LifetimeTracker 1.8.1 XCode: 14.2 Device: Simulator iPhone 14 Plus
https://github.com/libern/SampleChiken