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

Fix issue with Swift version compatibility #29178

Closed
wants to merge 1 commit into from

Commits on Jun 19, 2020

  1. Fix issue with Swift version compatibility

    The project file is hardcoded to have Swift 5.0 in LIBRARY_SEARCH_PATHS.
    
    With my (admittedly limited) testing, just removing this flag has no effect on the build or runtime of a React Native app.
    
    With this flag in place, you can end up with binary incompatibility issues with libraries that are made using Swift 5.1 or newer. See: https://stackoverflow.com/questions/62467663/how-to-fix-ios-xcode-build-error-undefined-symbol-c-nsurlsession-datataskpub/62467664#62467664
    augustl authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    5f1a878 View commit details
    Browse the repository at this point in the history