Skip to content

Commit

Permalink
Bug fixed: cannot run ./build.sh #5
Browse files Browse the repository at this point in the history
  • Loading branch information
touren committed Oct 29, 2019
1 parent aabdc1a commit 492c510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xcodebuild \
-project TwitterKit/TwitterKit.xcodeproj \
-scheme TwitterKit -configuration Debug \
-sdk "iphonesimulator13.0" \
-sdk "iphonesimulator" \
HEADER_SEARCH_PATHS="$(pwd)/TwitterCore/iphonesimulator/Headers $(pwd)/TwitterCore/iphonesimulator/PrivateHeaders" \
CONFIGURATION_BUILD_DIR=./iphonesimulator \
clean build
Expand All @@ -13,7 +13,7 @@ xcodebuild \
xcodebuild \
-project TwitterKit/TwitterKit.xcodeproj \
-scheme TwitterKit -configuration Debug \
-sdk "iphoneos13.0" \
-sdk "iphoneos" \
HEADER_SEARCH_PATHS="$(pwd)/TwitterCore/iphoneos/Headers $(pwd)/TwitterCore/iphoneos/PrivateHeaders" \
CONFIGURATION_BUILD_DIR=./iphoneos \
clean build
Expand Down

0 comments on commit 492c510

Please sign in to comment.