2015r2 iOS issues

I’ve noticed a few issues with this release and wonder if it’s affecting anyone else or just me.

Xojo won’t close (iMac 10.10.3) and have to force quit (this is occurring inconsistently, sometimes it closes, other times it doesn’t)

Occasionally resizing a field in the IDE will cause it to disappear (Cmd+Z brings it back)

Running iOS app in 4s simulator worked fine yesterday, today Xojo gives me "Compilation of “appname” failed. An error occurred when attempting to launch the application. Switched to 5 and 5s sim and works. Back to 4s and fails. Some kind of cache issue?

iMac:~ matt$ xcodebuild -version Xcode 6.3 Build version 6D570 iMac:~ matt$ xcrun simctl list == Device Types == iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s) iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5) iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s) iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus) iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6) iPad 2 (com.apple.CoreSimulator.SimDeviceType.iPad-2) iPad Retina (com.apple.CoreSimulator.SimDeviceType.iPad-Retina) iPad Air (com.apple.CoreSimulator.SimDeviceType.iPad-Air) Resizable iPhone (com.apple.CoreSimulator.SimDeviceType.Resizable-iPhone) Resizable iPad (com.apple.CoreSimulator.SimDeviceType.Resizable-iPad) == Runtimes == iOS 8.3 (8.3 - 12F69) (com.apple.CoreSimulator.SimRuntime.iOS-8-3) == Devices == -- iOS 8.3 -- iPhone 4s (D4B4C9E5-194A-44A9-9BA8-8E134D745D37) (Booted) etc...

Xcode hasn’t been updated since last major release.

Drawn to using this release because of the availability of the native DatePicker

Anyone else seeing anything like this?

I see this fairly frequently but it’s not new to r2. It’s because auto layout seems to get a little confused and so they control is moved wildly. As you say the way to fix it is undo or to mess with auto layout so that it is as you want it instead of how the IDE thinks it should be.

You might try manually deleting Xojo apps from the 4s simulator in case there is a cache issue or some problem with replacing an existing app.

Resetting the simulator will also probably work. It’s under the app menu.