-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to compile pods_SwiftWeather.framework #36
Comments
Did you follow https://github.com/JakeLin/SwiftWeather#how-to-build which step stops you? Did you |
Yes, I used the project instead of workspace (I focused on trying to build pod.framework). Now I can build and run the project now. However I got the following error messages. Are these normal? 015-12-09 21:31:36.169 SwiftWeather[1120:63670] Failed to set (iconText) user defined inspected property on (SwiftWeather.ForecastView): [<SwiftWeather.ForecastView 0x7fa5e1e60770> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key iconText. |
I don't think it is normal, I haven't seen this before. It looks like some Thanks On 10 December 2015 at 16:43, Ka Tam notifications@github.com wrote:
|
I tested this on XCode 7.0 building iOS9, as well as new XCode beta with new Swift 2 and got exactly the same result. The symptom is that most of the UI display, except the location in the middle of the page, and the main value. I am testing on iPhone 6 Simulator. |
Thanks, when I was working on that from Xcode 7 beta to RTM, Apple kept changing the |
I added my APIKEY and did all the steps that it says to do but when I try to run it it comes up with the following error under "OpenWeatherMapService.swift" No such module 'SwiftyJSON' |
@jacobsgo thanks for reporting that issue. Did you run |
I did. I just restarted the installation process and it worked fine. |
NVM it automatically does it. Thanks this app is amazing! |
@jacobsgo If you set the location to US it will display |
Ummm ok. How do you set it to 12 Hour Time instead of 24 hour |
@jacobsgo not supported yet, the logic is in |
I have an error when I build the project: |
@GuoZhiQiang which Xcode version are you using? 7.3? There is an issue with some version of Nimble, can you have a look at Quick/Nimble#242? I am using Xcode 7.3 and I can install the pods, here are the version numbers |
@JakeLin Thanks for your correct guide. |
Close this issue now, 😉 |
Can you provide some instructions on how to compile and import Pods_SwiftWeather.framework? pod install generated the pod project, but it does not appear to be able to build into any target in XCode 7.
The text was updated successfully, but these errors were encountered: