Set the ‘Skip Install’ option of proxy_conf_helper to YES.
This commit is contained in:
@ -978,6 +978,7 @@
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@ -987,6 +988,7 @@
|
||||
buildSettings = {
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
Reference in New Issue
Block a user