Closed mpalmer685 closed 9 years ago
The Xcode 6.4 UUID is entered twice inside the <string>...</string> tag, which causes Xcode to not actually recognize it as supported. Removed the duplicate string and Xcode now loads the bundle correctly.
<string>...</string>
The Xcode 6.4 UUID is entered twice inside the
<string>...</string>
tag, which causes Xcode to not actually recognize it as supported. Removed the duplicate string and Xcode now loads the bundle correctly.