Commit c671d11
Fix v0.19.5: Remove type: .static from library products to fix linker errors
type: .static on SPM library products prevents binary target linker flags
from being forwarded to consuming apps, causing "Undefined symbol: _rac_*"
errors when archiving. Reverting to automatic library type resolves this.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4e0ebc1 commit c671d11
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
59 | | - | |
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| |||
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
68 | | - | |
69 | 66 | | |
70 | 67 | | |
71 | 68 | | |
| |||
74 | 71 | | |
75 | 72 | | |
76 | 73 | | |
77 | | - | |
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
| |||
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
86 | | - | |
87 | 82 | | |
88 | 83 | | |
89 | 84 | | |
| |||
0 commit comments