Skip to content

Commit 9152b92

Browse files
committed
chore: remove tipsi-stripe in favor of official lib
1 parent 62d7f1b commit 9152b92

19 files changed

+519
-508
lines changed

docs/troubleshooting.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -96,29 +96,6 @@ Make sure you are on proper node version and then do a
9696
yarn install
9797
```
9898

99-
- Issue with installing `tipsi-stripe`
100-
101-
```
102-
[!] CocoaPods could not find compatible versions for pod "tipsi-stripe":
103-
```
104-
105-
You need to run
106-
107-
```
108-
bundle exec pod update tipsi-stripe
109-
```
110-
111-
- Error during `bundle exec pod update tipsi-stripe`
112-
113-
```
114-
checking whether the C compiler works... no
115-
xcrun: error: SDK "iphoneos" cannot be located
116-
xcrun: error: SDK "iphoneos" cannot be located
117-
xcrun: error: SDK "iphoneos" cannot be located
118-
```
119-
120-
You need to go to Xcode -> Preferences -> Locations and select Command Line Tools from the dropdown
121-
12299
- Failed `./scripts/setup-env-for-artsy` with
123100

124101
```

ios/Artsy.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4570,7 +4570,7 @@
45704570
buildSettings = {
45714571
ALWAYS_SEARCH_USER_PATHS = NO;
45724572
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
4573-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
4573+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
45744574
CLANG_CXX_LIBRARY = "libc++";
45754575
CLANG_ENABLE_MODULES = YES;
45764576
CLANG_ENABLE_OBJC_ARC = YES;
@@ -4641,7 +4641,7 @@
46414641
buildSettings = {
46424642
ALWAYS_SEARCH_USER_PATHS = NO;
46434643
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
4644-
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
4644+
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
46454645
CLANG_CXX_LIBRARY = "libc++";
46464646
CLANG_ENABLE_MODULES = YES;
46474647
CLANG_ENABLE_OBJC_ARC = YES;

0 commit comments

Comments
 (0)