You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In advance, my Sparkle version is 1.14.0 and I'm using Xcode 8.2.1 in macOS 10.12.2 (Sierra), however that bug also happened with Xcode 7 in macOS 10.11. I'm not sure if that bug was already solved in later releases, but since I haven't seen any issue similar to that one I guess it wasn't.
I'm not sure if that's a problem in my application or with Sparkle, so I decide to submit an issue anyway. In case it's my application fault, then at least other people with the same problem will find out as well.
Some of my users ran my application from volumes (I'm not sure if they are DMGs or flash drives, I'm only sure that this problem only happens when they are inside volumes), and in these cases the app crashes. That's the crash:
I thought it could a problem in my app, but since the problem only happens inside volumes I'm confused. There is some special way that I should configure my app in order to find Sparkle when my app is inside a volume?
At the moment, the Sparkle.framework is added in the Embedded Binaries list and in the Linked Frameworks and Libraries list. It's also in my Build Phases on Link Binary With Libraries, has Required, and in Embed Frameworks, copying to the Frameworks folder and signing.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
In advance, my Sparkle version is 1.14.0 and I'm using Xcode 8.2.1 in macOS 10.12.2 (Sierra), however that bug also happened with Xcode 7 in macOS 10.11. I'm not sure if that bug was already solved in later releases, but since I haven't seen any issue similar to that one I guess it wasn't.
I'm not sure if that's a problem in my application or with Sparkle, so I decide to submit an issue anyway. In case it's my application fault, then at least other people with the same problem will find out as well.
Some of my users ran my application from volumes (I'm not sure if they are DMGs or flash drives, I'm only sure that this problem only happens when they are inside volumes), and in these cases the app crashes. That's the crash:
I thought it could a problem in my app, but since the problem only happens inside volumes I'm confused. There is some special way that I should configure my app in order to find Sparkle when my app is inside a volume?
At the moment, the Sparkle.framework is added in the Embedded Binaries list and in the Linked Frameworks and Libraries list. It's also in my Build Phases on Link Binary With Libraries, has Required, and in Embed Frameworks, copying to the Frameworks folder and signing.
Thanks in advance.
The text was updated successfully, but these errors were encountered: