Setup with Carthage unable to build
planath opened this issue · 3 comments
planath commented
After adding your Framework in "Linked Frameworks and Libraries" I did following:
- My run script includes
/usr/local/bin/carthage copy-frameworks - Input files
$(SRCROOT)/Carthage/Build/iOS/BubbleTransition.framework - This leaves me with following error:
Could it be related to the BubbleTransition.framework.dSYM file?
I found following Issue @Carthage that could be useful: Carthage/Carthage#507
andreamazz commented
It might be related to this: Carthage/Carthage#1200
andreamazz commented
I've compiled the framework with the latest version of Carthage, and it seem to work now. Can you confirm it?
planath commented
It works perfectly now! Thank you very much for your research an d support. Great transition animation that you provide here 👍