Ensure the actual iOS bundle has been created before attempting to generate an Xcode harness for the same

This commit is contained in:
Chinmay Garde 2015-08-20 17:12:20 -07:00
parent 33526ad74d
commit 4df6f6f581

View File

@ -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