我将Xcode从10.2更新为11。项目已成功编译,但是当我运行该项目时,它崩溃了。日志生成以下信息:
objc [29072]:CLSUserDefaults类在/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot中都实现/System/Library/Frameworks/ClassKit.framework/ClassKit(0x7fff87a74e58)和/ Users / anuranjanbose / Library / Developer / CoreSimulator / Devices / 5EFF8F09-CBA0-491D-9E73-F8C75A0D4FE3 / data / Containers / Eundle / FundE / F / 5E4 -4252-9A40-14858F90EEE8 / MyProject.app / MyProject(0x1026f3e60)。将使用两者之一。哪一个未定义。 libc ++ abi.dylib:以类型为NSException的未捕获异常终止
答案 0 :(得分:2)
如果您使用的是Crashlytics
,请将Fabric
中的Crashlytics
和Pods
版本更新为:
pod 'Fabric’, '~> 1.10.2’
pod 'Crashlytics’, '~> 3.14’
然后是pod install
。