iKenndac / Viva

A libspotify-based Spotify client for Mac OS X Lion.
Other
123 stars 15 forks source link

Cannot run on Lion / Xcode 4.6 #14

Open timidri opened 11 years ago

timidri commented 11 years ago

When building and running, I get this error in the console view:

dyld: lazy symbol binding failed: Symbol not found: _objc_setProperty_nonatomic
  Referenced from: /Users/.../Library/Developer/Xcode/DerivedData/Viva-hfbuzzvfuuqquvcmuapalimsmweg/Build/Products/Debug/Viva.app/Contents/MacOS/Viva
  Expected in: /usr/lib/libobjc.A.dylib

dyld: Symbol not found: _objc_setProperty_nonatomic
  Referenced from: /Users/.../Library/Developer/Xcode/DerivedData/Viva-hfbuzzvfuuqquvcmuapalimsmweg/Build/Products/Debug/Viva.app/Contents/MacOS/Viva
  Expected in: /usr/lib/libobjc.A.dylib

and no UI appears.

timidri commented 11 years ago

After playing with the "Base SDK" setting a bit the app started running correctly. Not sure what caused the error though, so leaving this issue open for possible additions.