ERROR ITMS-90165: Invalid Provisioning Profile Signature
See original GitHub issueDescription
I have problem with latest MAUI RC1 version if I want to create IPA file for Apple App Store.
I run this command:
dotnet publish -f:net6.0-ios -c:Release /p:ServerAddress=xx.xx.xx.xx /p:ServerUser=username /p:ServerPassword=password /p:TcpPort=58181 /p:ArchiveOnBuild=true /p:_DotNetRootRemoteDirectory=/Users/ezslovenia/Library/Caches/Xamarin/XMA/SDKs/dotnet/ /p:EnableAssemblyILStripping=false
Now everything works ok, ipa file is generated. But If I want to upload that file with Transporter App I get this error:
I have valid publishing profile:
And I have added this command in csproj:
<PropertyGroup Condition="$(TargetFramework.Contains('-ios')) and '$(Configuration)' == 'Release'">
<RuntimeIdentifier>ios-arm64</RuntimeIdentifier>
<!-- Only needed when you have a need for entitlements -->
<!-- <CodesignEntitlement>Entitlements.plist</CodesignEntitlement> -->
<CodesignKey>Apple Distribution: Kompas Xnet d.o.o. (xxxxxxxxxx)</CodesignKey>
<CodesignProvision>TrimoLibraryApp</CodesignProvision>
</PropertyGroup>
I think something must be with dotnet publish command, because I have exactly same Windows and OsX environment as before. With Preview 13 this step works well.
Steps to Reproduce
- Create new .NET MAUI project
- Run command dotnet publish
- Upload ipa with Transporter App
Version with bug
Release Candidate 1
Last version that worked well
Preview 13
Affected platforms
iOS
Affected platform versions
iOS
Did you find any workaround?
No response
Relevant log output
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6 (2 by maintainers)
@tsjdev-apps @jfversluis tnx for all effort, all works great now (y)
Great @RaspeR87 thanks for letting us know!