For transitioning my app to 64-bit, I changed the Architectures build setting to:
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
App is runnig fine except that some of the images are not showing up (blank). Why would it happen? any clues?
For transitioning my app to 64-bit, I changed the Architectures build setting to:
ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
App is runnig fine except that some of the images are not showing up (blank). Why would it happen? any clues?