Build Error on import statements

Ever since updating to the most recent SDK, every build fails because "CoreLibs/anything" can't be found. I'm using Nova and I'm on an M1 iMac, incase that's important. I've tried removing and reinstalling the SDK several times and checked the SDKPATH to make sure it didn't get messed up. I've got it listed correctly in my .zshrc so I think that shouldn't be the problem.

I'm not sure where to start with this, can't think of what the problem would be. Can you try running pdc directly from Terminal.app, see if you get the same message?

$SDKPATH/bin/pdc /path/to/game/source

For some reason, previously ~/Developer/PlaydateSDK was working fine as the Path, but I had to change it to be explicit (replace ~ with the actual path). Not sure why I didn't make it explicit in the first place or why it didn't matter before but does now, but it works! So thanks for the suggestion.

1 Like