Open4
[SwiftUI] FBFinalClassViolationException でプレビューがクラッシュ
Application Specific Information:
*** Terminating app due to uncaught exception 'FBFinalClassViolationException', reason: 'FBAdConfigManager is a final class and cannot be subclassed. FBAdConfigManager'
terminating with uncaught exception of type NSException
abort() called
CoreSimulator 757.5 - Device: iPhone 12 Pro Max (********-****-****-****-************) - Runtime: iOS 14.5 (18E182) - DeviceType: iPhone 12 Pro Max
環境
- Xcode 12.5
use_frameworks! :linkage => :static
Podfile を上記のように変更したところ、次のエラーが出るようになった。
[FBLPromise HTTPBody]: unrecognized selector
ファイルによっては冒頭のエラーが発生せず、プレビューが表示される。