Re: How to get rid of this error message
Re: How to get rid of this error message
- Subject: Re: How to get rid of this error message
- From: Deivy Petrescu <email@hidden>
- Date: Sat, 27 Feb 2010 10:27:23 -0500
On 26/02/2010, at 16:20 , Deivy Petrescu wrote:
>
> On 26/02/2010, at 14:27 , Fritz Anderson wrote:
>
>> On 26 Feb 2010, at 12:42 PM, Deivy Petrescu wrote:
>>
>>> Reason: no suitable image found. Did find:
>>> /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType: GC capability mismatch
>>>
>>>
>>> It started to happen suddenly, I have LiveType and I recently reinstalled it, although I knew it wouldn't solve the problem (it didn't)
>>> I've checked on google and most of the time the problem is completely unrelated to LiveType.
>>> However, every solution I found did not apply to me.
>>>
>>> Anyone with any insight?
>>> Actually I get the message above but I am able to build and run my app.
>>> So, it is not hindering anything, but annoys the h*** out of me!
>>
>> By way of investigation, see whether garbage collection is on or off in your target (that's what the loader is complaining about). Turn it the other way, and see if the error goes away (though casually switching GC on and off in your builds is likely to result in code that won't run very long).
>>
>> If LiveType doesn't support garbage collection, and you require it, you'll have to abandon either GC (which may involve some work) or the library. And vice versa.
>>
>> — F
>
> On 26/02/2010, at 15:31 , Jens Alfke wrote:
>
>>
>>>> Reason: no suitable image found. Did find:
>>>> /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType: GC capability mismatch
>>>>
>>>>
>>>> It started to happen suddenly, I have LiveType and I recently reinstalled it, although I knew it wouldn't solve the problem (it didn't)
>>
>> This is harmless, though annoying. It means that something is trying to load a bundle, but fails because the process uses GC but the bundle doesn't. In this case, it looks like LiveType has a QuickTime component, and in your app QuickTime's trying to load that component. If your code doesn't use LiveType directly, then QuickTime's probably just doing something like enumerating all the plugins. It's too bad the bundle code always has to barf to the log whenever that happens.
>>
>> —Jens _______________________________________________
>
> Thanks Fritz and Jens.
>
> Unfortunately it is not GC. I did toggle the value but it did not work, the message keeps coming back.
> My App is an AppleScript-ObjC app and should not require GC.
> Also, I do not target QT or LiveType.
> Unless they are somehow related to something in IB, I did not make any calls to anything remotely connected to QT or LT.
>
> Some solutions indicated to spurious info.plist at the root level of the computer and someone else related it with some Microsoft office whatever.
> Neither helps me.
>
> So, this is probably coming from something not clearly related to my project.
> Google searches showed me that it is "out there". Although I can't tell how common it is.
>
> Again thanks.
>
> Deivy Petrescu
> email@hidden
Just a follow up.
I found out that the error is indeed due to a bug in IB.
I have no idea where it lays, but I used TM to get to an older version of the project.
Updated the code to the newest version but used the NIB from the old build.
Everything rooms smoothly.
I managed to bring the old nib update and no problem whatsoever.
As I suspected, it has nothing to do with the code but something in the nib files triggered the problem.
Deivy Petrescu
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden