diff --git a/ios/Podfile b/ios/Podfile index f42d309b7a9e..c6182b7f4584 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -49,5 +49,13 @@ target 'NewExpensify' do installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end + + installer.generated_projects.each do |project| + project.targets.each do |target| + target.build_configurations.each do |config| + config.build_settings["DEVELOPMENT_TEAM"] = "368M544MTT" + end + end + end end end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 3005af991390..de5304b5b6a7 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1023,6 +1023,6 @@ SPEC CHECKSUMS: Yoga: eca980a5771bf114c41a754098cd85e6e0d90ed7 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 5745ec909229219e7469609dba23118be023f564 +PODFILE CHECKSUM: ce36bd7b1d5b19fefa2a79a65e6762d3328cb8e0 COCOAPODS: 1.11.3