iOS Question [Solved] App installation breaks

Alvsky

Member
Licensed User
Longtime User
Hi
I have following problem: After pressing Run in B4i I start b4i Bridge and installation starts.
But... after some progress installation just breaks.
I just don't know how to debug it and what could be the cause for this kind of behavior.

Did someone had similar problem and if yes, how did you solve it.
If no, again... what could cause it.
It doesn't matter if I use distribution or development certificate.

You can se the video here:
 
Last edited:

aeric

Expert
Licensed User
Longtime User
Any errors in the Logs tab?

 
Upvote 0

Alvsky

Member
Licensed User
Longtime User
I se nothing in Logs.
Process doesn't come to the point where I can see logs.
Or am I missing something...?
 
Upvote 0

Alvsky

Member
Licensed User
Longtime User
@aeric @Erel
To be honest I haven't tried neither of that. I focused too much to get existing project working.
I will try and post results

Thanks for answering
 
Upvote 0

Alvsky

Member
Licensed User
Longtime User
@Erel
I can build in release mode.
App installs normally and works as expected.


I still didn't have time to create new project
 
Upvote 0

Alvsky

Member
Licensed User
Longtime User
If you can build in release mode and can't in debug mode then the CPU type is probably wrong (Tools - Build Server - Settings).
Yes, this was the problem. When I set Debug architecture to 64-bit everything works.

Thanks for help
 
Upvote 0
Top