DigitalRuby / DRColorPicker

Digital Ruby, LLC Color Picker for iOS
http://www.digitalruby.com/introducing-drcolorpicker-ios/
Other
75 stars 14 forks source link

Fix build break in xcode 8.1 which enforces stricter bundle checking #8

Closed xaphod closed 7 years ago

xaphod commented 7 years ago

It turns out that xcode 8.1 didn't like the way I was building the bundle. I fixed this by going back to the static bundled bundle way we had before, with the paths fixed (should use just Resources/, not Contents/Resources)