Skip to content

Commit 0b4ae3c

Browse files
committed
Fix build errors in BranchSDK target
- Fixed Package.swift syntax error on line 1 (removed extra 'c' character) - Moved BNCConfig.h from Private to Public group in Xcode project to match actual file location at Sources/BranchSDK/Public/BNCConfig.h These changes resolve compilation errors where BNCConfig.h could not be found during builds.
1 parent 618e87d commit 0b4ae3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BranchSDK.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,6 +953,7 @@
953953
5FCDD39F2B7AC6A100EAF29F /* BranchSDK.h */,
954954
5FCDD3A52B7AC6A100EAF29F /* BranchShareLink.h */,
955955
5FCDD3AC2B7AC6A100EAF29F /* BranchUniversalObject.h */,
956+
5FCDD3DB2B7AC6A100EAF29F /* BNCConfig.h */,
956957
);
957958
path = Public;
958959
sourceTree = "<group>";
@@ -965,7 +966,6 @@
965966
5FCDD3B62B7AC6A100EAF29F /* BNCAppleReceipt.h */,
966967
5FCDD3C72B7AC6A100EAF29F /* BNCApplication.h */,
967968
5FCDD3C12B7AC6A100EAF29F /* BNCCallbackMap.h */,
968-
5FCDD3DB2B7AC6A100EAF29F /* BNCConfig.h */,
969969
5FCDD3D52B7AC6A100EAF29F /* BNCContentDiscoveryManager.h */,
970970
5FCDD3E02B7AC6A100EAF29F /* BNCCrashlyticsWrapper.h */,
971971
5FCDD3D42B7AC6A100EAF29F /* BNCDeepLinkViewControllerInstance.h */,

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
c// swift-tools-version:5.9
1+
// swift-tools-version:5.9
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33
import PackageDescription
44

0 commit comments

Comments
 (0)