We're also experiencing this at Savage. We're having to swich back to Xcode 9.2 in order to complete our translations for Procreate.Unfortunately, because of time pressures, we may not be able to create a sample project for bug reporting - our project is complicated, and uses a number of tables (often in Modules inside the project). Figuring out a minimum test case for what's busted isn't in our power right now.I can tell you that we're getting some exports of NSLocalizedStringFromTable(), but they're not exporting in the XLIFF to correct location. So, for example, let's say we had an extant table strings file called BlendModes.strings that lived in Resources/Localization (and subfolders therein for each language, of course), we would expect Xcode to export these strings with a file tag of something starting with <file original=Resources/Localization/en.lproj/BlendModes.stringsInstead, we get <file original=Procreate/Support/en.lproj/BlendModes.stringswhich is incorrect, and surprising, because