Hi all,
I've inherited a legacy project I've been working to clean up and have run into a new issue trying to build with XCode 15. The project builds to simulator using rosetta but any attempt to build to devicefails. It built fine with XCode 14 so I'm assuming something changed in 15 but I have no idea where to look.
It seems to build all of the subprojects successfully and then it gets to Build Target AppName, completes several steps, and errors on 'Link <ProjectName (arm64)' with the errors:
ld: warning: ignoring duplicate libraries: '-lc++', '-lsqlite3', '-lz'
ld: GOT load reloc does not point to a LDR instruction in _aom_highbd_sad64x16_avg_c
If anybody could suggest even a starting point for unpacking this I'd be deeply grateful!