Ok, so, first off, I apologize for my attitude but I spent many hours going through the nightmare of getting dev and production certificates working for my app only a day ago and everything broke just because I updated my Xcode from 6.3.2 to 6.4 so I could test an app on a device updated to iOS 8.4. I'm pretty annoyed and ******.
Anyway, as soon as the xcode update was complete, my code, which was working perfectly, now gives these errors when I try to run on my phone (8.3) or ipad (8.4) but works fine when put on the simulator:
Check dependencies
Code Sign error: ad hoc code signing not allowed with SDK 'iOS 8.4'
CodeSign error: code signing is required for product type 'Unit Test Bundle' in SDK 'iOS 8.4'
I did not change anything with the signing but have since tried every combination of the dev and production certificates I have. I am trying to test on my devices and need to continue to push new builds to beta testers on TestFlight but I'm completely stuck...