linker error on iOS #12491
Labels
C-Bug
An unexpected or incorrect behavior
O-iOS
Specific to the iOS mobile operating system
P-Compile-Failure
A failure to compile Bevy apps
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
bevy = "0.13.0"
System information
What you did
I added
bevy_pkv
as a dependency to the mobile example which as a default usesredb
as a backend.What went wrong
building via xcode leads to linker errors:
Additional information
strangely enough if I build the mobile lib manually first, xcode builds fine:
I tried reducing the differences of this manual build and what our shell-script does when called by xcode but I cannot get it to work. it feels like some magical config happens outside of my visibility altering how the lib gets build when run manually compared to what xcode does via our shell-script
The text was updated successfully, but these errors were encountered: