mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Ensure the actual iOS bundle has been created before attempting to generate an Xcode harness for the same
This commit is contained in:
parent
33526ad74d
commit
4df6f6f581
@ -194,7 +194,10 @@ template("ios_app") {
|
||||
xcode_harness_gen_target_name = app_name + "_harness"
|
||||
xcode_harness_ios(xcode_harness_gen_target_name) {
|
||||
app_bundle = "$root_build_dir/$app_name.app"
|
||||
deps = [ ":$copy_gen_target_name" ]
|
||||
deps = [
|
||||
":$struct_gen_target_name",
|
||||
":$copy_gen_target_name"
|
||||
]
|
||||
}
|
||||
|
||||
# Perform Code Signing
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user