Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theoretical Fix issue with BoringSSL-GRPC via update to the podspec #343

Closed
wants to merge 4 commits into from

Conversation

ulmentflam
Copy link
Contributor

Fix to issue #342

Taking note from how Firebase uses preserve_path https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseFirestore.podspec#L54 and the issue created on the CocoaPods repo CocoaPods/CocoaPods#10772.

This appears to fix my issue and allows my applications to build and the LibXlsxWriterSwiftSample to build with 'BoringSSL-GRPC'.

The LibXlsxWriterSwiftSample uses the following pod file to run with BoringSSL-GRPC:

# Uncomment the next line to define a global platform for your project
platform :ios, '13.0'

target 'LibXlsxWriterSwiftSample' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for LibXlsxWriterSwiftSample
  pod 'libxlsxwriter', :git => 'https://github.com/52inc/libxlsxwriter.git'
  pod 'Sourceful', '~> 0.2' #Only present for synzax highlighting
  pod 'BoringSSL-GRPC'
end

@jmcnamara jmcnamara closed this in 3b5a59d Jul 9, 2021
@jmcnamara
Copy link
Owner

Merged manually. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants