I am getting the Failure to automatically update constraints error when trying to use the auto layout to Add, Reset, or Update any restraints on any viewController after updating to xCode 9. Any ideas? I have already cleaned and restarted my Mac.
Still have not found a solution for this. I narrowed it down to any viewController with a collectionView inside it. Any ideas?
I got also this error, when I tried to update/add etc. my constraints error image
I use Xcode Version 9.0 (9A235) and I spent the whole day figuring it out. I solved my problem by deleting a segmentctrl in the navigation bar. all my controller with a segctrl in the nav bar seems to bug.
I made a video with a new project
https://www.youtube.com/watch?v=TOTzCfDoFNA&feature=youtu.be
Remove the navigationbar in your view controller in storyboard .For me it is working well.
For everyone following this. xCode 9.0.1 is out. Tested and it fixes this error. I haven’t be able to reproduce.
#Rumbel you are correct , its a bug from apple in Xcode 9.0
watch this youtube
segment control bug in IOS 11 and Xcode 9.0
Related
I have built app using codename one.It was working fine but after library updated its suddenly got changed having problems in my buttons.Button text automatically cleared.I am not able to see any text on button.
I have built UI using codename one designer.
help me to solve this issue?
Thanks in advance
It seems to be a regression triggered by a previous fix to a different regression. I committed a fix for it here: https://github.com/codenameone/CodenameOne/commit/98754e015c2a462dceb7bafbf4cd292ec9d73ed2
We should push out an update that should be on the servers in a couple of hours.
My DNN site is running 7.4.2 and I'm running the latest 2sxc, 08.05.06. I have this strange issue where when I try to edit any content items, instead of displaying the edit dialog, it's now just displaying a bunch of javascript.
Before:
After:
As far as I know nothing has been deliberately changed on the site and I'm not seeing any errors in the browser console related to the module. No errors are showing in the Event Log either. I've tried reinstalling the latest release overtop to try to repair anything that may have been corrupt or missing but that didn't solve the issue. Any ideas what might be happening here?
The JavaScript inside the ui.html seems to show, instead of run. I believe that this file is somehow damaged, that the script tag isn't open/closing correctly.
-- correction --
To anybody reading this - it turned out that the web-server of this user was reconfigured, causing HTML files to be handled as plain-text. So this was a user bug.
This is really weird issue; I tried everything I can but nothing resolved my problem. I was running trial version of the Devexpress XtraEditors suite and my Winforms app was running without any problems. Yesterday I registered my trial version of DevExpress and the application will run for a second, display the Devexpress logo for a minute and then shuts down automatically.
No error/exception is thrown but the application is closed right after that logo is shown.
Any idea how can I resolve this? I already contacted Devexpress but dropping a line here as well might help me too.
Try clearing the lines(starting with DevExpress) from the lisences.licx file and see if you can run the project.
This post fixed my problem, if anyone else is experiencing the problem, please refer to this post https://www.devexpress.com/Support/Center/Question/Details/A705
I'm using textAngular as a WYSIWYG text editor in an angular app. It is a fantastic library that is essentially plug and play. It works perfectly in Chrome and Firefox.
The problem is when I attempt to paste some text into the textAngular window in IE it simply doesn't work. It doesn't raise any console events, throw any exceptions or anything. On the network, it calls 4 URLs, which are then all aborted. They are:
http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css
http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css
http://fonts.googleapis.com/css?family=Roboto:400,300
http://www.textangular.com/css/style.css
This network activity does not happen in Chrome and Firefox. So, I think that is where the problem is. But for the life of me I can't figure out what is going on. It doesn't look like this problem has been reported to the textAngular team or has been asked on stack overflow.
Does anyone have an I idea of how I can remedy the situation?
Edit:
Here is a plunk replicating the situation. It is the demo from the github repo, almost verbatim (the link to the textAngular links were dead, and I got ride of the initial text). I'm pretty sure that it is just a problem within the 1.2.2 library and I'm going to report a bug. The version on the main page is 1.2.0. Thanks for you help!
I tested your solution on IE 8,9,10 & 11 without any issues. I did however notice it the page was not formatting correctly no IE. It could be an issue with escape characters.
If you could provide some more details about your system, for example: IE version, the code you tried to paste etc. I think I may be able to sort this one out.
I have added test-flight SDK into my project.when I upload build on test-flight and download that build using test-flight shorten link,i get the test-flight updating window even if my build is new one.I want disable that test-flight screen which is appearing inside my application.if any one known about this please help me.thanks in advance.
I had the same problem that I reported to Tesflight. It is apparently a known bug.
A workaround is to completely turn off in app update with the following line:
[TestFlight setOptions:#{#"disableInAppUpdates":#YES}];
It only works with the 1.1 version of the SDK thus far.
I found that if I didn't increase my ios application target version number, I would always get the faulty update window.