Xamarin forms build IOS Problems

Leonardo Antonio Artuso 0 Reputation points
2023-10-26T20:24:23.4433333+00:00

Hello dear, how are you?

I have a Xamarin forms application made in PCL.

When using Mac for Sonoma 14 and Xcode for 15.0.1, the following problem occurs when trying to build in iPhone > My iPhone

Can you help me?

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(3,3): Error: /usr/bin/codesign foi encerrado com o código 1 (RiskEx.iOS) /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(3,3): Error: Falha ao coprojetar '/Users/administrador/Desktop/Releases/229 - Evidencia bowtie/RiskEx.MobileApp/RiskEx.MobileApp.iOS/bin/iPhone/Release/RiskEx.MobileApp.iOS.app': /Users/administrador/Desktop/Releases/229 - Evidencia bowtie/RiskEx.MobileApp/RiskEx.MobileApp.iOS/bin/iPhone/Release/RiskEx.MobileApp.iOS.app: resource fork, Finder information, or similar detritus not allowed (RiskEx.iOS) /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.Shared.targets(3,3): Error: /usr/bin/codesign foi encerrado com o código 1 (RiskEx.iOS)

Developer technologies .NET Xamarin
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
    2023-10-26T22:47:24.4933333+00:00

    there is limited Xcode 15 support:

    https://github.com/xamarin/xamarin-macios/releases?WT.mc_id=dotnet-35129-website

    as Xarmin supports ends May 1, 2024, you should probably decide your future porting decision. also Visual Studio for Mac has been retired:

    https://devblogs.microsoft.com/visualstudio/visual-studio-for-mac-retirement-announcement/

    these announcements caused me to lose interest in Xamarin/Maui as a future platform.

    note: Maui only supports Xcode 15 with net 8 preview.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.