exyte / fan-menu

Menu with a circular layout based on Macaw
MIT License
728 stars 58 forks source link

ios Deployment Target for FanMenu #14

Closed itali43 closed 6 years ago

itali43 commented 6 years ago

Thanks for a great library :)

When I downloaded it I couldn't get it running, had to change the development target for the FanMenu Pod to "iOS 9.1" (it defaults at "iOS 8.0") in the Pods>Targets:FanMenu>BuildSettings>iOS Deployment Target.

For reference here is the error I got: Module file's minimum deployment target is ios9.1 v9.1: /Users/xxxxxxxxxx/Library/Developer/Xcode/DerivedData/FanMenuBase-caahzwnyrbhuevepdjyscebyqvtb/Build/Products/Debug-iphonesimulator/Macaw/Macaw.framework/Modules/Macaw.swiftmodule/x86_64.swiftmodule

After I swapped that and Cleaned my build it works beautifully. 👍

MatrixSenpai commented 6 years ago

Same issue, following this resolved it

vhailor13 commented 6 years ago

Fixed with 0.7.1 update