Xcode 13b3 : No preview available (no bundle) - xcode

Just downloaded the latest Xcode 13 beta 3 but i can't get the preview working:
PlatformDoesNotHaveAgentsError: Missing required components for iOS
Xcode is missing components needed to preview on iOS
==================================
| HumanReadableSwiftError | | LocationError: noBundle
Rebooting not helped.
Tested on MBP Intel, macOS 11.4
I don't know if it's a problem on my mac or a bug introduced in this version.
Any clue ?
Edit: It look like to only works when you select an iOS 15 simulator, you can not longer uses iOS 14.x version...

What fixed it for me was selecting a simulator that had the iOS version on it that the version of xcode was built for.. ex: Select simulator with iOS 15 when using XCode Beta 13

I also faced this problem with Xcode 13.1. Today, Xcode 13.2 was released, and iOS 14.5 now also works with Canvas without this issue in this new version for me. So, this issue seems to be fixed.
PS. Be aware of the problem with the app store version: https://developer.apple.com/forums/thread/696504, https://www.macrumors.com/2021/12/14/xcode-13-2-bug/

Related

SDK Version Issue.This app was built with the iOS 14.5 SDK

ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 14.5 SDK. All iOS apps submitted to the App Store must be built with the iOS 15 SDK or later, included in Xcode 13 or later.
My current version is macOs Big Sur version(11.4)
and my xcode version(12.5.1)
You need XCode 13 to use iOS 15 SDK. Simply update your XCode and MacOS (if necessary), then build the app again.
After updating XCode, your iOS SDK will be automatically updated.
Instruction for Older macOS:
Use this patch and upgrade your macOS https://github.com/Ben216k/Patched-Sur
After the upgrade, you can install XCode 13 on your older mac.
Here you can see all the supported mac lists: https://bensova.gitbook.io/big-sur/supported-macs
Below are steps I followed to solve the same issue in the same context:
Upgrade macOs Big Sur -> macOs Monterey v12.4
Update Xcode 12.x -> Xcode 13.x or later
Note: Upgrade could take some minutes. Hence, be patient

Xcode 9.2 doesn't support iOS 11.3

Tried to test my app on my phone, and got this error.
This iPhone 6 is running iOS 11.3 (15E216), which may not be supported
by this version of Xcode.
Rookie mistake. I forgot I upgraded to the latest iOS.
Checked I was on Xcode 9.2, then checked the App Store upgrades section and sure enough there is an upgrade to 9.3.
2.49 GB downloaded, installed, fixed the issue.

localizable.string does not work with simulator in iOS 8

I have a major problem with the localization of my app.
Since I updated Xcode to version 6.1.1 (6A2008a) with the new simulator iOS 8.1, I found that the iOS 8.1 simulator no longer works with Localizable.string.
When I turn the stimulator with the version of iOS 7.1 my app works fine and the language changes according to the setting made on the device. Why does this problem occur on 8.1?
Thanks
As mentioned in the Xcode 6.1 release notes, this is a known bug in iOS 8.1 simulator runtime. Please try iOS 8.2 beta in Xcode 6.2 beta, which contains the fix.

Is it possible to install iOS6 SDK on Xcode 6-beta?

I noticed that there are no preview or simulator for iOS6 in Xcode 6-beta, so I was wondering is there any way that I could add it manually ?
No.
Apple only support iOS7 and iOS8, and they're strict with that. As a result, only iOS7/8 simulators are available in Xcode 6.
If you want to run on an older simulator, you need to develop on an older version of XCode.
Not possible. But: you can still test on a iOS 6 device from Xcode 6. I keep an old iPhone 4 for this (look at eBay).
EDIT: there is another way - install Xcode 5 on a virtual machine (e.g. VMWare Fusion) running Mavericks.
iOS6 simulator is available in Xcode5
No, the earliest SDK you can get for Xcode 6 is 7.1. By default, the iOS 7 simulator is not installed but you can install it by going to preferences, then to downloads and installing it from there.
To run iOS 6 applications, try googling around for an earlier Xcode version (late versions of 4) and these should have the simulator!
Hope that helps!

Does xcode4.5 support ios4.3 simulator or prior?

I have upgrade to xcode4.5 from 4.4, but i can't find ios simulator 4 or prior within it. I open Xcode menu, preference, downloads, i can see simulator5 and 5.1 only. I am not sure whether xcode4.5 support ios simulator 4 and debugging with ios4.3 and prior.i know almost iphone and ipad people upgrade their ios to 5 already. but we have some project runs in ios 4.3.does someone know how to install simulator 4 in xcode 4.5?
thanks in advance.
Looks like it has been removed from xcode 4.5 on Mountain Lion:
xcode 4.5 runs ios 4.0 simulator (NOT)
According to Apple you can still set the deployment target for 4.3 though:
https://discussions.apple.com/docs/DOC-3461
The minimum supported deployment target with Xcode 4.5 or later is iOS 4.3.

Resources