Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile Provisioning Profile not found #29

Closed
MirceaStroe opened this issue Jan 16, 2019 · 1 comment
Closed

Mobile Provisioning Profile not found #29

MirceaStroe opened this issue Jan 16, 2019 · 1 comment

Comments

@MirceaStroe
Copy link

Thanks for making this awesome plugin happen! :)

Does anybody know where exactly should the mobile provisioning be placed in order to avoid this error when building iOS via terminal?

"/Users/mircea/Documents/readmatrix-client-xamarin/PressMatrix.sln" (Build target) (1) ->
"/Users/mircea/Documents/readmatrix-client-xamarin/PressMatrix.UI.TestHarness.iOS/PressMatrix.UI.TestHarness.iOS.csproj" (default target) (15) ->

/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets(646,3): error : Could not find any available provisioning profiles for iOS. [/Users/mircea/Documents/readmatrix-client-xamarin/PressMatrix.UI.TestHarness.iOS/PressMatrix.UI.TestHarness.iOS.csproj]

@MirceaStroe MirceaStroe changed the title Where Mobile Provisioning Profile not found Jan 16, 2019
@voydz
Copy link
Owner

voydz commented Nov 27, 2019

Hey @MirceaStroe,
sounds like you are having trouble with code signing. This is not part of what souyuz is involved in. Code signing for iOS is done with a build step as a msbuild target. Therefore you have to setup code signing to work with VS for Mac first. I guess you solved the problem already, if not check out the docs below. Strange enough I did not get notified on new issues on this project. I am sorry for not responding.

See the MS docs here https://docs.microsoft.com/en-us/xamarin/ios/deploy-test/provisioning/

@voydz voydz closed this as completed Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants