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 54bd8e9 commit 041f2baCopy full SHA for 041f2ba
.github/workflows/build_test.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
channel: stable
21
- run: flutter pub get
22
+ - run: cd example/ios; pod update WechatOpenSDK-XCFramework; cd ../..
23
- run: cd example; flutter build ios --no-codesign
24
25
test_iOS_No_Pay:
0 commit comments