Xcode 12 Getting Errors

Viewed 1408

I am using Xcode for creating a watchOS app with iOS application. When I run my empty application, I am getting the errors below in debug console. I'm not sure why I am getting these errors. enter image description here

WatchApp Extension[1722:69488] [default] lookupMainFuncAddressInMachHeader:71: Invalid Swift entry point data
WatchApp Extension[1722:69488] [default] lookupMainFuncAddressInMachHeader:77: Swift entry point address could not be determined.
2 Answers

I resolved this issue by setting the watchOS deployment target to 6.0 and downloading and installing v6.2 of the simulator.

Related