Check iOS deployment target of a static library

后端 未结 3 981
太阳男子
太阳男子 2021-02-08 06:08

I have many static libs like libBlah.a With file tool I can check supported architectures. (arm64 or i386)

Is there tool to check iOS Dep

3条回答
  •  醉酒成梦
    2021-02-08 06:41

    have you tried using preprocess macros?

    #if IPHONEOS_DEPLOYMENT_TARGET (iOS Deployment Target)
    

提交回复
热议问题