Search code examples
iphonexibnibuniversal

filename~ipad.xib naming convention


The issue I am having with this naming convention ~iPad.xib is that everything loads properly in the iPad simulator. Although when I build the project on the device only the iPhone Views load. This has been driving me crazy. Please if anyone knows why this is doing this it would be much appreciated. Thanks


Solution

  • Make sure you use ~ipad (lowercase) instead of iPad. The simulator (and the underlying Mac OS X) is case-insensitive when it comes to capitalization, while the device is case-sensitive.