Skip to content

fixed swift bindings#4

Merged
alice-i-cecile merged 2 commits intoDioxusLabs:masterfrom
remixlabs:fixed-swift-bindings
May 11, 2022
Merged

fixed swift bindings#4
alice-i-cecile merged 2 commits intoDioxusLabs:masterfrom
remixlabs:fixed-swift-bindings

Conversation

@dprophete
Copy link
Copy Markdown
Contributor

@dprophete dprophete commented May 10, 2022

fixes #5

/bindings/swift/install_libraries.sh wasn't working properly anymore (to be fair it's not working in the original stretch repo either)

@@ -1,61 +1,29 @@
#include <stdarg.h>
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

generated file

@alice-i-cecile
Copy link
Copy Markdown
Collaborator

I have no objection to this PR (seems fine), but no good way to test or experience with Swift.

Could you add something to our newly-merged CI that tests the build process?

@dprophete
Copy link
Copy Markdown
Contributor Author

To be fair this is just making sure the script ./bindings/swift/install_libraries.sh runs properly. Before, it would just error out (cargo errors). It doesn't test that the swift bridge itself is working properly (although I have an app which uses it so I am happy to report that the bridge works as expected)

Copy link
Copy Markdown
Collaborator

@alice-i-cecile alice-i-cecile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. I think we should merge this now, and then figure out better CI.

@alice-i-cecile alice-i-cecile enabled auto-merge (squash) May 11, 2022 03:52
@alice-i-cecile alice-i-cecile merged commit e5287c0 into DioxusLabs:master May 11, 2022
jkelleyrtp pushed a commit that referenced this pull request Oct 10, 2022
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.

error when you try to generate swift bindings

2 participants