Xcode 12 Getting Errors

1.4k Views Asked by At

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

There are 2 best solutions below

0
On

There is an ongoing discussion on the Apple developer forum: https://developer.apple.com/forums/thread/661727

0
On

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