App doesn't test run on iOS device

Everything else that doesn't fall into one of the other categories.
_Marc_
Posts: 23
Joined: Wed Mar 30, 2016 7:49 am

App doesn't test run on iOS device

Post by _Marc_ »

Hi,

I'm trying to get my first test app to run on my iPhone.

The procedure stops at 70%. No clue what could be wrong.

I followed the instructions in the documentation. NodeJS is installed. The device is registered in Xcode. A Swift test project, using Xcode, does run on my device without no problem.
[....] Waiting for iOS device to be connected
[....] Using 00008101-000148****68001E (D52gAP, iPhone 12 Mini, iphoneos, arm64e, 15.6.1, 19G82) a.k.a. 'iPhone ******'.
------ Install phase ------
[ 0%] Found 00008101-00014*****001E (D52gAP, iPhone 12 Mini, iphoneos, arm64e, 15.6.1, 19G82) a.k.a. 'iPhone ******' connected through USB, beginning install
[ 5%] Copying META-INF/ to device
[ 5%] Copying META-INF/com.apple.ZipMetadata.plist to device
[ 5%] Copying Payload/ to device
...
[ 70%] VerifyingApplication
bembulak
Posts: 71
Joined: Wed Feb 26, 2014 9:53 am

Re: App doesn't test run on iOS device

Post by bembulak »

Sorry for the late reply.

Sometimes it's the small details with iOS. I'm sure you're read the docs, but just to make sure:
  • You've created the provisioning profile in XCode?
  • You've got a team-id to pass it on to SpiderBasic?
  • I recommend using 'Apple Configurator' app for transferring apps & stuff. The console/output there is a great help.
  • For newer iOS version (> 16.x): you've enabled 'developer mode'?
  • You've done 'trust this developer' in the iOS settings (had to do this once).
  • You've copied over the team-id to the SpiderBasic settings (Menug > Preferences / Compiler Options)?
Fred
Site Admin
Posts: 1506
Joined: Mon Feb 24, 2014 10:51 am

Re: App doesn't test run on iOS device

Post by Fred »

I successfully uploaded an app on my iPad, could you give us more info about the iOS version and MacOS version you use ?
Post Reply