MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 79 forks source link

Can't build MMTabBarView - see error code #43

Closed tomatoTom closed 7 years ago

tomatoTom commented 8 years ago

Hello everyone! :)

I can't build the demo project with Xcode 8.0 and 7.x. There is always this error:

dyld: Library not loaded: @rpath/MMTabBarView.framework/Versions/A/MMTabBarView Referenced from: /Users/julian/Library/Developer/Xcode/DerivedData/MMTabBarView_Demo-arjpuxyfsaerygdqyqgswnrdcxgi/Build/Products/Debug/MMTabBarView Demo.app/Contents/MacOS/MMTabBarView Demo Reason: image not found (lldb)

Can anybody help me? Thanks a lot!

DivineDominion commented 8 years ago

Works fine for me on Version 7.3.1 (7D1014). I know this from my own projects when I forget to drag the framework into "Embedded Binaries", though.