When running fxios l10n export --product firefox --l10n-project-path ../firefoxios-l10n --locale en-US from project root I get the following error message
🦊 Exporting 1 locale(s) from /Users/winnieteichmann/Documents/Mozilla/firefox-ios/Client.xcodeproj...
Command line invocation:
/Applications/Xcode-26.2.0.app/Contents/Developer/usr/bin/xcodebuild -exportLocalizations -project /Users/winnieteichmann/Documents/Mozilla/firefox-ios/Client.xcodeproj -localizationPath /tmp/ios-localization -exportLanguage en-US
2026-04-24 08:14:18.403 xcodebuild[17882:270887] Writing error result bundle to /var/folders/tt/xrp2s3054q59jx8c_v5zmkn00000gn/T/ResultBundle_2026-24-04_08-14-0018.xcresult
xcodebuild: error: Unable to read project 'Client.xcodeproj'.
Reason: Project /Users/winnieteichmann/Documents/Mozilla/firefox-ios/Client.xcodeproj cannot be opened because it is missing its project.pbxproj file.
▒ 💥 Command 'xcodebuild -exportLocalizations' failed with exit code 74
fxios is using the wrong project path for Firefox here.
When running
fxios l10n export --product firefox --l10n-project-path ../firefoxios-l10n --locale en-USfrom project root I get the following error messagefxios is using the wrong project path for Firefox here.