urbanairship / ios-library

Urban Airship iOS SDK
http://urbanairship.com
Apache License 2.0
478 stars 265 forks source link

Error building project #168

Closed netgfx closed 6 years ago

netgfx commented 6 years ago

Hello,

I have a project using UrbanAirship, I update frameworks through Carthage, running this command: carthage update --platform iOS --no-use-binaries but when I try to build my main project I get two errors:

UAActionSchedule.h' file not found
// and
Could not build Objective-C module 'AirshipKit'

project targets 9.3 iOS devices

any ideas?

Thanks!

BrianBatchelder commented 6 years ago

Could you please try a clean build and/or cleaning your build folder? If that doesn't work, please delete Cartfile.resolved and the Carthage directory, and then re-run carthage update.

netgfx commented 6 years ago

Yup that fixed it, thanks!