iOS not building

  • 3
  • Problem
  • Updated 9 years ago
  • Acknowledged
Build runs ok for all expected but for iOS which just says queued - no more clues
Photo of antixsoftware

antixsoftware

  • 5 Posts
  • 0 Reply Likes
  • sad

Posted 9 years ago

  • 3
Photo of crazydog115

crazydog115

  • 39 Posts
  • 0 Reply Likes
Ditto. Seems there must be some issue with the iOS builder this afternoon.
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
That was an error by myself on the iOS server - things should be back up to speed now.
Photo of nycran

nycran

  • 2 Posts
  • 0 Reply Likes
Hi guys, same problem at the moment for me. I just see queued.. been like that for 20 mins.
Photo of nycran

nycran

  • 2 Posts
  • 0 Reply Likes
Hi guys, just a heads up that iOS is not building. It just says queued. Been like that for 20 mins or so.

This reply was created from a merged topic originally titled
iOS not building 2.
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Hello everyone,

We are currently looking into the issue.

Hardeep Shoker
Photo of Andrew Lunny

Andrew Lunny

  • 1911 Posts
  • 199 Reply Likes
We were having some trouble connecting to our messaging server (sending the messages between our web server and the iOS build server), which is out of our control, unfortunately.

Things seem to have stabilized a bit now - please let us know if these problems persist.
Photo of crazydog115

crazydog115

  • 39 Posts
  • 0 Reply Likes
The iOS version of my app is building off of an older revision from my Subversion repo. Android is definitely running a more recent, and very different, version than what I pull down for iOS.
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Hello Crazydog,

Can you still confirm this problem?

Hardeep Shoker
Photo of crazydog115

crazydog115

  • 39 Posts
  • 0 Reply Likes
I wish I could tell you, but after upgrading to the iOS 5 and iTunes 10.5 betas, I cannot add any new non-appstore apps to my iPad!
Photo of crazydog115

crazydog115

  • 39 Posts
  • 0 Reply Likes
Well, I solved that problem, but my phonegap app crashes as soon as I attempt to open it on iOS 5 on my iPad 2.

If it helps, here's the crash log:
http://pastebin.com/CiQXJa90
Photo of Hardeep Shoker

Hardeep Shoker

  • 1941 Posts
  • 89 Reply Likes
Thanks,

Unfortunately for now we don't support IOS5. Also thanks for providing the crash log. We had most of our iPhone maintainers down at WWDC and you should see IOS 5 support within the coming months.

Hardeep Shoker
Photo of crazydog115

crazydog115

  • 39 Posts
  • 0 Reply Likes
Ok - I may have been wrong that iOS 5 is causing the crashes. I reverted to 4.3.3, and still got the same crash.

I then reverted to an older build of my application which I know ran fine on the iPad, and it too is crashing.

I did a little more digging. Here's the exact crash message:

Jun 10 12:20:58 unknown AppName[178] : *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle /var/mobile/Applications/EB237A21-48CF-4088-BA54-C4E4E1F64A1D/AppName.app (loaded)' with name '-iPad''


From my quick research, this is related to memory or SQLite(which would make sense since I am using databases...).