Maui Blazor Hybrid - Mac Deploy Fails

Hi,


When using the new PDF View in a Maui Blazor Hybrid Project, the MacCatalyst app cannot be published. 

The following error is generated:


'No suitable application records were found. Verify your bundle identifier “com.microsoft.libHarfBuzzSharp” is correct and that you are signed in with an Apple ID that has access to the app in App Store Connect'


If you remove the SyncFusion plugin, this error goes away.


I am deploying using this command, making sure to specific an app bundle.

dotnet publish Project.csproj -c Release -f net8.0-maccatalyst /p:ApplicationId="id" /p:ApplicationTitle="App" /p:MtouchLink=SdkOnly /p:CreatePackage=true /p:CodesignEntitlements="Platforms/MacCatalyst/Entitlements.plist"


Thanks,




4 Replies

SK Sathiyaseelan Kannigaraj Syncfusion Team December 29, 2023 05:25 PM UTC

Hi Felix McDougle,

This appears to be a common issue related to Xcode not finding the App store connection. To address this problem, please refer to the forums linked below for resolution steps.

https://developer.apple.com/forums/thread/72023


Also refer the below issue fix steps will helps to resolve the issue.

https://github.com/apache/cordova-ios/issues/729


Kindly let us know if you have any concerns.

Regards,
Sathiyaseelan K



FM Felix McDougle replied to Sathiyaseelan Kannigaraj December 29, 2023 06:55 PM UTC

Hi,


You misunderstand. The issue is that it thinks the bundle ID is a package that Sycfusion uses *not* my app package.

com.microsoft.libHarfBuzzSharp is a package that you import into your nuget package. 


Thanks




SK Sathiyaseelan Kannigaraj Syncfusion Team January 2, 2024 03:01 PM UTC

Hi Felix McDougle,


We are analyzing the reported query and we will update further details on tomorrow.


Regards,

Sathiyaseelan K



SK Sathiyaseelan Kannigaraj Syncfusion Team January 3, 2024 03:48 PM UTC

Hi Felix McDougle,


We attempted to deploy the Maui sample on a Mac machine to reproduce the reported issue but were unsuccessful. We've included the sample we used in our attempt and also attached screenshots. If you're unable to resolve the issue, could you share a simple sample where the issue reproduced which will help us to resolve the issue.


Screenshots:

image


Sample link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/ARCHIV~11164230899.zip

R
egards,

Sathiyaseelan K


Loader.
Up arrow icon