Skip to content

Driver threw unknown argument: '-enable-experimental-feature' #4

@raranchik

Description

@raranchik

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions