testflight
Xcode: Should I Strip Debug Symbols During Copy?
I work at TestFlight. Short answer is: set it to YES. Long answer: @Kerni is correct. Before we started symbolicating server side, we needed that data to symbolicate on device. So if you upload your dSYM to TestFlight, you can strip them. If you don’t want to upload your dSYM for some reason, you can … Read more
Testflight: Cannot upload build, cannot download SDK
I think this is related to the Apple purchase of TestFlight. My colleague told me that Android has also been disabled for TestFlight so it wouldn’t surprise me if they have taken the whole thing down for maintenance (updating/permanently/moving it to ITC/etc…).
How do you view TestFlight crash logs?
In Xcode 6.3 crash logs have moved into Organizer window. It might take some time and a restart of the crashed apps for the logs to show.
Assets.car can’t contain 16-bit or P3 assets if the app supports iOS 8 or earlier?
In short: There are pictures in your bundle that have a non-supported format. You can either adjust the format of these images or increase your minimum iOS version of your target. Keep in mind that the latter is only a hotfix and probably not what you want to do, because it would decrease your potential … Read more