Code Monkey home page Code Monkey logo

Comments (10)

icanzilb avatar icanzilb commented on July 22, 2024

I would also love to see an example how to do that, so we can include it in the README

from easyanimation.

netgfx avatar netgfx commented on July 22, 2024

yes it fails on the plugin dependencies like many projects
When running carthage update for github "icanzilb/EasyAnimation" "master"|

Building scheme "EasyAnimation" in EasyAnimation.xcodeproj
2016-09-14 13:32:35.775 xcodebuild[71550:5961802] [MT] PluginLoading: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Swimat.xcplugin' not present in DVTPlugInCompatibilityUUIDs
2016-09-14 13:32:35.776 xcodebuild[71550:5961802] [MT] PluginLoading: Required plug-in compatibility UUID 8A66E736-A720-4B3C-92F1-33D9962C69DF for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin' not present in DVTPlugInCompatibilityUUIDs
** CLEAN FAILED **


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

from easyanimation.

icanzilb avatar icanzilb commented on July 22, 2024

The error message in your comment is related to uncompatible Xcode plugins - I don't think this is in any way related to EasyAnimation

from easyanimation.

netgfx avatar netgfx commented on July 22, 2024

When looking at the .log file it states the following:

<unknown>:0: error: no such file or directory: '/Users/milo/Downloads/carthage/Carthage/Checkouts/EasyAnimation/EasyAnimation/EAAnimationDelayed.swift'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1

doing cathage update --platform iOS for github "icanzilb/EasyAnimation" "swift3"

from easyanimation.

josete89 avatar josete89 commented on July 22, 2024

The error is when carthage try to build the project:

“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.

from easyanimation.

netgfx avatar netgfx commented on July 22, 2024

@josete89 I believe that is the error that you get if the project isn't configured with Swift 3.0, are you using the swift3 branch or master?

from easyanimation.

netgfx avatar netgfx commented on July 22, 2024

@icanzilb It is still throwing an error when build from carthage:

<unknown>:0: error: no such file or directory: '/Users/milo/Downloads/carthage/Carthage/Checkouts/EasyAnimation/EasyAnimation/EAAnimationDelayed.swift'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1

It is trying to load the EAAnimationDelayed.swift file but it doesn't exist in the repository, it does exist however on the xcode.proj file

from easyanimation.

netgfx avatar netgfx commented on July 22, 2024

Basically you need to replace EAAnimationDelayed.swift with EAAnimationFuture.swift on the project.pbxproj file and it works.

from easyanimation.

icanzilb avatar icanzilb commented on July 22, 2024

I changed the README so now it doesn't tell that Cartage is supported. I don't use it and I don't even know how to test it - somebody added it via PR but I can't really support it.

from easyanimation.

netgfx avatar netgfx commented on July 22, 2024

Basically it simply works on your master it just needs the change I mentioned above. This change is not only for carthage, it displays an error even when trying to build through XCode. Download the Repository and open the project.pbxproj with XCode and you will see the error.

from easyanimation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.