mohakapt / Stringz

A lightweight and powerful editor for localizing iOS, macOS, tvOS, and watchOS applications.
https://github.com/mohakapt/Stringz
GNU General Public License v3.0
951 stars 46 forks source link

Crash on attempting to open Xcode project #3

Closed massimobio closed 3 years ago

massimobio commented 3 years ago

My project is part of a workspace if that's of any importance. macOS 10.15.7 Xcode 12.3 Here's the crash report:

stacktrace.txt

massimobio commented 3 years ago

Still crashes in 0.3.2:

stringz 032 crash.txt

mohakapt commented 3 years ago

I don't think it has something to do with the project being in a workspace, I'm testing the application on a lot of open source projects like Wikipedia iOS and DuckDuckGo and so far it seems to load localization files correctly. Anyways I'm still investigating your crash, Thanks for submitting a stacktrace.

mohakapt commented 3 years ago

Just a question is it crashing as soon as you load your project or after selecting an item in the sidebar?

massimobio commented 3 years ago

It crashes as soon as I click on Open on the initial open panel.

massimobio commented 3 years ago

I did some more tests and I cannot open any project. Besides my own projects I unsuccessfully tried these open source ones: SVProgressHUD and SwiftStoreKit

mohakapt commented 3 years ago

I'm testing on these projects right now, meanwhile could you please try to open the SampleApp from this repository in Stringz on your machine.

massimobio commented 3 years ago

Crashes as well. Maybe some sandboxing issue, or file access permission, or some difference between the debug version and the release version of the app?

mohakapt commented 3 years ago

Not sure about sandboxing but I tested the app both in debug and release and it seems to load correctly even on the projects you sent. I noticed you're running on 10.15.7 and I'm testing and developing on 11.1, Right now I'm downloading macOS Catalina to test the app on.

mohakapt commented 3 years ago

I think i figured it out, I downloaded macOS Catalina, ran the app on and fixed all the issues i found (most of them are related to me using a new framework). Please try version 0.4.0 and see if it works.

massimobio commented 3 years ago

Yes! It works now, thank you.