iOS Question App Crash randomly on start

ykucuk

Well-Known Member
Licensed User
Longtime User
Hello ,



I m using 3.50 with hosted builder. After spend few days i think this IDE is not stabile.

For example i downloaded smc (SideMenuController) sample and try this one. 4 or 5 build of 10 debug doesnt work (app crash on start) on device. Log screen usually dont show any logs but sometimes it says "no class found smc". Sometimes work perfect without change anything.

Almost all others samples also have same problem.

Do you have such a unstable problems or only i have this. ? I need to decide with IDE i should choose

thank your for answers
 
Last edited:

sorex

Expert
Licensed User
Longtime User
when crashes occur it sometimes tries to look for classes of another application you build before with remote builder.

to solve this you press CTRL-P to clean the project and this recreates the debug stuff from scratch.
 
Upvote 0

ykucuk

Well-Known Member
Licensed User
Longtime User
when crashes occur it sometimes tries to look for classes of another application you build before with remote builder.

to solve this you press CTRL-P to clean the project and this recreates the debug stuff from scratch.

I cleaned project with Ctrıl +P and unfortunately same problem. Do you also have such a weird errors sometimes ?
 

Attachments

  • Screen Shot 2017-01-12 at 16.17.51.png
    Screen Shot 2017-01-12 at 16.17.51.png
    69.6 KB · Views: 193
Upvote 0

sorex

Expert
Licensed User
Longtime User
Is B4i example the name of your project?

In my case that project name was the one from another project. in such case the clean solves it.
 
Upvote 0
Top