Skip to content

Commit

Permalink
Merge pull request #2773 from ecency/nt/ios-build-fix
Browse files Browse the repository at this point in the history
Nt/ios build fix
  • Loading branch information
feruzm authored Oct 10, 2023
2 parents 4575683 + 18532f6 commit 7751459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ target 'Ecency' do

target.build_configurations.each do |config|
config.build_settings["ONLY_ACTIVE_ARCH"] = "NO"
config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'No'
end

#this workaround resolves duplicate symbolds caused by GCDAsyncSocket inclusion in TcpSockets
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,6 @@ SPEC CHECKSUMS:
Yoga: 92d086bb705a41cc588599b51db726ba7b1d341c
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: dc3c4fda8abe00a19e8a83cff9a73a20bdaa5b4a
PODFILE CHECKSUM: 1a9e928545b90ba65d32616eda4f585df7ac76b7

COCOAPODS: 1.11.3

0 comments on commit 7751459

Please sign in to comment.