Skip to content

Commit c7ec67c

Browse files
committed
Debug building xcframework
1 parent 231afff commit c7ec67c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/actions/xcframework/action.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ runs:
2525
uses: maxim-lobanov/setup-xcode@v1
2626
with:
2727
xcode-version: latest-stable
28+
29+
- name: List simulators
30+
shell: bash
31+
run: |
32+
xcrun xctrace list devices
2833
2934
- name: Build iOS & macOS xcframework
3035
shell: bash
@@ -34,7 +39,7 @@ runs:
3439
- name: Lint pod
3540
shell: bash
3641
run: |
37-
pod lib lint
42+
pod lib lint --verbose
3843
3944
- uses: actions/upload-artifact@v4
4045
with:

0 commit comments

Comments
 (0)