I'm trying to update my build server from Xcode 6.3 to Xocde 7 beta 3, but getting the following error. On my server I use the Enterprise Develoepr Program, so I depend on using the auto-select "iOS Distribution" setting for my "In House" configuration instead of hard coding the cert in the project because I belong to a different Developer Program on my development machine.
+ xcodebuild -project MYAPP.xcodeproj -scheme MYAPP-InHouse archive
=== BUILD TARGET WatchKit App OF PROJECT MYAPP WITH CONFIGURATION In House Distribution ===
Check dependencies
Code Sign error: No matching provisioning profiles found: No valid 'development' profiles were found.
CodeSign error: code signing is required for product type 'WatchKit App' in SDK 'iOS 9.0'
Xcode 7 beta 2 works. beta 3 does not.