We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950433e commit c0a6ebcCopy full SHA for c0a6ebc
test/test.sh
@@ -5,6 +5,8 @@ build() {
5
xcodebuild -workspace Binary.xcworkspace -scheme Binary ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -quiet || exit 1
6
}
7
8
+rm -rf Pods
9
+
10
python change_podfile.py "initial"
11
pod install
12
build
0 commit comments