Swinject / Swinject

Dependency injection framework for Swift with iOS/macOS/Linux
MIT License
6.3k stars 514 forks source link

UIFoundation: UINibDecoderDecodeObjectForValue exception iOS 16 #522

Open glizik opened 1 year ago

glizik commented 1 year ago

We use Swinject 2.8.0 in production and from the latest version and from iOS 16 (but not only, we have some users from 15.6.1) we have a raising issue. The app is crashing on start. In Xcode I see some crash reports but I can not reporduce the issue (tested on like 20 devices). Screenshot 2022-10-03 at 15 37 07 I'll try 2.8.2 but from the release notes I see it's only typo fixes... so I don't know what to do. Any help? Others maybe have the same problem? Screenshot 2022-10-03 at 15 36 02

glizik commented 1 year ago

Using Xcode 14.0 for the build

glizik commented 1 year ago

Building with Xcode 13 hotfixed the problem, but that won't hold forever.