Tried testing some builds on an old iphone running ios 12 after some months and all apps (including demo programs) are crashing when built with XCode 15 through Solar2D.
There aren’t any proper symbolicated logs that I can see in device logs for this but the same builds are working without any issues on iOS 15 and 16.
On older iOS versions, they app crashes constantly as soon as it’s launched.
Has anyone else experienced this or otherwise, can someone test their app on lower iOS versions to see if they face this problem too?
EDIT- some other users have reported similar when using xcode 15. Seems like something to do with how linking is managed with the newer versions. Some suggested solutions involve adding some flags before building but I’m not sure how this can be implemented for solar2d App Crashs with IOS 12 with XCODE … | Apple Developer Forums
@vlads is there a possibility to specify flags for solar2d builds on xcode 15? The problem I’ve described above is apparently quite common and so far the only solution I’ve come across is to add the below into Xcode:
Targets -> Build Settings -> Linking General -> Other Linker Flags
Add:
-ld_classic