udark / underdark-cocoa

Bluetooth peer-to-peer mesh networking for iOS
http://underdark.io
Other
123 stars 24 forks source link

Big problem #2

Closed ArmyXomuiL closed 4 years ago

ArmyXomuiL commented 8 years ago

dyld: Library not loaded: @rpath/MSWeakTimer.framework/MSWeakTimer Referenced from: /private/var/mobile/Containers/Bundle/Application/B54CB0A8-E990-473A-8BBA-45878B280262/Sync.app/Frameworks/Underdark.framework/Underdark Reason: image not found

1 2
virl commented 8 years ago

Hello! Thanks for the feedback.

Are you linking Swift or Obj-C application with Underdark?

ArmyXomuiL commented 8 years ago

Hello!

I started a new project at Swift. Use "Linking pre-built version". In Obj-C project I have a similar problem.

virl commented 8 years ago

It's a bit different how to link with Obj-C and Swift. For Swift linking example, you can look at UDApp in this repository and do the same.

bhadkiaftab commented 7 years ago

/Users/aftabbhadki/Library/Developer/Xcode/DerivedData/UDApp-fiigzhkcqzzknpcqtsdvtmsnxipu/Build/Intermediates/UDApp.build/Debug-iphoneos/UDApp.build/Script-D54A1D7F1D50805900FC6B6A.sh: line 2: /usr/local/bin/carthage: No such file or directory

getting this error

virl commented 7 years ago

@bhadkiaftab Just install Carthage with homebrew as described in README: brew install carthage