fastlane: Package Application crashes

I have a problem with ""Unable to patch the PackageApplication for tvos swift project.I have updated fastlane version.

I have fastlane crashes like this:

/Library/Ruby/Gems/2.0.0/gems/fastlane_core-0.41.2/lib/fastlane_core/ui/interface.rb:127:in `crash!': [!] Unable to patch the `PackageApplication` script bundled in Xcode. This is not supported. (FastlaneCore::Interface::FastlaneCrash)

After I call this lane I have got the fastlane crash My fastfile lane:

private_lane :build_app do |options|

 gym(
    provisioning_profile_path: "./fastlane/cert/*****iPhone_Development.mobileprovision",
    codesigning_identity: "iPhone Developer:*****",
    export_method: options[:export_method],
    export_team_id: “7YZS5NTGYH”,
    include_bitcode: false,
    use_legacy_build_api: true,
    output_directory: "./build",
    output_name: “Development” 
)
end

fastlane version (fastlane -v):1.80.0

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 23 (7 by maintainers)

Most upvoted comments

Great! Glad you’re back in business 💪

@KrauseFx @mfurtak

Thanks it works after reinstalled xcode