superhighfives / pika

An open-source colour picker app for macOS
https://superhighfives.com/pika
MIT License
1.71k stars 55 forks source link

0.0.13 #75

Closed superhighfives closed 2 years ago

superhighfives commented 2 years ago

@AClmbr, I was wondering if you'd be able to help out by taking a look at the changes / additions for the French language in this one? No worries at all if not. đź‘Ť

AClmbr commented 2 years ago

Yes sure, just give me a few days please and it will be done đź‘Ť

AClmbr commented 2 years ago

Hi @superhighfives, I got the code but every time I try to run the project the app crashes. The console says:

dyld: Library not loaded: @rpath/Sparkle.framework/Versions/A/Sparkle
Referenced from: [...]/Xcode/DerivedData/Pika-afaujgwakryiryagrrwfvnpghsuk/Build/Products/Debug/Pika.app/Contents/MacOS/Pika
Reason: no suitable image found

Do you have any idea why?

superhighfives commented 2 years ago

Hmmm, sorry to hear that @AClmbr—guessing it's something to do with packages not being resolved correctly. Could you try resolving the package versions? If that doesn't work, you could try resetting the package caches?

image
AClmbr commented 2 years ago

Nothing worked... In the console, in addition to what I said last time, I also get this :

[...]/Frameworks/Sparkle.framework/Versions/A/Sparkle) not valid for use in process using Library Validation: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)

I think it's more related to the Sparkle image 🤔

superhighfives commented 2 years ago

Ah, I wonder if it's something to do with the signing. 🤔

What do you see if you tap the Project and then the target? It may be tied to my "team", which you wouldn't have the ability to sign for.

image