neolee / SCU

SCU (Squirrel 配置工具)
613 stars 48 forks source link

SCU cannot be opened on OS X 10.6 #3

Closed zyxar closed 11 years ago

zyxar commented 11 years ago

OS X: 10.6.8 Problem Report:

    Process:         SCU [5400]
    Path:            /Users/marcus/Downloads/SCU.app/Contents/MacOS/SCU
    Identifier:      me.soulhacker.SCU
    Version:         0.2 (106)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [96]

    Date/Time:       2013-01-17 14:19:03.110 +0800
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6

    Interval Since Last Report:          12954330 sec
    Crashes Since Last Report:           -202
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      5814E6FC-3636-4603-8649-444F732F603E

    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0

    Dyld Error Message:
      Symbol not found: _OBJC_CLASS_$_NSRegularExpression
      Referenced from: /Users/marcus/Downloads/SCU.app/Contents/MacOS/SCU
      Expected in: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
     in /Users/marcus/Downloads/SCU.app/Contents/MacOS/SCU
neolee commented 11 years ago

It's my fault to label SCU's system requirement as "OS X 10.6 and above". I use YACYAML for YAML file parsing and generating, which requires OS X 10.7 (specifically the NSRegularExpression class). I'll keep searching for workaround but I will change the system requirement to OS X 10.7 for now. Really sorry for the misguiding.

zyxar commented 11 years ago

I see. It works fine on Lion. Thanks.