Re: [R-pkg-devel] clang linker error: Symbol not found: _objc_msgSend$UTF8String

2023-06-18 Thread Simon Urbanek
Andreas, Xcode update fixed the issue as expected so in due time the ERRORs should disappear. Cheers, Simon > On 18/06/2023, at 10:29 AM, Simon Urbanek wrote: > > Andreas, > > that is actually not your problem - the stubs are generated in glib, so your > package can do nothing about it,

Re: [R-pkg-devel] clang linker error: Symbol not found: _objc_msgSend$UTF8String

2023-06-18 Thread Andreas Blätte
Dear Simon, thanks a lot for your explanation, effort and great work! Andreas > Am 18.06.2023 um 00:29 schrieb Simon Urbanek : > > Andreas, > > that is actually not your problem - the stubs are generated in glib, so your > package can do nothing about it, your compile flags won't change it. Th

Re: [R-pkg-devel] clang linker error: Symbol not found: _objc_msgSend$UTF8String

2023-06-17 Thread Simon Urbanek
Andreas, that is actually not your problem - the stubs are generated in glib, so your package can do nothing about it, your compile flags won't change it. The only way to fix it is on my end, the proper way is to upgrade to Xcode 14 for the package builds, but that requires some changes to the

[R-pkg-devel] clang linker error: Symbol not found: _objc_msgSend$UTF8String

2023-06-17 Thread Andreas Blätte
Dear colleagues, after submitting a release of my package RcppCWB (no problems with test servers), CRAN check results reported ERRORS on the macOS check systems: https://cran.r-project.org/web/checks/check_results_RcppCWB.html The core is that when test loading the package, you get the er