iOS Question Layout changes not being compiled into the App

cooperlegend

Active Member
Licensed User
Longtime User
I am experiencing a strange problem on one of my Apps, no matter what I change of the screen layouts in the designer they are not changing on the compiled App

I have tried release and debug

I have tried rebooting the iPad.

I have tried cleaning the project.

I am using simple designer layouts with AutoScaleAll and Handle Resize Event ticked. Nothing in the code to resize any of the Views that have changed in the designer but not once compiled

Any ideas?
 

Peter Simpson

Expert
Licensed User
Longtime User
I don't believe for 1 second that it's a caching issue, I personally believe that you've missed something.

To put your mind at rest, you should change your package name in project > configuration > package com.xxx.xxx to something else, once you have done that build your project again using any of the remote builders. If you are still having the exact same problem (which I believe you will still have), then the issue is 100% with your layout or code.
 
Upvote 0

techknight

Well-Known Member
Licensed User
Longtime User
I've had this exact issue happen before, I forget what I did to solve it but I do remember having to completely uninstall the app, cleaning the project, going on the buildserver mac and clearing out that folder, restarting the IDE, and recompiling and reinstalling the App on the device.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…