Skip to content

Commit

Permalink
The BPForms [Debug] target overrides the OTHER_LDFLAGS build sett…
Browse files Browse the repository at this point in the history
…ing defined in `Pods/Target Support Files/Pods/Pods.debug.xcconfig'. This can lead to problems with the CocoaPods installation

    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

The `BPForms [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.
  • Loading branch information
bpoplauschi committed Oct 25, 2015
1 parent ed1c4d2 commit 16736a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Example/BPFormsExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@
"$(PROJECT_DIR)/build/Debug-iphoneos",
);
MTL_ENABLE_DEBUG_INFO = YES;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
Expand All @@ -860,7 +859,6 @@
"$(PROJECT_DIR)/build/Debug-iphoneos",
);
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
Expand Down

0 comments on commit 16736a3

Please sign in to comment.