File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,14 @@ target 'SendbirdUIKitSample' do
2828 post_install do |installer |
2929 react_native_post_install ( installer )
3030 __apply_Xcode_12_5_M1_post_install_workaround ( installer )
31+
32+ installer . pods_project . targets . each do |target |
33+ target . build_configurations . each do |config |
34+ config . build_settings [ 'EXPANDED_CODE_SIGN_IDENTITY' ] = ''
35+ config . build_settings [ 'CODE_SIGNING_REQUIRED' ] = 'NO'
36+ config . build_settings [ 'CODE_SIGNING_ALLOWED' ] = 'NO'
37+ end
38+ end
3139 end
3240end
3341
Original file line number Diff line number Diff line change @@ -780,6 +780,6 @@ SPEC CHECKSUMS:
780780 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
781781 ZIPFoundation: b1f0de4eed33e74a676f76e12559ab6b75990197
782782
783- PODFILE CHECKSUM: 8be36985282429f662f83ec5fba89d0f6a51829a
783+ PODFILE CHECKSUM: 2d3923552cd5d85e50aff627d3fc4b9d5005d3ff
784784
785785COCOAPODS: 1.11.3
You can’t perform that action at this time.
0 commit comments