Skip to content

Commit 531f8d3

Browse files
Merge pull request #250 from DayBySay/master
fix Example projects compile error on Xcode 12.3 or above
2 parents 3680480 + 72397af commit 531f8d3

File tree

1 file changed

+2
-0
lines changed
  • ESTabBarControllerExample/ESTabBarControllerExample.xcodeproj

1 file changed

+2
-0
lines changed

ESTabBarControllerExample/ESTabBarControllerExample.xcodeproj/project.pbxproj

+2
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,7 @@
620620
PRODUCT_BUNDLE_IDENTIFIER = com.eggswift.ESTabBarControllerExample1;
621621
PRODUCT_NAME = Example;
622622
SWIFT_VERSION = 5.0;
623+
VALIDATE_WORKSPACE = YES;
623624
};
624625
name = Debug;
625626
};
@@ -643,6 +644,7 @@
643644
PRODUCT_BUNDLE_IDENTIFIER = com.eggswift.ESTabBarControllerExample1;
644645
PRODUCT_NAME = Example;
645646
SWIFT_VERSION = 5.0;
647+
VALIDATE_WORKSPACE = YES;
646648
};
647649
name = Release;
648650
};

0 commit comments

Comments
 (0)