andreamazz / BubbleTransition

A custom modal transition that presents and dismiss a controller with an expanding bubble effect.
MIT License
3.32k stars 250 forks source link

Setup with Carthage unable to build #21

Closed planath closed 8 years ago

planath commented 8 years ago

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: https://github.com/Carthage/Carthage/issues/507

andreamazz commented 8 years ago

It might be related to this: https://github.com/Carthage/Carthage/issues/1200

andreamazz commented 8 years ago

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

planath commented 8 years ago

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