I want to compile open source Textual 6 to use on OSX Mojave. I'm running into some issues with Code Signing any of you have a compiled Textual 6 you can post here.
Just saw your post. If you want version 7.1, then I can provide it. I wouldn’t believe there is any benefit from wanting to use an older major version which lacks compatibility.I want to compile open source Textual 6 to use on OSX Mojave. I'm running into some issues with Code Signing any of you have a compiled Textual 6 you can post here.
sure want to send in private msgJust saw your post. If you want version 7.1, then I can provide it. I wouldn’t believe there is any benefit from wanting to use an older major version which lacks compatibility.
BTW. If you were already wanting to build and having an issue for Code Signing, then give some more insight. It's fairly straightforward, as long as, you don't have any restrictions on your account, IP address, etc. which would keep you from being assigned one. You request a certificate via Keychain Access.I want to compile open source Textual 6 to use on OSX Mojave. I'm running into some issues with Code Signing any of you have a compiled Textual 6 you can post here.
git clone https://github.com/Codeux-Software/Textual.git Textual
git submodule update --init --recursive
Ld /Users/biff/Documents/Git/Textual/.tmp/SharedBuildProducts-Frameworks/EncryptionKit.framework/Versions/A/EncryptionKit normal x86_64 (in target 'EncryptionKit.framework' from project 'Encryption Kit')
cd /Users/biff/Documents/Git/Textual/Frameworks/Encryption\ Kit
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.12 -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -L/Users/biff/Documents/Git/Textual/.tmp/SharedBuildProducts-Frameworks -LLibraries/Libraries -F/Users/biff/Documents/Git/Textual/.tmp/SharedBuildProducts-Frameworks -filelist /Users/biff/Documents/Git/Textual/Frameworks/Encryption\ Kit/build/Encryption\ Kit.build/Release/EncryptionKit.framework.build/Objects-normal/x86_64/EncryptionKit.LinkFileList -Xlinker -no_pie -install_name @rpath/EncryptionKit.framework/Versions/A/EncryptionKit -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -fobjc-arc -fobjc-link-runtime -framework AppKit -framework Foundation -lgcrypt -lgpg-error -lotr -Xlinker -dependency_info -Xlinker /Users/biff/Documents/Git/Textual/Frameworks/Encryption\ Kit/build/Encryption\ Kit.build/Release/EncryptionKit.framework.build/Objects-normal/x86_64/EncryptionKit_dependency_info.dat -o /Users/biff/Documents/Git/Textual/.tmp/SharedBuildProducts-Frameworks/EncryptionKit.framework/Versions/A/EncryptionKit
Undefined symbols for architecture x86_64:
"___darwin_check_fd_set_overflow", referenced from:
__gcry_rndlinux_gather_random in libgcrypt.a(rndlinux.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)