Skip to content

Commit

Permalink
Fix codesigning resource error
Browse files Browse the repository at this point in the history
Error: JGProgressHUD Resources.bundle: bundle format unrecognized, invalid, or unsuitable
Command /usr/bin/codesign failed with exit code 1
  • Loading branch information
JohnCoates committed Oct 25, 2016
1 parent eda194e commit 191aae1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions JGProgressHUD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_UNREACHABLE_CODE = YES;
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
Expand All @@ -536,6 +538,8 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_UNREACHABLE_CODE = YES;
CODE_SIGNING_ALLOWED = NO;
CODE_SIGNING_REQUIRED = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_STRICT_OBJC_MSGSEND = YES;
INFOPLIST_FILE = "";
Expand Down

0 comments on commit 191aae1

Please sign in to comment.