Compile on Xcode 15

Hi! If you create a new Xcode project for Playdate development on Xcode 15 you'll get the following error:

cp - Operation not permitted

In order to fix, open your "Simulator" target and under build settings set

User Script Sandboxing No

It's probably worth mentioning it in the docs too.

2 Likes