Skip to content

Commit 9ab9347

Browse files
authored
Increase to avoid libarclite error (#155)
Showing Recent Errors Only SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target
1 parent 2666007 commit 9ab9347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://github.com/CocoaPods/Specs.git'
2-
platform :ios, '8.0'
2+
platform :ios, '12.0'
33

44
target "Replete" do
55
end

Replete.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
DEVELOPMENT_TEAM = FMH366978P;
521521
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/Replete/curl/include";
522522
INFOPLIST_FILE = Replete/Info.plist;
523-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
523+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
524524
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
525525
LIBRARY_SEARCH_PATHS = (
526526
"$(inherited)",
@@ -548,7 +548,7 @@
548548
DEVELOPMENT_TEAM = FMH366978P;
549549
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/Replete/curl/include";
550550
INFOPLIST_FILE = Replete/Info.plist;
551-
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
551+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
552552
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
553553
LIBRARY_SEARCH_PATHS = (
554554
"$(inherited)",

0 commit comments

Comments
 (0)