Skip to content

Commit

Permalink
fixing linker flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dwright-adobe committed Mar 11, 2019
1 parent 5e93a51 commit 1a6cd90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Swift/BusBookingSwift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,10 @@
"$(inherited)",
"$(PROJECT_DIR)/BusBookingSwift/AdobeTarget",
);
OTHER_LDFLAGS = "-ObjC";
OTHER_LDFLAGS = (
"-ObjC",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = com.adobetarget.BusBookingSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "BusBookingSwift/BusBookingSwift-Bridging-Header.h";
Expand Down Expand Up @@ -391,7 +394,14 @@
"$(inherited)",
"$(PROJECT_DIR)/BusBookingSwift/AdobeTarget",
);
OTHER_LDFLAGS = "-ObjC";
OTHER_LDFLAGS = (
"-ObjC",
"$(inherited)",
);
"OTHER_LDFLAGS[arch=*]" = (
"-ObjC",
"$(inherited)",
);
PRODUCT_BUNDLE_IDENTIFIER = com.adobetarget.BusBookingSwift;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "BusBookingSwift/BusBookingSwift-Bridging-Header.h";
Expand Down
Binary file not shown.

0 comments on commit 1a6cd90

Please sign in to comment.