intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 224 forks source link

XCode 10 Example not compiling #105

Closed PrashantKT closed 5 years ago

PrashantKT commented 5 years ago

I have downloaded zip file then in Example folder i have fired pod install.

Still getting following error

/Users/prashant/Downloads/CardParts-master/Example/Pods/Pods/Target Support Files/Pods-CardParts_Example/Pods-CardParts_Example.debug.xcconfig: unable to open file (in target "CardParts_Example" in project "CardParts") (in target 'CardParts_Example')

and

/Users/prashant/Downloads/CardParts-master/Example/Pods/Pods/Target Support Files/Pods-CardParts_Tests/Pods-CardParts_Tests.debug.xcconfig: unable to open file (in target "CardParts_Tests" in project "CardParts") (in target 'CardParts_Tests')

Please suggest

PrashantKT commented 5 years ago

Okay so gem install cocoapods --pre fixes the issue If any one has same issue .

lwdupont commented 5 years ago

Ya, it was a decision by the team to need to run that in order to run the example. Sounds like we could improve the docs. Do a pull request? :)