Leo
Leo
Here is the error I am getting: Run r0adkll/sign-android-release@v1 Preparing to sign key @ /home/runner/work/myapp/mobile/build/outputs/bundle/release with signing key Found 1 release files. /opt/hostedtoolcache/Java_Zulu_jdk/8.0.322-6/x64/bin/jarsigner -keystore /home/runner/work/myapp/mobile/build/outputs/bundle/release/signingKey.jks -storepass *** -keypass *** /home/runner/work/myapp/mobile/build/outputs/bundle/release/mobile-release.aab...
I am getting this error: Run r0adkll/sign-android-release@v1 Preparing to sign key @ app/build/outputs/bundle/release with signing key Error: ENOENT: no such file or directory, scandir 'app/build/outputs/bundle/release' I see in [other posts](https://stackoverflow.com/questions/54341124/after-build-bundle-there-is-no-aab-file-in-release-folder#:%7E:text=.aab%20the%20release%20file%20is%20in%20app%2Fbuild%2Foutputs%2Fbundle%2F%20%5Bbuild,debug%20version%20is%20in%20app%2Fbuild%2Foutputs%2Fbundle%2F%20%5Bbuild%20flavor%5DDebug%20Share)...
It would be helpful to me in getting up to speed on bicep and debugging if there were a print or stdout statement, like [this request on stackoverflow](https://stackoverflow.com/questions/67936416/how-to-write-a-variable-parameter-to-stdout). In one...
Is there a function to strip the image of any profiles, comments or these PNG chunks: bKGD,cHRM,EXIF,gAMA,iCCP,iTXt,sRGB,tEXt,zCCP,zTXt,date. To remove the orientation chunk, orNT, set the orientation to undefined, e.g., -orient...
**Query/Question** I am following the documentation, but would like to have a clear basic set of instructions on how Notification Hubs should be implemented in SwiftUI. For example in the...
Is there a SwiftUI example without a ViewController?
Here is the log information ``` makeUIViewController(context:) init(viewModel:) viewDidLoad() loadMSALScreen() error Optional("The operation couldn’t be completed. (MSALErrorDomain error -50000.)") updateUIViewController(_:context:) ``` Here is what I did to set up the...
I kept on getting errors in the log and I realized the MSALScreenViewController called viewDidLoad() when starting and after I clicked the button. So loadMSALScreen() was called 3 times. Is...
I am getting ```InvalidHeaderMagic``` error when calling ``` let package = try McuMgrPackage(from: savedUrl) ``` In version 1.7.3 which I need to use because it supports Swift5. I saw in...
I want to add MCU update to my existing project, and this is a great library. I would like to add it as a dependency to my project and use...