Skip to content

Commit ec083f9

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
Back out "Fix Undefined symbol: __swift_FORCE_LOAD_$_swiftFileProvider when building with Xcode 13"
Summary: Changelog: Backout "Fix Xcode 13 build error in HelloWorld template" Original commit changeset: 59dbde441e61 This change breaks the template for Xcode 12.5: {F642871165} Reviewed By: philIip Differential Revision: D30301800 fbshipit-source-id: 4fcd9a5413dafb2cedb2194d5b68ddfd46edd974
1 parent 22bc8c2 commit ec083f9

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

template/ios/HelloWorld.xcodeproj/project.pbxproj

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
1212
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1313
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
14-
2957D35C26C17EB1009E46BF /* libswiftFileProvider.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 2957D35B26C17EAB009E46BF /* libswiftFileProvider.tbd */; };
1514
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1615
/* End PBXBuildFile section */
1716

@@ -35,7 +34,6 @@
3534
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloWorld/Images.xcassets; sourceTree = "<group>"; };
3635
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HelloWorld/Info.plist; sourceTree = "<group>"; };
3736
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HelloWorld/main.m; sourceTree = "<group>"; };
38-
2957D35B26C17EAB009E46BF /* libswiftFileProvider.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libswiftFileProvider.tbd; path = usr/lib/swift/libswiftFileProvider.tbd; sourceTree = SDKROOT; };
3937
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = HelloWorld/LaunchScreen.storyboard; sourceTree = "<group>"; };
4038
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
4139
/* End PBXFileReference section */
@@ -52,7 +50,6 @@
5250
isa = PBXFrameworksBuildPhase;
5351
buildActionMask = 2147483647;
5452
files = (
55-
2957D35C26C17EB1009E46BF /* libswiftFileProvider.tbd in Frameworks */,
5653
);
5754
runOnlyForDeploymentPostprocessing = 0;
5855
};
@@ -92,7 +89,6 @@
9289
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
9390
isa = PBXGroup;
9491
children = (
95-
2957D35B26C17EAB009E46BF /* libswiftFileProvider.tbd */,
9692
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
9793
);
9894
name = Frameworks;
@@ -349,10 +345,6 @@
349345
"$(inherited)",
350346
"@executable_path/Frameworks",
351347
);
352-
LIBRARY_SEARCH_PATHS = (
353-
"$(inherited)",
354-
"$(SDKROOT)/usr/lib/swift",
355-
);
356348
OTHER_LDFLAGS = (
357349
"$(inherited)",
358350
"-ObjC",
@@ -377,10 +369,6 @@
377369
"$(inherited)",
378370
"@executable_path/Frameworks",
379371
);
380-
LIBRARY_SEARCH_PATHS = (
381-
"$(inherited)",
382-
"$(SDKROOT)/usr/lib/swift",
383-
);
384372
OTHER_LDFLAGS = (
385373
"$(inherited)",
386374
"-ObjC",

0 commit comments

Comments
 (0)