Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 13b3 : No preview available (no bundle)

Tags:

xcode

xcode13

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...

like image 273
skrew Avatar asked Jul 14 '21 22:07

skrew


1 Answers

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

like image 152
TheJeff Avatar answered Nov 19 '22 21:11

TheJeff