TabletopAssistant / DiceKit

Swift framework for expressing and evaluating dice notation (e.g., d20, 4d6+4, 3d8×10+2), which is commonly used in tabletop role-playing games.
Apache License 2.0
14 stars 1 forks source link

Travis is having build issues #139

Open brentleyjones opened 8 years ago

brentleyjones commented 8 years ago

So, lately travis has been flaking out. I believe it has to do with Xcode's automatic dependency resolution, and it's incorrectly picking different platforms than it should. Maybe it's time that we move away from a "universal" framework and have targets for each platform?