tekmun

Results 30 comments of tekmun

Hi, Is there anyway I can assist to include MacOS platform support for this library? Greatly appreciated if audio recorder and Xamarin.Cognitive.Speech can support MacOS platform. Thanks.

The latest MacOS version BigSur. This happens in Ad-Hoc and AppStore build. Debug build is working well.

I copied Bridge.swift and CompileSwift.targets from the project xamarin-ios-swift-extension into Platforms/iOS directory in Maui .net8-rc.2. Then, I added in the last line of my .csproj. Compilation no error but the...

I only tested it on a device (iPad iOS 16). I am using command line "dotnet build -t:Run -f net8.0-ios -v 4 munsblog.csproj /p:_DeviceName=" or Visual Studio Code. How do...

After a clean rebuild, the error is "AMDeviceSecureInstallApplicationBundle returned: 0xe8008015" It looks like the Bridge.swift file is not signed. I upgraded to .net8.0.100 instead of .net8.0.100-rc.2. There is a change...

When I include Bridge.swift, the app crashed on launch with the following error: Application 'com.learnaholic.munsblog' terminated (with exit code '' and/or crashing signal '6). dyld[1935]: Assertion failed: (kinds[depIndex] == Loader::DependentKind::weakLink),...

The two lines shown above were taken from the command line output when I executed it on command line. I checked the ~/Library/Developer/Xcode/DeviceLog and ~/Library/Logs for crash report. I could...

Thanks for the info. I did not realize I must click on the Öpen Recent Logs" button in Xcode to download the crash report. [CrashReport.zip](https://github.com/xamarin/xamarin-macios/files/13399097/CrashReport.zip)

Command line: dotnet build -f net8.0-ios munsblog.csproj /b1:msbuild.binlog I have commented out lines 2291 - 2302 in the Xamarin.Shared.targets file to prevent code signing of the .appex bundle using the...

``` widgetExtension DerivedData/munsblog/Build/Products/Debug-iphoneos DerivedData/munsblog/Build/Products/Debug-iphonesimulator ``` Commenting out lines 2291 - 2302 allows me to run the widget written in Swift. This is a side issue. `` The main issue is...