You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My scheme includes two test targets, one for logic tests and one for application tests. Xcode generates one test summaries plist for both, although when one of them fails to launch (thanks Xcode), the resulting plist contains empty list of tests for that target.
Here's an excerpt from plist:
<dict><!-- the target that has failed to launch -->
<key>ProjectPath</key>
<string>Whatever.xcodeproj</string>
<key>TargetName</key>
<string>LogicTests</string>
<key>TestName</key>
<string>LogicTests</string>
<key>TestObjectClass</key>
<string>IDESchemeActionTestableSummary</string>
<key>Tests</key>
<array/>
</dict>
Trainer considers this as a success.
I'm not sure how to solve this, though.
The text was updated successfully, but these errors were encountered:
My scheme includes two test targets, one for logic tests and one for application tests. Xcode generates one test summaries plist for both, although when one of them fails to launch (thanks Xcode), the resulting plist contains empty list of tests for that target.
Here's an excerpt from plist:
Trainer considers this as a success.
I'm not sure how to solve this, though.
The text was updated successfully, but these errors were encountered: