It's very easy building ipa using fastlane gym. But my aim is building a framework. It works for build a framework below:
gym(
clean: true,
scheme: "SGVSDK",
project: "../Prj/SDK/SGVSDK.xcodeproj",
# build_path: "./",
archive_path: "./" + archiveName,
skip_package_ipa: true,
)
But it can only build device framework? How to build a simulator framwork? Are there any tip for me for SDK CI using fastlane ?