Open balazserdeszlogmein opened 1 month ago
Btw this is a pretty good package/project, really kudos to you. If you created a DocC page accompanying it, it would soar IMO. It's a steep start right now, because one needs to look at what types are directly translated and how (and with what methods) - e.g. finding out Data
has auto-translations via TypedArray
s is not gonna be straightforward for beginners.
👋 the fact that it says the error is on line 3 of register.m
makes me think you're on an old checkout (line 3 was previously NAPI_MODULE_INIT
but is now a blank line). This exact issue should have been fixed by #34 which was included in v1.3.0. Could you please make sure you're on that version? You might want to nuke your DerivedData/Swift Package cache to be certain.
And thank you for the kind words! I agree regarding documentation, just been hard-pressed for time recently. Definitely on the roadmap.
Using
builds fail with the following error:
Activating Xcode 15.4 over Xcode 16.0 the build succeeds.