Giter VIP home page Giter VIP logo

partita's People

Contributors

albertoramonj avatar comyar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

partita's Issues

Doesn't work with XCode 9 iOS11

Swift Compiler Error against AudioKit: Module compiled with Swift 3.1 cannot be imported in Swift 3.2

I think this is because XCode 9 can only accept Swift 4.0 or Swift 3.2

Any ideas on how to resolve?

Thanks. Partita is such a great library and it's such a shame that it's stopped working.

Cant clone this project

I had been try those command below

$ git clone https://github.com/comyarzaheri/Partita.git
$ cd Partita
$ pod install
$ open .

but when I type "$pod install" it occur error like this

[!] The dependency AMWaveTransition (~> 0.6.2) is not used in any concrete target.
The dependency PodsLicenseReader (~> 0.0.3) is not used in any concrete target.
The dependency PermissionScope (~> 1.0.2) is not used in any concrete target.
The dependency BubbleTransition (~> 1.0.1) is not used in any concrete target.
The dependency BFPaperButton (~> 2.0.18) is not used in any concrete target.
The dependency WMGaugeView (~> 0.0.3) is not used in any concrete target.
The dependency TuningFork (~> 0.1.1) is not used in any concrete target.

I m wondering how to fix those problem,

thanks for any comment in advance

Dependencies are incorrectly configured

Hello, I just tried out this project but ran into a couple of issues. After running pod install, I see the following:

[!] The `Partita [Debug]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods/Pods.debug.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The `Partita [Release]` target overrides the `FRAMEWORK_SEARCH_PATHS` build setting defined in `Pods/Target Support Files/Pods/Pods.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

Regardless of whether I delete or keep that setting, I get the following when trying to build for the simulator or a device:

screen shot 2016-02-06 at 5 16 43 pm

8 Build Time Issues

Followed your instructions of:
$ git clone https://github.com/comyarzaheri/Partita.git
$ cd Partita
$ pod install
$ open .

Then there's 8 build time issues. For example, issue 1 in MainViewController.swift is at line 66:
tunerView?.actionButton.addTarget(self, action: #selector(MainViewController.didTouchUpInsideButton(_:)), forControlEvents: .TouchUpInside)

Expected ',' separator

Any ideas on why this is?

Thanks.

build project unsuccessfully

Sorry to bother you again,

After I clone the project, during build the project it occur error below

~/Partita/Partita/MainViewController.swift:30:8: No such module 'TuningFork'

And I am sure I had been Installing TuningFork (0.1.1)

Could you help me how to solve this problem ,

Thank you very much.

Dependency Analysis Error in XCode 8.3

Followed instructions to use TuningFork in project by adding line in cocoapods and installing but doesn't compile in XCode 8.3. Error saying to check dependencies:
“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.
If I follow this conversion to current swift syntax, then I get 119 errors in Chronos-Swift and Tuning Fork which are locked files.
Please help. I've heard TuningFork is great, but obviously no good with these errors!

Linker Command Failed Error

Hooked up the Partita/Tuning Fork components into an objective-c project. No compile time issues.
But there's a build-time issue, which arises from the following line:
tuner = [[Tuner alloc]initWithThreshold:0.1f smoothing:0.1f];
i.e. If the line is not there, project builds fine.

Undefined symbols for architecture x86_64:
"OBJC_CLASS$__TtC10TuningFork5Tuner", referenced from:
objc-class-ref in SingTheNoteController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any ideas?

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.