appsquickly / Typhoon-Swift-Example

Swift example application for Typhoon
Apache License 2.0
352 stars 73 forks source link

Runtime error: Value for config key days.to.retrieve is not configured. Make sure that you applied TyphoonConfigPostProcessor. #16

Open RussellWaite opened 8 years ago

RussellWaite commented 8 years ago

Xcode 7.2 (7C68) (latest as of 28 December 2015) Typhoon 3.4.4 (again, latest as of 28 December 2015)

Pulled repo, changed API key, receive runtime error.

FIX: Add "TyphoonGlobalConfigFilenames" to PocketForecast-Info.plist and point at the Configuration.plist:

<key>TyphoonGlobalConfigFilenames</key>
<array>
    <string>Configuration.plist</string>
</array>

I guess the Typhoon framework has changed and now required this rather than looking for it via filename convention..?