typhoon-example icon indicating copy to clipboard operation
typhoon-example copied to clipboard

An example application built with Typhoon dependency injection framework.

Results 6 typhoon-example issues
Sort by recently updated
recently updated
newest added

Build fails with the following error: Ld /Users/yoelgluschnaider/Library/Developer/Xcode/DerivedData/PocketForecast-djmclrdnqtllpigcjwhqcmwytbjp/Build/Products/Debug-iphonesimulator/PocketForecast.app/PlugIns/PocketForecastTests.xctest/PocketForecastTests normal x86_64 cd /Users/yoelgluschnaider/dev/src/Typhoon-example export IPHONEOS_DEPLOYMENT_TARGET=7.0 export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk -L/Users/yoelgluschnaider/Library/Developer/Xcode/DerivedData/PocketForecast-djmclrdnqtllpigcjwhqcmwytbjp/Build/Products/Debug-iphonesimulator -F/Users/yoelgluschnaider/Library/Developer/Xcode/DerivedData/PocketForecast-djmclrdnqtllpigcjwhqcmwytbjp/Build/Products/Debug-iphonesimulator -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Library/Frameworks -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -filelist /Users/yoelgluschnaider/Library/Developer/Xcode/DerivedData/PocketForecast-djmclrdnqtllpigcjwhqcmwytbjp/Build/Intermediates/PocketForecast.build/Debug-iphonesimulator/PocketForecastTests.build/Objects-normal/x86_64/PocketForecastTests.LinkFileList -mios-simulator-version-min=7.0...

``` xml service.url NSURL(http://api.worldweatheronline.com/free/v2/weather.ashx) api.key 3ea78b872b43194b25b5b3b8ee9f2 days.to.retrieve 1 ```

bug

`PFCityDoaTests` should probably be `PFCityDaoTests`.

Especially: Provide an example of implementing DAOs (data access objects) with Core Data Ref: http://stackoverflow.com/a/21014216/404201