Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvas Framework Not Found #50

Open
davidlong028 opened this issue Feb 12, 2017 · 3 comments
Open

Canvas Framework Not Found #50

davidlong028 opened this issue Feb 12, 2017 · 3 comments

Comments

@davidlong028
Copy link

davidlong028 commented Feb 12, 2017

I spent several hours looking for a solution. I ran the install multiple times, and each time it could not find the Canvas.framework or the pod.MYAPP.framework or Foundation.framework files. I installed the git repository, I edited gitignore, I edited my podfile, etc. Please look into this issue. I had to find another solution for animating my buttons and wasted a lot of time on this. I also had to recode my entire application since it would be faster to do this than to try to fix all the config issues created by installing pods in my project.

@Sanich63
Copy link

attach error screenshot

@Sanich63
Copy link

  1. Add Prefix file in Project:
    http://stackoverflow.com/questions/24158648/why-isnt-projectname-prefix-pch-created-automatically-in-xcode-6
  2. Add line in Prefix file:
    #import <Canvas.h>

@Sanich63
Copy link

  1. Add "Canvas" library files manually to your project:
    CanvasLibrary.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants