andreamazz/BubbleTransition

Setup with Carthage unable to build

planath opened this issue · 3 comments

After adding your Framework in "Linked Frameworks and Libraries" I did following:

  1. My run script includes
    /usr/local/bin/carthage copy-frameworks
  2. Input files
    $(SRCROOT)/Carthage/Build/iOS/BubbleTransition.framework
  3. This leaves me with following error:
    fatal error

Could it be related to the BubbleTransition.framework.dSYM file?
I found following Issue @Carthage that could be useful: Carthage/Carthage#507

It might be related to this: Carthage/Carthage#1200

I've compiled the framework with the latest version of Carthage, and it seem to work now. Can you confirm it?

It works perfectly now! Thank you very much for your research an d support. Great transition animation that you provide here 👍