Ive been running through forums and still can't find a fix. is there a library I'm missing? If there is a forum with an answer somewhere please let me know. Thanks.
Edit:
Im using mac, version 9.5.1 build 3 Xamarin studio
the error message is: there was a problem rendering this document. Then it gives me an option to view in Xcode.
If I am missing any other details please let me know. I was able to view it once and I have no idea what I did then the program crashed and I cannot view it again. Im just trying to view it as I open the project to add a user interface.
Thanks again
Related
I am trying to design the Launch screen in XCode but facing one issue where I can't get any hint of how to resolve it. I am trying to build Xcode launch screen project but keep getting below error whenever I edit any of the LaunchScreen from Visual Studio.
Xamarin/Xamarin.h' file not found
I got it resolved, the issue was with image dimensions. Seems to be a bug where if you have image with too big dimensions it will cause your splash screen to go black. No build required on XCode side, when you update anything on story board it get reflect in VS project. So just want to share my experience if anyone face the same issue.
I am developing a TvOS app and having issue with interface builder, when I drag objects like Buttons, labels, segments and etc... the current view show me nothing!!! only a blank rectangle that shows position and area of that object
When I run the application objects will be shown fine!
What is wrong with the interface builder?
Xcode Version 7.1 (7B91b),
OS X version: 10.11.1 (15B42)
At the top of that screenshot there is an error.
"An internal error occurred. Editing functionality may be limited"
Solution :
I had transferred all my files via Transfer Assistant form old mac to the new one , so I think this might cause the problem ! the final solution was I created admin new account and the problem is gone ! Unfortunately updating to Xcode 7.1.1 did not any help !
If you face with the same problem be careful backup all data from your current user account.
I get this a lot. I usually just quit out of Xcode and open it again and it will work most of the time.
Just update the Xcode to "7.1.1 (7B1005)", I hope this will solve your problem
I tried to put the buttons on the storyboard its working fine
It has been a month that I can't build my Xamarin iOs project. This seemed to have started after I updated to the new Xcode for the free provisioning. Since then, I tried finding a solution to this problem, but I haven't seem to find one.
When building the application, Xamarin Studio prompt me with an error that only indicates the name of my storyboard without any description. (The build action used for my storyboard is InterfaceDefinition which is the default one I guess)
Xamarin Studio also opens the Storyboard when the build failed.
I tried to open the storyboard in Xcode and everything went fine. So I really don't understand what is happening with my storyboards.
I even tried to open it with Visual Studio and the build failed but with no error.
Any help would be welcomed !
Thank you in advance :)
I got the same error.
I found the problem. In my storyboard, I added a tableview with static cell. => this caused the error.
Static table views are only valid when embedded in UITableViewController instances
Just changed my tableview to dynamic Prototype and it worked.
One of the cause can be using same storyboard identifier for two view controllers. I faced this error and was able to detect it by opening storyboard file in Xcode.
Having the same StoryBoard.Id property set on different UIViewControllers is another cause.
I'm working on a project using Xamarin to build an app for WinPhone and Android.
On the Android device, it works fine.
When I try to run the app on the WinPhone device, the app starts opening and then it closes. On the console I see "TaskHost.exe has exited with code 0."
I don't see any error.
A guy that was working on it before, was using the WinPhone device without problems.
When I started working on it, the only thing I needed to change was the SQLite.WP80 version. He was using 3.8.7.1 and my VS only provided 3.8.8.1.
Has anyone faced a similar problem?
Or how can I see what is wrong? In the console output there is no errors.
I've added a breakpoint in the begining of WinPhone, but it doesnt't arrive there.
Thanks in advance!
Have you changed your namespace? Check if the startup object in the project setup is set accordingly.
Finally I found the problem.
By returning the code revision, I found one where the WinPhone project was working on phone.
Then, I started looking for differences.
Someone renamed AppWP.xaml to AppWinPhone.xaml.
Then, on project properties > startup object, it was blank.
I just set the object back and it worked.
(Why not an error message saying what is wrong...)
Thanks!
When I am running app on simulator it is working fine but when I am installing on device using developer profile it is giving error and showing build failed.But when try to see error detail it is not showing anything.I do not know whats the problem..
Please help me.
Thanks in advance!