2013-05-08 18:20:23.245 Quicksilver[59917:303] Failed loading bundle NSBundle </tmp/QS/build/Debug/Quicksilver.app/Contents/PlugIns/RdioPlugin.qsplugin> (not yet loaded) error: Error Domain=NSCocoaErrorDomain Code=4 "The bundle “RdioQSplugin” couldn’t be loaded because its executable couldn’t be located." UserInfo=0x10035e800 {NSLocalizedFailureReason=The bundle’s executable couldn’t be located., NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSBundlePath=/tmp/QS/build/Debug/Quicksilver.app/Contents/PlugIns/RdioPlugin.qsplugin, NSLocalizedDescription=The bundle “RdioQSplugin”
--
You received this message because you are subscribed to the Google Groups "Quicksilver - Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicksilver---deve...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
error is Error code 3588 which is NSExecutableLinkError
NSExecutableLinkError NS_ENUM_AVAILABLE(10_5, 2_0) = 3588,
(from FoundationErrors.h)
To unsubscribe from this group and stop receiving emails from it, send an email to quicksilver---development+unsub...@googlegroups.com.
Yea I did restart Xcode when I did that,
I did it again and this time pulled the latest changes from QS repo
Trashed all the things mentioned above and also 'com.apple.Xcode.501' but the other one you mentioned wasn't there.
I then opened QS, built it and ran it. Everything went fine.
I then tried to build my plugin but the compile errored because it didn't know what the QSobject was; After closing and opening the project again, it built successfully.
I ran the plugin with the QS.app executable targeted and I got the same exact build error.
Any other ideas?
{
if (self = [super init]) {
self.rdio = [SBApplication applicationWithBundleIdentifier:@"com.rdio.desktop"];
}
return self;
}
--
You received this message because you are subscribed to the Google Groups "Quicksilver - Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicksilver---deve...@googlegroups.com.
Maybe you will have a better idea as to why that caused it?
--
You received this message because you are subscribed to the Google Groups "Quicksilver - Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quicksilver---deve...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to quicksilver---development+unsub...@googlegroups.com.