Hi,
I am working on an application which is loaded at System preferences.
Basically this application is build for 32 bit arch, which i am converting it to work for both 32 and 64. After building for x86_64 arch, I have installed the application is Snow leopard (Seed 314). Here when i try to open the application from preference pane.. I am getting below error,
"Preference Error - Could not load xxxx preference pane"
Please find the console log message below..
############
16/04/09 12:12:10 PM System Preferences[223] dlopen_preflight failed with dlopen_preflight(/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx): no suitable image found. Did find:
/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx: GC capability mismatch for /Library/PreferencePanes/xxxxx.prefPane
16/04/09 12:12:10 PM System Preferences[223] Error loading /Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx: dlopen(/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx, 265): no suitable image found. Did find:
/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx: GC capability mismatch
16/04/09 12:12:10 PM System Preferences[223] [NSPrefPaneBundle instantiatePrefPaneObject] (/Library/PreferencePanes/xxxxx.prefPane): principalClass is nil.
###########
Can any one help me...?
Thanks in advance.
I am working on an application which is loaded at System preferences.
Basically this application is build for 32 bit arch, which i am converting it to work for both 32 and 64. After building for x86_64 arch, I have installed the application is Snow leopard (Seed 314). Here when i try to open the application from preference pane.. I am getting below error,
"Preference Error - Could not load xxxx preference pane"
Please find the console log message below..
############
16/04/09 12:12:10 PM System Preferences[223] dlopen_preflight failed with dlopen_preflight(/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx): no suitable image found. Did find:
/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx: GC capability mismatch for /Library/PreferencePanes/xxxxx.prefPane
16/04/09 12:12:10 PM System Preferences[223] Error loading /Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx: dlopen(/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx, 265): no suitable image found. Did find:
/Library/PreferencePanes/xxxxx.prefPane/Contents/MacOS/xxxxx: GC capability mismatch
16/04/09 12:12:10 PM System Preferences[223] [NSPrefPaneBundle instantiatePrefPaneObject] (/Library/PreferencePanes/xxxxx.prefPane): principalClass is nil.
###########
Can any one help me...?
Thanks in advance.