-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Apps on Mac Availability #98
Comments
Thanks for raising an issue, can you test again with the latest version? |
Tested with the 2.0.1, still crashed |
Tried to create a macOS project inside the example & launch on macOS but It won't crash on MacBook Pro M2 Pro. Can you reproduce it on the example project? Do you launch the "macOS" target or "Mac Designed for iPad"?
|
I build ios (target) app and deploy it to test flight. Then launch the app on MacBook with m1 processor. I think it is Mac Designed for iPad. |
I have the same issue. It's working for iPad but crashing for Mac Designed for iPad. Tested with 2.0.3 |
Any solution? |
After upgrading flutter_live_activities to version 2.0.0, ios app crashes on Apple silicon Mac with error:
Termination Reason: SIGNAL 6 Abort trap: 6. Triggered by Thread: 1
On previous version of the flutter_live_activities everything works fine.
Thread 1 Crashed:
0 libsystem_kernel.dylib 0x18b052600 __pthread_kill + 8
1 libsystem_pthread.dylib 0x18b08af70 pthread_kill + 288
2 libsystem_c.dylib 0x18af97908 abort + 128
3 libswiftCore.dylib 0x19c061484 swift::fatalErrorv(unsigned int, char const*, char*) + 136
4 libswiftCore.dylib 0x19c0614a4 swift::fatalError(unsigned int, char const*, ...) + 32
5 libswiftCore.dylib 0x19c09d680 swift::ResolveAsSymbolicReference::operator()(swift::Demangle::__runtime::SymbolicReferenceKind, swift::Demangle::__runtime::Directness, int, void const*) + 672
6 libswiftCore.dylib 0x19c0d85f4 swift::Demangle::__runtime::Demangler::demangleSymbolicReference(unsigned char) + 292
7 libswiftCore.dylib 0x19c0d4514 swift::Demangle::__runtime::Demangler::demangleType(__swift::__runtime::llvm::StringRef, std::__1::function<swift::Demangle::__runtime::Node* (swift::Demangle::__runtime::SymbolicReferenceKind, swift::Demangle::__runtime::Directness, int, void const*)>) + 272
8 libswiftCore.dylib 0x19c0a6080 swift_getTypeByMangledNameImpl(swift::MetadataRequest, __swift::__runtime::llvm::StringRef, void const* const*, std::__1::function<void const* (unsigned int, unsigned int)>, std::__1::function<swift::TargetWitnessTableswift::InProcess const* (swift::TargetMetadataswift::InProcess const*, unsigned int)>) + 520
9 libswiftCore.dylib 0x19c09fd68 swift_getTypeByMangledName + 836
10 libswiftCore.dylib 0x19c0a01d0 swift_getTypeByMangledNameInContextImpl(char const*, unsigned long, swift::TargetContextDescriptorswift::InProcess const*, void const* const*) + 176
11 live_activities 0x100e6897c __swift_instantiateConcreteTypeFromMangledName + 56
12 live_activities 0x100e5c284 closure #1 in static SwiftLiveActivitiesPlugin.register(with:) + 68
13 live_activities 0x100e7000d partial apply for closure #1 in SwiftLiveActivitiesPlugin.getPushToStartToken() + 1
14 live_activities 0x100e670c1 specialized thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A) + 1
15 live_activities 0x100e6ea21 thunk for @escaping @isolated(any) @callee_guaranteed @async () -> (@out A)specialized partial apply + 1
16 libswift_Concurrency.dylib 0x264831035 completeTaskWithClosure(swift::AsyncContext*, swift::SwiftError*) + 1
The text was updated successfully, but these errors were encountered: