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
@@ -158,7 +158,7 @@ Since this is a device detection library, validation focuses on:
158
158
159
159
**"SwiftLint not found"**: Install via `brew install swiftlint` (macOS only)
160
160
161
-
**"Code generation produces different output"**: Ensure you're using Python 3 and the exact command: `python3 Utils/gyb.py Source/Device.swift.gyb > Source/Device.generated.swift`
161
+
**"Code generation produces different output"**: Ensure you're using Python 3 and the exact command: `./Utils/gyb --line-directive '' -o ./Source/Device.generated.swift ./Source/Device.swift.gyb`
162
162
163
163
**"Permission denied installing gems"**: Use `sudo gem install bundler` or install gems in user directory
0 commit comments