Ramotion / animated-tab-bar

:octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
https://www.ramotion.com/animated-tab-bar-ios-app-development-ui-library/
MIT License
11.13k stars 1.33k forks source link

carthage udpate error!!! #140

Closed xiaopindev closed 8 years ago

xiaopindev commented 8 years ago

Cartfile: github "Ramotion/animated-tab-bar", "~> 2.0.1"

Terminal: cdmac$ carthage update --platform iOS Parse error: unexpected trailing characters in line: github "Ramotion/animated-tab-bar", "~> 2.0.1"

Your README.md file described error. github "Ramotion/animated-tab-bar", "~> 1.5.3" swift 2.2 github "Ramotion/animated-tab-bar", "~> 2.0.1" swift 3

I have a try: github "Ramotion/animated-tab-bar" ~> 2.0.1

and execute carthage update --platform iOS in Terminal

Reuslt:

* Building scheme "AnimatedTabBar" in RAMAnimatedTabBarDemo.xcodeproj 2016-10-12 15:35:22.800 xcodebuild[1389:2455925] [MT] DVTPlugInManager: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for KSImageNamed.ideplugin (com.ksuther.KSImageNamed) not present 2016-10-12 15:35:32.224 xcodebuild[1448:2456228] [MT] DVTPlugInManager: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for KSImageNamed.ideplugin (com.ksuther.KSImageNamed) not present * Building scheme "RAMAnimatedTabBarController" in RAMAnimatedTabBarController.xcodeproj 2016-10-12 15:35:42.663 xcodebuild[1509:2456650] [MT] DVTPlugInManager: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for KSImageNamed.ideplugin (com.ksuther.KSImageNamed) not present \ CLEAN FAILED **

The following build commands failed: Check dependencies (1 failure) \ BUILD FAILED **

The following build commands failed: Check dependencies (1 failure) A shell task (/usr/bin/xcrun xcodebuild -project /Users/cdmac/Desktop/Demos/DemoX8/Carthage/Checkouts/animated-tab-bar/Library/RAMAnimatedTabBarController/RAMAnimatedTabBarController.xcodeproj -scheme RAMAnimatedTabBarController -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65: 2016-10-12 15:35:42.663 xcodebuild[1509:2456650] [MT] DVTPlugInManager: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for KSImageNamed.ideplugin (com.ksuther.KSImageNamed) not present \ CLEAN FAILED **

The following build commands failed: Check dependencies (1 failure) \ BUILD FAILED **

The following build commands failed: Check dependencies (1 failure)

cdmacdeMacBook-Pro:DemoX8 cdmac$

devlakhova commented 8 years ago

I have the same error

0ber commented 8 years ago

fixed