question

LingSteven avatar image
0 Votes"
LingSteven asked MarianGrzesik-9853 published

Xamarin.forms visual studio 2019 on windows cannot find the privisioning profile

Hi,

I wanted to deploy the xamarin forms IOS app to my iphone.

I'm developing the app by visual studio 2019 on windows, and I have paired to the Mac. The mac has installed the latested Xcode12.5.

I followed Free provisioning for Xamarin.iOS apps document to do some configurations in Xcode.

Then, in visual studio 2019 on windows, I selected the manual provisioning, but the visual studio always show 'No matching profile found'.

Because of this problem, I can't deploy the app to my iphone now.

96913-2021-05-16-214005.png

96961-2021-05-16-215149.png

Thank you.


dotnet-xamarin
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

You can try to download Certificate and the matching provision profile , reinstall them again.

0 Votes 0 ·

Did you mean that I need to download Certificate and the matching provision profile to install it on windows?

0 Votes 0 ·

We need to download Certificate and the matching provision profile to Mac not on windows. For this, you can follow document Manual provisioning for Xamarin.iOS to do this.

0 Votes 0 ·

1 Answer

MarianGrzesik-9853 avatar image
0 Votes"
MarianGrzesik-9853 answered MarianGrzesik-9853 published

Hi,
I have the same problem on two of my computers. With XCode 12.5 I can't compile my iOS projects.
I get an error, when signing my app:

2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): warning : [xma]: An error occurred on the receiver while executing a post for topic xvs/build/execute-task/ROP_App.iOS/67cf84e002fCodesign and client build67cf84e393061bd6182262e970e05338e1a7c2c2041e8ea6f8b47a2f5ea9503920364maria
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): warning : An error occurred on client Build169000294 while executing a reply for topic xvs/build/execute-task/ROP_App.iOS/67cf84e002fCodesign
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): warning : at Xamarin.Messaging.Client.ApplicationMessageExtensions.<>c_DisplayClass10_0`1.<OfResponse>b1(MqttApplicationMessage m) in C:\A\1\230\s\src\Xamarin.Messaging.Client\Extensions\ApplicationMessageExtensions.cs:line 194
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): warning : at System.Reactive.Linq.ObservableImpl.Select`2.Selector.
.OnNext(TSource value) in d:\a\1\s\Rx.NET\Source\src\System.Reactive\Linq\Observable\Select.cs:line 39
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): warning : --- End of stack trace from previous location where exception was thrown ---
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): warning : at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): warning : at Xamarin.Messaging.Client.MessagingClient.<PostAsync>d__21`2.MoveNext() in C:\A\1\230\s\src\Xamarin.Messaging.Client\MessagingClient.cs:line 190
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): error : MessagingRemoteException: An error occurred on client Build169000294 while executing a reply for topic xvs/build/execute-task/ROP_App.iOS/67cf84e002fCodesign
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): error : AggregateException: One or more errors occurred.
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): error : DirectoryNotFoundException: Could not find a part of the path '/Users/mariangrzesik/Library/Caches/Xamarin/mtbs/builds/ROP_App.iOS/67cf84e393061bd6182262e970e05338e1a7c2c2041e8ea6f8b47a2f5ea95039/bin/iPhoneSimulator/Debug/ROP_App.iOS.app/Frameworks/LiteCore.framework/_CodeSignature'.
2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\iOS\Xamarin.Shared.targets(975,3): error :


Thanks

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.