Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.6.2 on 10.6.8 calls dispatch_queue_set_specific, causing a crash on startup #109

Closed
czottmann opened this issue Apr 17, 2013 · 3 comments

Comments

@czottmann
Copy link

I use v1.6.2 in my app via Cocoapods, and while it runs a-okay on 10.7 and 10.8, it'll crash instantly under 10.6. I've just downgraded to v1.6 (via pod), and the problem is gone.

Here's the crash report. If you need more details, just let me know please.

Process:         Servus [1771]
Path:            /Users/carlo/Downloads/Servus 1.3.486.app/Contents/MacOS/Servus
Identifier:      de.municode.Servus
Version:         1.3 (484)
Code Type:       X86-64 (Native)
Parent Process:  launchd [90]

Date/Time:       2013-04-17 21:16:44.085 +0200
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6
Sleep/Wake UUID: 10FF6E23-39C3-4BD3-BAB7-6EE74562DBEC

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Dyld Error Message:
  Symbol not found: _dispatch_queue_set_specific
  Referenced from: /Users/carlo/Downloads/Servus 1.3.486.app/Contents/MacOS/Servus
  Expected in: /usr/lib/libSystem.B.dylib
@rivera-ernesto
Copy link
Member

Also #116 would avoid accidentally using 1.6.1 or 1.6.2 for people supporting iOS 4/OS X 10.6.

@bpoplauschi
Copy link
Member

@carlo Sorry about that, the repo's podspec was missing s.osx.platform = :osx, "10.7". This would have prevented cocoapods upgrading Lumberjack for you. It's fixed now thanks to #116

@czottmann
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants