I can download and distribute quick builds of applications using test flight. I also integrated the TestFlight SDK through the header header. However, my failure logs are not indicated, for example. I get the following:
3 libswiftCore.dylib 0x1004f368b swift_bridgeNonVerbatimFromObjectiveC
4 xcode-project 0x1000c00c7 _TFC13xcode_project16ContactsImporter12copyContactsfMS0_FT_GSaCS_4User_
5 xcode-project 0x1000bfdb3 _TFC13xcode_project16ContactsImporter14importContactsfMS0_FFGSaCS_4User_T_T_
6 xcode-project 0x1000b64a3 _TFC13xcode_project30PrezzeeContainerViewController9tableViewfS0_FTGSQCSo11UITableView_23didSelectRowAtIndexPathGSQCSo11NSIndexPath__T_
7 UIKit 0x18d794857
Since yosemite obviously will not allow my applications to deploy xcode on the device , the TestFlight crash log would be helpful in resolving this
Also, in object C, I can override NSLog and all my logs will appear in TestFlight, how to do this for Swift?
user83950
source
share