Posts

Post not yet marked as solved
6 Replies
2.0k Views
I'm trying to localize the intentdefinition file in my project, but XCode crashes every time.I'm following these steps:- Select the file in XCode, click the Localize button, and select to move the file to the Base localization (choosing other languages results in the same crash). At this point, the folder Base.lproj is created and the intentdefinition file is moved into that- When I select the file again in XCode, I see the languages supported by my project, with the Base language ticked.- If I tick any other language, XCode will crash. It will however create the lproj folder for that language, and create a copy of the intentdefinition file in it.- After reopinging XCode and selecting the intentdefinition file, I see the languages with only Base ticked. If I tick the previous language again, it will prompt me to either re-use the existing file or overwrite it. Both choices result in a crash.This is an old project, the intents have only just been added but the rest of the app was localized years ago. The languages I see (under Project info) are:- Base- English, deprecated - development language- Dutch- English- French- German- Norwegian (Bokmal)- SwedishOthers appear to have successfully localized their intents files. Any idea what could be causing this?
Posted
by Intveltr.
Last updated
.