-all_load flag forces the linker to load all object files from every archive it sees, even those without Objective-C code.
-force_load option must be followed by a path to an archive, and every object file in that archive will be loaded.
Read:
How To Scroll To A Position Programmatically in UIScrollView?’
Top 5 most common Xcode Errors solved
What's New in Xcode 9: Top 15 Awesome features You must know
How do you perform wireless debugging in Xcode 9 and iOS11 ?
How to get 1024x1024 icon from iTunes Connect ?
iOS - How to implement Local Notifications using Objective C