diff --git a/apps/wallet-mobile/ios/Podfile b/apps/wallet-mobile/ios/Podfile index 60d6d70081..5a7c4e0cd9 100644 --- a/apps/wallet-mobile/ios/Podfile +++ b/apps/wallet-mobile/ios/Podfile @@ -121,7 +121,12 @@ target 'yoroi' do config.build_settings['DEVELOPMENT_TEAM'] = dev_team_id config.build_settings['CODE_SIGN_IDENTITY'] = 'Apple Distribution'; config.build_settings['CODE_SIGN_STYLE'] = 'Manual'; - end if + end + + # * https://github.com/getsentry/sentry-react-native/issues/4095 + if target.name == 'Sentry' + config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'YES' + end config.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET' end diff --git a/apps/wallet-mobile/ios/Podfile.lock b/apps/wallet-mobile/ios/Podfile.lock index a8d7b4705c..add3b7f214 100644 --- a/apps/wallet-mobile/ios/Podfile.lock +++ b/apps/wallet-mobile/ios/Podfile.lock @@ -930,6 +930,6 @@ SPEC CHECKSUMS: Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9 ZXingObjC: 8898711ab495761b2dbbdec76d90164a6d7e14c5 -PODFILE CHECKSUM: 31f344d67f1a9c35e34eb202e3cdfeb4907367e8 +PODFILE CHECKSUM: 55a5c6227941cc75c6e02f3af99b2d0549cd4cb6 COCOAPODS: 1.15.2