iOS Question B4i crashes on testflight but not on local debug run

Karsten Madsen

Member
Licensed User
I have a funny problem. My b4i app crashes on testflight, but works fine in debug on local device.
I have found out that the crash is caused calling Public Subs from other code modules, like Main.Subname, when copying the sub to the code module at making it Private Sub it works fine... but as see it, it shouldn't be like that.

Anybody who has a workaround to my problem and not duplication sub for each code module.
 
Top