Cannot find symbol class NSAutoreleasePool

After following last night’s instructions for using the nightly LibGDX 1.9.5-SNAPSHOT and MOE 1.2.0, I’m getting an error in IOSMoeLauncher on the line:
import apple.foundation.NSAutoreleasePool;

Error:(7, 23) Gradle: error: cannot find symbol class NSAutoreleasePool

This is with the nightly snapshot of LibGDX from 10-03-16

Dear Mike,

sorry, this typo was left in gdx-setup by accident. Just remove the import for NSAutoreleasePool from the class. It is not necessary.

Best Regards,
Gergely