I use Skim with LaTeX as it refreshes PDFs automatically. However, the current version (1.5.13) doesn't support the Apple ARM64 architecture, yet. This tutorial guides through the local compilation of Skim on your favorite Apple Silicon devices.
Xcode 12.* (I am using 12.3).
- Check out the Skim repository:
svn checkout https://svn.code.sf.net/p/skim-app/code/trunk skim-app-code
-
Use Xcode to open the Skim project file
Skim.xcodeproj
. -
Under
Product
->Scheme
, selectSkim
. -
Select
Product
->Build For
->Profiling
. -
You will find
Skim.app
under the path similar to
/Users/myname/Library/Developer/Xcode/DerivedData/Skim-bpcqskjevtmwumdgzvqssmmzgtuu/Build/Products/Release
I don't have any errors building the Application in Xcode.
But I'm having a warning saying: you need a certificate named "Skim Signing Certificate"
Even after adding Sparkle to the folder and rebuilding it doesn't generate the Skim.app application in the folder.
How can I fix this?