-
Notifications
You must be signed in to change notification settings - Fork 473
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
Side loaded with Xcode 7: Export functions don't work #157
Comments
Hi @totry1 the code here almost works except one little fix that I've not updated because some people are trying to profit from Steve's project while not playing by the rules of the license by releasing their code or contributing back to the project in any way. There are a number of Inkpad forks available in the store. I'd recommend Envoza's Inkpad. That fork is being maintained, the developer responds to support requests and they are playing by the rules and releasing their source. Try it out and let me know how you get on. |
Thanks, if you can point it out to me, where can I find their released source code? Update: oh, I managed to find their page and compiled it. aside from some warnings, everything is working great, especially the export options. Thank you for the tip! |
I just noticed a problem when I compiled from envoza's code. The top menu part of the window options are covering things. I tried my best to figure out how to fix it in Xcode by myself, comparing the codes. But it's way too complex for me to figure out. I assume I need to change some height size setting somewhere. I tried looking into these xib files. But I can't make heads or tails of them. Help would be appreciated. How do I fix this? |
@totry1 Basically you need to set I think the issues you are seeing are because you are compiling the master branch instead of the develop branch which has a bunch of fixes for various issues. |
Hello,
When I couldn't find inkpad in the AppStore, I decided to install Xcode 7. I managed to sideload the app, but the export as PNG/PDF/SVG functions doesn't work. Is this normal because I used Xcode to side load?
Things I noticed that didn't work:
-Dropbox because there was a "enable bitcode" error, so I disabled bitcode.
-import.
Email still works though.
Would appreciate any insight, thanks.
The text was updated successfully, but these errors were encountered: