We are with a little problem on TLYShyNavBar in iOS 12 using Xcode 10 beta. The TLYShyNavBar was working fine in my app until the last version, but when I updated to iOS 12 and Xcode 10, the app doesn't compile anymore.
This is what I am getting from Xcode:
Multiple commands produce '/Users/…/Library/Developer/Xcode/DerivedData/…/Build/Products/Debug-iphoneos/TLYShyNavBar/TLYShyNavBar.framework/Info.plist':
1) Target 'TLYShyNavBar' has copy command from '/Users/…/Desktop/…/Pods/TLYShyNavBar/TLYShyNavBar/Info.plist' to '/Users/…/Library/Developer/Xcode/DerivedData/…/Build/Products/Debug-iphoneos/TLYShyNavBar/TLYShyNavBar.framework/Info.plist'
2) Target 'TLYShyNavBar' has process command with input '/Users/…/Desktop/…/Pods/Target Support Files/TLYShyNavBar/Info.plist'
We are with a little problem on TLYShyNavBar in iOS 12 using Xcode 10 beta. The TLYShyNavBar was working fine in my app until the last version, but when I updated to iOS 12 and Xcode 10, the app doesn't compile anymore.
This is what I am getting from Xcode: Multiple commands produce '/Users/…/Library/Developer/Xcode/DerivedData/…/Build/Products/Debug-iphoneos/TLYShyNavBar/TLYShyNavBar.framework/Info.plist': 1) Target 'TLYShyNavBar' has copy command from '/Users/…/Desktop/…/Pods/TLYShyNavBar/TLYShyNavBar/Info.plist' to '/Users/…/Library/Developer/Xcode/DerivedData/…/Build/Products/Debug-iphoneos/TLYShyNavBar/TLYShyNavBar.framework/Info.plist' 2) Target 'TLYShyNavBar' has process command with input '/Users/…/Desktop/…/Pods/Target Support Files/TLYShyNavBar/Info.plist'
Could you help me?