thoughtbot / Tropos

Weather and Forecasts for Humans
troposweather.com
MIT License
1.51k stars 201 forks source link

Can't Build #216

Closed ishall1 closed 5 years ago

ishall1 commented 6 years ago

in LocationController+Bridging.swift

import CoreLocation import ReactiveObjCBridge import ReactiveSwift import Result

it says no such module

sharplet commented 6 years ago

Hi! Could you please provide more information: what version of Xcode / macOS? Did you run the bin/setup script first?

sharplet commented 5 years ago

I’m going to close this for now, but feel free to reopen if this is still an issue.

ishall1 commented 5 years ago

I’m going to close this for now, but feel free to reopen if this is still an issue.

i used pod to intergrate. but when i build the target, it says "No such module 'ReactiveObjCBridge'". thanks

sharplet commented 5 years ago

Could you try again on the latest master? I’ve just recently finished removing CocoaPods from the project (#224). (Also, make sure that Tropos.xcworkspace is deleted, as the project now only uses Tropos.xcodeproj.)

ishall1 commented 5 years ago

Could you try again on the latest master? I’ve just recently finished removing CocoaPods from the project (#224). (Also, make sure that Tropos.xcworkspace is deleted, as the project now only uses Tropos.xcodeproj.) i tried on the latest master and it worked. thanks a lot!