File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
FirebasePerformance/Tests/Unit/Instruments Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ - (void)setUp {
5252 originalViewDidDisappearInvoked = NO ;
5353}
5454
55+ #if !SWIFT_PACKAGE
56+
5557/* * Tests that the viewControllerDidAppear: of the FPRScreenTraceTracker sharedInstance is invoked
5658 * when a UIViewController's viewDidAppear: is invoked.
5759 */
@@ -75,6 +77,8 @@ - (void)testViewDidAppearInvokesViewControllerDidAppearOnScreenTraceTracker {
7577 [[testViewController view ] removeFromSuperview ];
7678}
7779
80+ #endif // SWIFT_PACKAGE
81+
7882/* * Tests that the viewControllerDidAppear: of the FPRScreenTraceTracker sharedInstance is invoked
7983 * when a UIViewController's viewDidAppear: is invoked.
8084 */
@@ -170,4 +174,3 @@ - (void)testViewDidAppearInvokesPreviousViewDidDisappear {
170174}
171175
172176@end
173-
You can’t perform that action at this time.
0 commit comments