mirror of
https://github.com/heysem-useinsider/Stringz.git
synced 2026-04-26 07:15:52 +03:00
[GH-ISSUE #3] Crash on attempting to open Xcode project #1
Labels
No labels
bug
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stringz#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @massimobio on GitHub (Dec 23, 2020).
Original GitHub issue: https://github.com/heysem-useinsider/Stringz/issues/3
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 on GitHub (Dec 23, 2020):
Still crashes in 0.3.2:
stringz 032 crash.txt
@heysem-useinsider commented on GitHub (Dec 23, 2020):
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.
@heysem-useinsider commented on GitHub (Dec 23, 2020):
Just a question is it crashing as soon as you load your project or after selecting an item in the sidebar?
@massimobio commented on GitHub (Dec 23, 2020):
It crashes as soon as I click on Open on the initial open panel.
@massimobio commented on GitHub (Dec 23, 2020):
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
@heysem-useinsider commented on GitHub (Dec 23, 2020):
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 on GitHub (Dec 23, 2020):
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?
@heysem-useinsider commented on GitHub (Dec 23, 2020):
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.
@heysem-useinsider commented on GitHub (Dec 25, 2020):
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 on GitHub (Dec 25, 2020):
Yes! It works now, thank you.