1. Make sure you created a payed account at Apple (for 99 €/Year), and installed Xcode correctly. The Address may be ios@greatcompany.com
2. Get your Team ID here:
https://developer.apple.com/account/

3. In XCode download all certificates for the Apple-ID you created for 1. This can be done in Preferences -> Accounts. Open the details. You can just "download all". Eventually, you may have to create the certificates. You must have at least created the iOS Distribution, and iOS Development.

4. I installed the JDK from here: http://www.oracle.com/technetwork/java/ ... 33151.html
5. In SpiderBasic add the AppleTeam ID from 2 into this field. Set the path to JDK as well.

6. In SpiderBasic, use Compiler -> Create App. On first run, this should have installed. The Package ID would be com.greatcompany.testapp

7. If you did not use "Automatically upload on USB connected device", drag test.ipa to iTunes, sync it somehow, and run the App on your Phone!
8. The 2ddrawing-example from SpiderBasic would be an App of about 5mb. And it works.

9. Now on for deployment of the App to the App Stores...