aostano
aostano
Hi harut420, you need to upgrade with "apt-get upgrade" followed by "pip3 install -U django-weasyprint". Greetings
Errata corrige: With Raspbian Buster OS 32bit full, not lite you need to be logged in as pi user in console terminal and you need to upgrade with "sudo apt-get...
Hi Adnan, to compile sdk use: cmake --preset=ios-sdk -B build-ios -G Ninja ....[add -DENABLE* needed] cmake --build build-ios --parallel 12 after successful compiled sdk, inside folder contain linphone-iphone use: PODFILE_PATH=[sdk...
probably you use -DENABLE_SWIFT_WRAPPER=OFF set this at ON or remove from cmake --prepare command Bye ;-)