Alex Zavatone

Results 10 issues of Alex Zavatone

Currently not able to push to a new branch because of some creds issue. How would any of you like me to get these changes up and into Master? Thanks.

PBXCp /Users/zav/Developer/ImageOptim/svgo/build/svgo.js /Users/zav/Library/Developer/Xcode/DerivedData/ImageOptim-cnlwsnulkjmwztbmbjgzolulptuo/Build/Products/Debug/ImageOptimGPL.framework/Versions/A/Resources/svgo.js (in target 'Backend' from project 'ImageOptim') cd /Users/zav/Developer/ImageOptim/imageoptim builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/zav/Developer/ImageOptim/svgo/build/svgo.js /Users/zav/Library/Developer/Xcode/DerivedData/ImageOptim-cnlwsnulkjmwztbmbjgzolulptuo/Build/Products/Debug/ImageOptimGPL.framework/Versions/A/Resources error: /Users/zav/Developer/ImageOptim/svgo/build/svgo.js: No such file...

/Users/zav/Developer/ImageOptim/zopfli-png/zopfli/src/zopfli/katajainen.c:186:1: error: extraneous closing brace ('}')

Building from Xcode 12.4 using Scheme ImageOptim fails on curl http://static.jonof.id.au/dl/kenutils/pngout-20150920-darwin.tar.gz with an unrecognized format. ![image](https://user-images.githubusercontent.com/4999784/114289149-2fc32c00-9a3b-11eb-82fb-eff3658c4efc.png) Showing All Messages Build target downloads of project ImageOptim with configuration Debug ExternalBuildToolExecution downloads...

In the terminal, I get this error on the first step. trying `sudo apt-get install`. sudo: apt-get: command not found Can we get some better instructions on what is required...

Xcode 7.3.1, MacOS 10.11.6 1. Open and build HelloWorld. Results: /Users/me/Developer/iConsole/iConsole/iConsole.m:487:14: Comparison of address of 'UIApplicationDidEnterBackgroundNotification' not equal to a null pointer is always true iConsole.m, line 487 487: if...

Trying to do a build on 10.8.3 (Xcode 4.6.2) for iOS and the error of 'KSReachability/KSReachability.h' file not found is the first thing that happens. How are you able to...

Is there a reason why you went with your approach over this? - (NSString *)stringFromPJCharString:(const pj_str_t *)pjString { NSString *result = [NSString stringWithCString:pjString->ptr encoding:NSASCIIStringEncoding]; return result; } And use it...

Currently, it is difficult to close these alerts programmatically, because once the alert is displayed, there is no returned object. I added the capability to return the alertController from a...

I do a lot of work on my Snow Leopard system and therefore must use Xcode 4.2. There are two errors that I don't understand in DownloadOperation.m, one on line...