exyte / fan-menu

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

Build failed after integrated #35

Closed libern closed 5 years ago

libern commented 5 years ago

image


Showing All Messages
:-1: Multiple commands produce '/Users/Libern/Library/Developer/Xcode/DerivedData/Sparkle-eluqypnvotfmphgsbcljsqmyugvd/Build/Products/Debug-iphoneos/FanMenu/FanMenu.framework/Info.plist':
1) Target 'FanMenu' (project 'Pods') has copy command from '/Users/Libern/LibernWorking/Projects/Someline/sparkle-ios/Pods/FanMenu/Sources/Info.plist' to '/Users/Libern/Library/Developer/Xcode/DerivedData/Sparkle-eluqypnvotfmphgsbcljsqmyugvd/Build/Products/Debug-iphoneos/FanMenu/FanMenu.framework/Info.plist'
2) Target 'FanMenu' (project 'Pods') has process command with output '/Users/Libern/Library/Developer/Xcode/DerivedData/Sparkle-eluqypnvotfmphgsbcljsqmyugvd/Build/Products/Debug-iphoneos/FanMenu/FanMenu.framework/Info.plist'
amarunko commented 5 years ago

Hm, okay, we will investigate the issue, for quick fix you can find info plist in project navigator and disable this file for target

zapletnev commented 5 years ago

Hi @libern,

Thanks for the report. This issue should be fixed in the master branch. Please do next:

Please let me know if the issue remains. Thanks for using FanMenu!

zapletnev commented 5 years ago

@libern sorry for the misunderstanding. If you are using cocoapods to please use the fan-menu master branch. It includes the fix:

pod 'FanMenu', :git => 'https://github.com/exyte/fan-menu'

Please reopen the ticket if any questions remain.

lewis-smith commented 5 years ago

It might be useful to leave this issue open until

pod 'FanMenu'

works again.