Get provisioning profiles through Xamarin Studio 6.3 - xamarin

since xamarin integrated the new function in xamarin studio, where we can add the apple developer account through fastlane, I have problems getting my prov profiles.
I installed fastlane, added my account but after hitting on refresh nothing happens.
Could please someone give a hand here?
Thanks

I had the same issue. I'm running Xamarin Studio 6.3, on Sierra 10.12.4.
In my case, I was able to resolve it by clearing the directory ~/users/[your user]/library/mobiledevice/provisioningprofiles, then running "sigh download_all".

Well everything now is clear. This is an official bug and will be fixed in the 15.3 Version (current 15.1)
Check this for more information.

Related

"No matching profiles found" with SiriKit in Visual Studio for Mac

I haven't found if anybody had similar problem. My Visual Studio for Mac project stopped seeing application provisioning profile after I added SiriKit support there. Just can't find it, nor automatically, neither when trying to set manually.
I have checked bundle id and all my Entitlements several times, as well as removing cache, relaunch Visual Studio and even restarting Mac, but nothing helped.
First point:
Xcode can see this provision profile perfectly. I've created test project with Extensions for Siri. It can see the provision profile, and even launch the test app on the real device. But not in Visual Studio for Mac.
Second point:
Visual Studio can see other provision profiles, which doesn't have SiriKit enabled. As well as the newly created provision profiles (without SiriKit).
Any ideas would be helpful.
My system set:
macOS Mojave, Version 10.14.2
Xcode, Version 10.1 (10B61)
Visual Studio for Mac (Community), Version 7.7.1 (build 15)
Mono Framework, Version 5.16.0.221
Xamarin.iOS, Version 12.2.1.12
Update
Looks like apple fixed it (see last comments in this thread). I was able to create new provision (with new bundle id) and VS for Mac saw it successfully. However I guess you need to regenerate old provisions at apple developer portal, as they still have duplicate keys.
Also, looks like an update for VS for Mac will come in the nearest few days, that will fix this issue with duplicate key (see this pull request), so you can just wait)
Question is closed
There is a bug which is causing such issues. Already reported here..
https://forums.developer.apple.com/message/343811#343811

Right way to get Xamarin Forms Previewer working in Visual Studio?

I'm still getting the gray box with XFPageRendererView text slugged in whenever I try and use the Xamarin Forms Previewer.
I'm on the latest stable build of Xamarin and using latest updated Visual Studio 2015 Enterprise.
When I check Xamarin bug report there's an old bug about this from last year marked as closed but it's still "open" for me.
Hoping it goes without saying that I know I don't "need" the previewer. But for basic layout and sanity check it would be so much quicker.
Thanks.
Last week this was also my problem. i searched the solution in xamarin forums and they said that if you install a mac agent, forms previewer will work. I dont have a mac so never tried it. the solution that worked for me was to install the latest BETA version of xamarin.
See image on how to install BETA
keep up to date JDK version
Check out JDK current version. Tools -> Options -> Xamarin -> Java Development Kit
Install or Update the JDK
Restart Vs studio 2017
After February 20 someday Xamarin's update fixed the problem. Make sure you installed Java SDK 64 bit. Also before opening the XAML file, please build/rebuild the solution couple of times. And try to open/reopen the file couple of times. For details you can check my blog here.

Kony Platform not regconize Xcode

I am working on the Kony Platform 6.5. My Kony Studio don't recognize my Xcode when I click refresh button in the Preferences. I am using the Xcode 7.1.1 . Can anyone give me some suggestion about this problem ?
This is my attached image
I had the same issue in the parellel OS environment ( running visualizer in parallel).
I tried update plugin from kony. But didn`t work.
Then got solved by turn the Xcode server option on.
From menu, Xcode -> Xcode server.
Please try fetch xcode details after enabling this.
You need to install the latest version of the plugins for Kony Studio und Help -> Check for Updates.

New android solution issue, MainActivity.cs not found

I tried to create an android solution using Xamarin studio but it always show me "MainActivity.cs not found!" error.I re-installed the software and the same issue appears. This error occurs when I try to create a new "Android application" Solution. After goggling it seems that my Xamarin.Android installation is not complete\corrupt but I am unable to get an installation link for it on the website.
can any one help me in this ?
I finally got this to work by
uninstalling everything,
turning off antivirus,
running the "recommended" Xamarin installer as an administrator
restarting my PC.
Hope this helps someone.
If you still searching for the solution.
This my understanding of cause and the solution.
Reason you are getting this error is because you do not have a correct right. You can see this by Xamarin Installation error exception - one of the parameter is privilege.
You need xamarin android installed to get this working!!
Xamarin is currently offering subscription and you are only have starter right.
search google "xamarin starter", go to the site down the xamarin installation again. follow the steps.
Once Xamarin Visual Studio got installed then this should be working..

Gradle fails to sync in android studio 0.8.8

I have just updated my android studio to version 0.8.8 and finally managed to put map box sdk in it and its working perfectly. I wanted to add another libraries which is my case universal image loader and Facebook sdk when i try to add one of them gradle project sync fails basic functionality
will not work error shows up.
How can this be solved.
Thank you.
6 hours ago Android Studio 0.8.9 was released fixing this problem:
http://tools.android.com/recent/androidstudio089released
This solved the problem for me, and will most likely do the same for you! The update is currently on Canary channel so you probably have to activate it in your update settings.
Regards,
David

Categories

Resources