When working on a Swift library for iOS, you would you sandbox the library so an error in this library will not be repercuted in the host application? (= uncaught error will not crash the app), you wo
When working on a Swift library for iOS, you would you sandbox the library so an error in this library will not be repercuted in the host application? (= uncaught error will not crash the app), you wo