From 2972dfd4245fcccc5362b76c5fa27dc75cda32ff Mon Sep 17 00:00:00 2001 From: mertalev <101130780+mertalev@users.noreply.github.com> Date: Sat, 31 Jan 2026 00:17:45 -0500 Subject: [PATCH] use podfile --- mobile/ios/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/ios/Podfile b/mobile/ios/Podfile index ca0166a382..21c44d0a3f 100644 --- a/mobile/ios/Podfile +++ b/mobile/ios/Podfile @@ -121,4 +121,5 @@ post_install do |installer| end # End of the permission_handler configuration end + system("defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES") end