Build ios-deploy with IOS_DEPLOY_FEATURE_DEVELOPER_MODE=YES

Build with preprocessor flag to enable --check-developer-mode flag https://github.com/ios-control/ios-deploy/pull/563

Bug: https://github.com/flutter/flutter/issues/111988
Change-Id: Id3f88041fed91c11cd5f4428e2482a96ee781063
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/34122
Commit-Queue: Jenn Magder <magder@google.com>
Reviewed-by: Keyong Han <keyonghan@google.com>
diff --git a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh
index 56abf2e..20ffa82 100755
--- a/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh
+++ b/recipes/ios_usb_dependencies/ios-usb-dependencies.resources/ios-deploy.sh
@@ -17,6 +17,6 @@
 cd "$SRC_DIR"
 git rev-parse HEAD > "commit_sha.txt"
 
-xcodebuild -configuration Release SYMROOT=build
+xcodebuild -configuration Release SYMROOT=build GCC_PREPROCESSOR_DEFINITIONS="NDEBUG=1 IOS_DEPLOY_FEATURE_DEVELOPER_MODE=YES"
 
 cp LICENSE LICENSE2 ./build/Release/ios-deploy "$OUTPUT_DIR"