meavydev
meavydev
I guess it is the x86 version, but no difference
`qt.qpa.fonts: Populating font family aliases took 52 ms. Replace uses of missing font family "Monospace" with one that exists to avoid this cost. Failed to create NSOpenGLContext Failed to create...
I've been fiddling around trying to do a local build and it failed with `[ 49%] Linking CXX executable "DB Browser for SQLite.app/Contents/MacOS/DB Browser for SQLite" Undefined symbols for architecture...
I haven't really built Gradle plug-ins before, so I am definitely not an expert, but it appears that the resources are merged correctly into the R.txt, but the aar_rebundle directory...
If the comment about assets was to me, then the issue is not assets. None of the res folder is getting into the re-bundled AAR, so no fonts / layouts...
I have cut down the project and the library in the attached .zip. Change into "ils demo" and then do: `./gradlew :libraries:ils:buildXCFramework` We only actually use the release XCFramework, so...
I can't generate an Xcode project to demonstrate as we generate a private SPM which is hosted on Github, so it's not going to be easy to reproduce in Xcode...
OK here is the section from the build output where the warnings appear: ` Showing All Messages GenerateDSYMFile /Users/shawn/Library/Developer/Xcode/DerivedData/ils-akywhclrfityrwbvnailqcfzkpkk/Build/Products/Debug-iphoneos/navenioSDK.framework.dSYM /Users/shawn/Library/Developer/Xcode/DerivedData/ils-akywhclrfityrwbvnailqcfzkpkk/Build/Products/Debug-iphoneos/navenioSDK.framework/navenioSDK (in target 'navenioSDK' from project 'navenioSDK') cd /Users/shawn/ios/navenioSDK /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/shawn/Library/Developer/Xcode/DerivedData/ils-akywhclrfityrwbvnailqcfzkpkk/Build/Products/Debug-iphoneos/navenioSDK.framework/navenioSDK...
Thanks :) That seems to have removed the warnings for our SPM.
We hit this problem due to ESETs killing off the gradle daemon: https://forum.eset.com/topic/41990-eset-block-gradle-after-latest-update/?do=findComment&comment=189817 So single use gradle daemon will not work, we actually need no gradle daemon, or we can't...