In Xcode, how to build an Objective-C lib for an app to run on iOS SIMULATOR?
We get the error below when we try to build an app that uses our Obj-C lib. What do we set in the lib project to prevent this error? Ultimately, app must run on iPhone (ios 12 or higher), but…