finnvoor / PlaydateKit

Create games for Playdate using Swift.
https://finnvoor.github.io/PlaydateKit/documentation/playdatekit
Creative Commons Zero v1.0 Universal
199 stars 21 forks source link

Can't make it work on Xcode 15.4 - unsupported relocation with subtraction expression symbol #51

Closed eugeniobaglieri closed 6 months ago

eugeniobaglieri commented 6 months ago

Hi, I followed the procedure described here but I cannot make it build or run from Xcode (the build procedure from the command line works) When I build from Xcode I get this error:

Screenshot 2024-05-04 alle 16 42 40

This is from the base template project without any name changes I'm using an Intel Mac mini, Xcode 15.4 with swift-DEVELOPMENT-SNAPSHOT-2024-05-01-a toolchain

Do you know how to resolve it? Thank you