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

[Bug]: Pod Install fails with Custom Flags #183

Closed
K-Leon opened this issue Nov 12, 2024 · 5 comments
Closed

[Bug]: Pod Install fails with Custom Flags #183

K-Leon opened this issue Nov 12, 2024 · 5 comments

Comments

@K-Leon
Copy link

K-Leon commented Nov 12, 2024

What happened?

Using this SQLITE Flag works on Android perfectly fine:

  "op-sqlite": {
	  "sqliteFlags": "-DSQLITE_TEMP_STORE=2"
  },

Pod Install on IOS throws an error.

@op-engineering/op-sqlite/op-sqlite.podspec:163
 #  -------------------------------------------
 #      log_message.call("[OP-SQLITE] Custom SQLite flags: #{sqlite_flags}")
 >      xcconfig[:OTHER_CFLAGS] += " #{sqlite_flags}"
 #    end
 #  -------------------------------------------

I couldn't figure out what is wrong.
Thank you very much for your hard work on this plugin!

op-sqlite version

9.3.0

React Native version

0.76.1

Reproducible Example

@ospfranco
Copy link
Contributor

Yeah, I realized this might be failing the other day. You will have to wait for a bit. I will take a look when I can but it might take a while

@K-Leon
Copy link
Author

K-Leon commented Nov 12, 2024

No worries - I'm glad I didn't mess it up :)
Thank you very much!

@ArindamRayMukherjee
Copy link

+1

Added a reproducible example here - danceaway-app/opsqlite-trials#1

@ospfranco
Copy link
Contributor

ospfranco commented Nov 15, 2024

This should be fixed in the released version: 10.0.0-tokenizers-beta8. Give it a try there and let me know if it works. At least on the example app pod install now works without issues.

@ospfranco
Copy link
Contributor

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

No branches or pull requests

3 participants