Skip to content

Commit

Permalink
KYLogger.xcodeproj: Rm SDKROOT=iphoneos
Browse files Browse the repository at this point in the history
  REF: "Failed to write framework file. The file couldn’t be opened because there is no such file."
  Carthage/Carthage#1547
  • Loading branch information
Kjuly committed Dec 9, 2023
1 parent 263cf59 commit 9feec7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions KYLogger.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
OTHER_SWIFT_FLAGS = "$(inherited) -D DEBUG";
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG KY_LOGGER_FRAMEWORK";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
VERSIONING_SYSTEM = "apple-generic";
Expand Down Expand Up @@ -491,7 +490,6 @@
MACOSX_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = iphoneos;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = KY_LOGGER_FRAMEWORK;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
Expand Down

0 comments on commit 9feec7e

Please sign in to comment.