defagos / CoconutKit

CoconutKit is a productivity framework for iOS, crafted with love and focusing on ease of use
Other
1.15k stars 111 forks source link

Demo missing a file or two? #15

Closed wm-j-ray closed 12 years ago

wm-j-ray commented 12 years ago

error: /LeStudioSDK/Binaries/CoconutKit/CoconutKit-1.1.4-Release.staticframework/CoconutKit-resources.bundle: No such file or directory

defagos commented 12 years ago

There are two projects which show CoconutKit components in action:

When built, the resulting application is the same. The only difference is that the CoconutKit-demo project uses CoconutKit binaries, built using the make-fmwk.sh command (https://github.com/defagos/make-fmwk) into the location /LeStudioSDK/Binaries/CoconutKit (the standard location in which CoconutKit binaries are stored on my computer). The CoconutKit-demo project exists to ensure that no linker issues arise when using CoconutKit binaries. If you want to run the demos, you should therefore compile CoconutKit-dev, which compiles all source files at once.

wm-j-ray commented 12 years ago

Got it. Thanx for the rapid reply.