Bug? Internal error

androidtom

Member
Licensed User
Longtime User
I'm trying to build a release app for the store with in-app purchases. After several difficulties I started over by deleting the key folder, creating a new folder and went thorugh the process of generating a new CSR, downloading a new CER and provisioning file. The APP ID does not have a wildcard since this is production. I'm using B4i Version 3 and the remote builder. Here is what I keep getting:

View attachment 49055
 

Attachments

  • error.jpg
    error.jpg
    31.5 KB · Views: 242

androidtom

Member
Licensed User
Longtime User
It looks like a network error. Does it work in debug mode?

What is the size of Objects\rc.dat (check it after you try to make a Release build)?

The rc.dat file is 147 Mbbytes (see screen grab). Yes, this works in debug mode.

For debug mode I switch to a different keys folder. I have a 'debug' keys folder with certificates and provisioning files for an
App ID with wildcards, and a 'production' keys folder that has a fixed App ID. I use tools->Configure Paths to swap
key folders. Hopefully that's the correct way to do this since I read somewhere you can't install an App on your device with a fixed App ID.
 

Attachments

  • objects.jpg
    objects.jpg
    13.7 KB · Views: 262

androidtom

Member
Licensed User
Longtime User
Thank you for your quick response and help Erel. It's strange the debug version makes it to the hosted builder OK. The same code is used for the production version but I will look at what I can take out to make this app smaller. A local builder is not much of an option for me, I don't have a Mac. The size is a good clue for me to start looking at. Thank you.
 
Top