You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add detailed fix instructions for Mac Catalyst binary issue
Provides step-by-step commands to resolve the ESpeakNG binary naming
issue that causes framework validation failures. The fix involves
copying the correctly named binary from the iOS simulator variant.
Co-authored-by: Brandon Weng <BrandonWeng@users.noreply.github.com>
The Mac Catalyst ESpeakNG framework binary was named `ESPeakNG` (capital 'P') but the Info.plist and validation scripts expect `ESpeakNG` (lowercase 'e'). This causes dyld runtime failures.
5
+
6
+
## Solution
7
+
Execute the following commands to complete the fix:
8
+
9
+
```bash
10
+
# Copy the correctly architected binary from iOS simulator to Mac Catalyst location
0 commit comments