-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Trying to build Unity iOS in autobuild via fastlane results in an error.
error: Driver threw unknown argument: '-enable-experimental-feature' without emitting errors. (in target 'VGSLFundamentals' from project 'Pods')
- VGSL (6.17.4):
- VGSLFundamentals (= 6.17.4)
- VGSLNetworking (= 6.17.4)
- VGSLUI (= 6.17.4)
- VGSLFundamentals (6.17.4)
- VGSLNetworking (6.17.4):
- VGSLFundamentals (= 6.17.4)
- VGSLUI (= 6.17.4)
- VGSLUI (6.17.4):
- VGSLFundamentals (= 6.17.4)
AppLovinMediationYandexAdapter (= 7.8.0.0)
Fastfile
default_platform(:ios)
platform :ios do
lane :beta do
cocoapods(
repo_update: true,
clean_install: true,
podfile: "Podfile"
)
build_app(
workspace: "Unity-iPhone.xcworkspace",
configuration: "Release",
scheme: "Unity-iPhone",
silent: true,
include_bitcode: false,
clean: true,
output_directory: "build",
output_name: "myApp.ipa",
export_options: {
method: "ad-hoc"
}
)
end
end
Metadata
Metadata
Assignees
Labels
No labels