Has anyone encountered this error when attempting to build an ASOC project? It worked before but I need to update a small ASOC app for OS 10.11 and now get error:
"Reached end of file while looking for: uint32-t"
Any thoughts? This has one applescript file, no OBJc classes and is upgraded to ARC. maybe the change from GC to Arc caused this?
I upgraded to ARC, got rid of GC, checked the deployment targets etc. and there is no code (of mine) that runs at launch - the main window should open. I wonder if it is something in the nib that needs changing/upgrading…