Xcode 7 beta 4 build error - com.apple.CoreSimulator.SimRuntime.iOS-9-0 -


the error when building working project:

images.xcassets: failed find suitable device type simdevicetype : com.apple.coresimulator.simdevicetype.ipad-2 runtime simruntime : 9.0 (13a4305g) - com.apple.coresimulator.simruntime.ios-9-0

i've removed references of xcode , simulators on mac, restarted many times can't count. happened after last release of el capitan 2 days ago. project building , running fine before.. why error originate images.xcassets in first place?

i can see xcode 7 beta 4 has simulators included in package, but list of available simulators empty. noted want run project on physical device , not simulator (which freezes when open)

log coresimulator that's been showing since moment upgraded osx:

jul 22 14:53:53 coresimulatorservice[787] : com.apple.coresimulator.coresimulatorservice 166~1 starting.

managed narrow down removing images images.xcassets , adding appicon , launchimage that. builds ok, whenever attempt add other image build fail again same error mentioned above. builds if images left empty no associated png files. why though?

try delete files in these 2 path

rm -rf ~/library/developer/coresimulator rm -rf ~/library/developer/xcode 

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -