Hi People,
I am working on an APP, that is for iPad only (not universal) and the settings in my xCode-Project are correct arcording to this.
For some reason one of my XIB-Files, representing a UIView, does not show the images on it (UIImageViews as subviews) from time to time, when I work with it in the Interface Builder. I have 6 similar XIB-Files, all working properly, except that ONE.
When ever I change that XIB-File (opend as source code) from
targetRuntime="iOS.CocoaTouch"
to
targetRuntime="iOS.CocoaTouch.iPad"
the problem is solved and the images are shown correctly. But - for some reasons - this XIB-File changes automatically back to
targetRuntime="iOS.CocoaTouch". And so the problem coccurs over and over. The time between varies between 1 hour and 1 day.
Its getting annoying and I dont know what to do.
Any suggestions ?
Thanks for any help 😕