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

Error while installing on ios, RN 0.60.4 #1

Open
saggiyogesh opened this issue Oct 17, 2019 · 3 comments
Open

Error while installing on ios, RN 0.60.4 #1

saggiyogesh opened this issue Oct 17, 2019 · 3 comments
Labels
documentation Improvements or additions to documentation

Comments

@saggiyogesh
Copy link

saggiyogesh commented Oct 17, 2019

Hi,
Pls help me with the following error.

error: Value for SWIFT_VERSION cannot be empty. (in target 'SIFloatingCollection')

Earlier updated Podfile and inserted use_modular_headers!

@eran-pinhas
Copy link
Owner

eran-pinhas commented Nov 11, 2019

@saggiyogesh sorry for the delay.

Swift isn't used regularly in RN so specifying swift for the build process is acceptable.

I had this issue, but unfortunately I don't remember how I solved it. Where you able to solve it? can you share the solution? Thanks :)

@saggiyogesh
Copy link
Author

@eran-pinhas I can try your solution in my local setup using your plugin.

@eran-pinhas
Copy link
Owner

@saggiyogesh I checked the project I'm using it in - and I think the solution was to create a new swift file in your project (in the xcode).
when creating a first swift file - xcode will suggest to create the c-swift bridge and if I remember correctly this what solved the problem in my case.
if it does please update and I'll add it to the docs :)

@eran-pinhas eran-pinhas added the documentation Improvements or additions to documentation label Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants