Creating a universal framework using Xcode 8?

后端 未结 4 1685
暗喜
暗喜 2020-12-29 14:44

My company\'s iOS framework is meant to work on a real iOS device. Said framework is currently generated as an additional target within a Xcode project which also generates

4条回答
  •  死守一世寂寞
    2020-12-29 15:21

    build iOS/tvOS universal/fat framework

    https://github.com/unchartedworks/universalbuild

    Usage:

    universalbuild (-p|--project name.xcodeproj) (-s|--scheme schemename) (-c|--configuration configurationname)

    Example:

    git clone https://github.com/cruisediary/Pastel.git
    cd Pastel
    universalbuild -p ./Pastel.xcodeproj -s Pastel -c Debug
    

提交回复
热议问题