If you try to use a 3rd party library (compiled using make or cmake) in your iOS 13 project and turn on the "UIKit For Mac" option, Xcode will be unhappy about the library. It will complain that the provided library is compiled for the wrong architecture (if you point it to the iphoneos version). Or, it will complain that it is compiled for the wrong platform (if you point it to the simulator or Mac version). What settings do I need to specify in the Makefile to make Xcode to accept the library under the "UIKit For Mac" option?