Images Disappearing after setting “Valid Architecture” to “arm64”
问题 I am updating an existing app from another developer to support 64 bit devices as Apple is going to make it compulsory. I added :- Architectures : $(ARCHS_STANDARD) valid Arch : armv7 arm64 Problem :- The slot items after stopping the rotation disappear. this happens only on i5,i6 n i6+ devices only. (Working perfect on i4s n iPad(s)) Failed Attempts: 1) Converted all float values to CGFloat for if the float might be loosing values. 2) tried to use xib of i4 in place of i5s P.S: This question