Torrekie Gen
Torrekie Gen
`_syslog$DARWIN_EXTSN` was not exist on iOS, but you can find the source from [syslog](https://opensource.apple.com/source/syslog)
刚刚也遇到了这个问题,似乎是Xcode12.5的iOSSupportCore和以前相比有变化,执行安装脚本后破坏了这个plugin导致Xcode无法正确获取到iPhoneOS的platform路径,我这边是把原版的plugin替换回去,就可以在Xcode里面看到MonkeyDev的模版选项了 不过似乎还是有一点小Bug,还没测试,不管了
> Probably using make ios CC=gcc is enough to make it work. Can you try? > > > On 4 Jul 2021, at 10:51, Torrekie ***@***.***> wrote: > > >...
there's still several things to fix: 1. in session.conf, `launchd:env=DBUS_LAUNCHD_SESSION_BUS_SOCKET` should change to unix tmpdir set like `unix:tmpdir=/tmp`. This probably has been fixed by patches. 2. We have `pw` already,...
But we have CoreText on iOS, why not use them
The latest rust stable version has fixed that 'lse.o' problem https://github.com/rust-lang/compiler-builtins/issues/443
ldid seems problematic with Golang generated executables ``` ldid.cpp(1300): _assert(): errno=2 libc++abi.dylib: terminating with uncaught exception of type char const* Abort trap: 6 ``` Use absolute path to entitlements works...
Full list of available service strings (as of macOS 11.2.3) ``` kTCCServiceAccessibility kTCCServiceAddressBook kTCCServiceAll kTCCServiceAppleEvents kTCCServiceBluetoothAlways kTCCServiceCalendar kTCCServiceCamera kTCCServiceContactsFull kTCCServiceContactsLimited kTCCServiceDeveloperTool kTCCServiceFacebook kTCCServiceFileProviderDomain kTCCServiceFileProviderPresence kTCCServiceLinkedIn kTCCServiceListenEvent kTCCServiceLiverpool kTCCServiceLocation kTCCServiceMediaLibrary kTCCServiceMicrophone...
是细节大佬
it is possible but not quite as easy as just cross compiling, since they are using some Apple specific JIT API which was added since Darwin 20 (macOS 11 &...