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 62ce479 commit d3224ecCopy full SHA for d3224ec
.github/workflows/objective-c-xcode.yml
@@ -22,4 +22,4 @@ jobs:
22
unzip ios 'Firebase/Firebase.h' 'Firebase/FirebaseAuth/*' 'Firebase/FirebaseFunctions/*' 'Firebase/FirebaseAnalytics/*' 'Firebase/FirebaseDatabase/*'
23
rm ios
24
touch GoogleService-Info.plist
25
- xcodebuild clean build -project Bartender.xcodeproj -scheme Bartender ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO"
+ xcodebuild clean analyze archive -project Bartender.xcodeproj -scheme Bartender ONLY_ACTIVE_ARCH=YES CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGN_ENTITLEMENTS="" CODE_SIGNING_ALLOWED="NO"
0 commit comments