create_xcframework plugin

fastlane Plugin Badge

About create_xcframework

Fastlane plugin that creates xcframework for given list of destinations 🚀

Requirements

Getting Started

To get started with create_xcframework, add it to your project by running:

$ fastlane add_plugin create_xcframework

Usage

create_xcframework(
    product_name: 'Sample',
    scheme: 'Sample',
    workspace: 'Sample.xcworkspace',
    include_bitcode: true,
    destinations: ['iOS', 'maccatalyst'],
    xcframework_output_directory: 'Products/xcframeworks'
)