You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.
background
I hacked the official supabase library to use local packages
https://github.com/wweevv-johndpope/Supabase
I pushed to remote but apparently - you can't use local packages in remote
https://stackoverflow.com/questions/69761371/integrating-a-remote-swift-package-that-has-local-swift-packages-how-to-avoid-i
so I wonder - can I use spm_swift_binary and if so - was that its intended purpose? or for generating?
what would be the appropriate file to use
(this is all the files spat out into .build folder)
https://gist.github.com/johndpope/e4e340fa96483b8eb106794c5278c154
─ Supabase.build
│ │ ├── Supabase-Swift.h
│ │ ├── SupabaseClient.d
│ │ ├── SupabaseClient.swift.o
│ │ ├── SupabaseClient.swiftdeps
│ │ ├── Version.d
│ │ ├── Version.swift.o
│ │ ├── Version.swiftdeps
│ │ ├── master.priors
│ │ ├── master.swiftdeps
│ │ ├── module.modulemap
│ │ └── output-file-map.json
│ ├── Supabase.swiftdoc
│ ├── Supabase.swiftmodule
UPDATE
xcrun swift build -c release --arch arm64 --arch x86_64
I run this - now I get the .o files.
am I suppose to throw this in.
spm_swift_binary(Supabase.o) ??
UPDATE
The text was updated successfully, but these errors were encountered: