Swift: iOS 12.2 Crash of the app on launch

前端 未结 2 852
慢半拍i
慢半拍i 2021-01-15 20:56

after updating Xcode and swift 5, after launching the simulator on iOS 12.2 my application crash on launch. But in earlier versions of ios (like 12.0) the application works

2条回答
  •  孤街浪徒
    2021-01-15 21:16

    The problem is solved; I use the Swinject CocoaPod so in the Podfile I updated the corresponding line for that pod with:

    pod 'SwinjectStoryboard', :git => 'https://github.com/mdyson/SwinjectStoryboard.git', :branch => 'master'`
    

提交回复
热议问题