Giter VIP home page Giter VIP logo

Comments (13)

remirobert avatar remirobert commented on May 15, 2024 1

Fixed with new version 0.9.
CameraEngine now support iOS8+

Open the issue again, if you got any issue.

from cameraengine.

Jackson0111 avatar Jackson0111 commented on May 15, 2024 1

if it helps, this is my pod file: pod 'CameraEngine', '~> 0.9' and i did pod update

from cameraengine.

Jackson0111 avatar Jackson0111 commented on May 15, 2024 1

screen shot 2016-03-30 at 3 22 01 am

from cameraengine.

remirobert avatar remirobert commented on May 15, 2024

try quickly, to import the source directly in projects to see.
I will try to downgrade.

from cameraengine.

Jackson0111 avatar Jackson0111 commented on May 15, 2024

Hey Remi, I still cannot install cameraEngine through pods, any idea?

from cameraengine.

remirobert avatar remirobert commented on May 15, 2024

Can you show me the error please ?

from cameraengine.

Jackson0111 avatar Jackson0111 commented on May 15, 2024

I still see this error:
screen shot 2016-03-30 at 2 58 15 am

from cameraengine.

remirobert avatar remirobert commented on May 15, 2024

That's strange. Let me check that.

from cameraengine.

remirobert avatar remirobert commented on May 15, 2024

I tried on a production project the new version. This is the Podfile I use :

use_frameworks!

post_install do |installer|
    installer.pods_project.build_configuration_list.build_configurations.each do |configuration|
        configuration.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES'
    end
end

pod 'RxSwift', '~> 2.0.0-beta.4'
pod 'RxCocoa', '~> 2.0.0-beta.4'
pod 'RxBlocking', '~> 2.0.0-beta.4'

pod 'Parse'
pod 'DynamicColor'
pod 'CameraEngine', '~> 0.9'

pod 'SnapKit'
pod 'Masonry'

pod 'ParseFacebookUtilsV4'
pod 'FBSDKCoreKit'

And I don't have any issue during the installation 🎉 🎈 .
Can you show your full Podfile ?

from cameraengine.

remirobert avatar remirobert commented on May 15, 2024

Ok thanks to sent me back your Podfile
So I had the platform :ios, '8.0' line in mine.
And it still compile and build without any issues.

Can you try to remove the Pods directory, and then pod install --verbose
And see what's going on.

from cameraengine.

Jackson0111 avatar Jackson0111 commented on May 15, 2024

I just did pod repo remove master, pod setup then pod install. everything works fine now thanks a lot!!!

from cameraengine.

Jackson0111 avatar Jackson0111 commented on May 15, 2024

I also have another question, as you can see I'm using lots of dependencies. Is that necessarily bad? Should I just use dependencies when it comes to animation and UI design in general, or should I write every code myself? What's your opinion on that?

from cameraengine.

remirobert avatar remirobert commented on May 15, 2024

No of course dependencies are great, it can save you a lot of time depending on what you need.
But you can have some issues, with some dependencies, for example, for a new Swift version or something. So my recon for that, is to choose well the dependencies, and use it if it's very useful.

from cameraengine.

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.