Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 12 Getting Errors

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.
like image 205
Nik Avatar asked Sep 29 '20 07:09

Nik


People also ask

Why is my code not working on Xcode?

If you run your app and you get some build errors, that means Xcode has detected that the syntax of your code is wrong. If Xcode is complaining that a specific identifier doesn’t exist, then check that all of your opening curly braces have corresponding closing curly braces.

How to find the error message when your Xcode app crashes?

After the crash, go to Xcode in the lower right hand pane, scroll all the way to the top. So now that you know how to find the actual error message when your app crashes, the next step is to learn to recognize some of the more common types of messages because they will hint at what’s wrong.

What does “unresolved” mean in Xcode?

You will often see this error if Xcode cannot find the variable or property you are referring to. “Unresolved” means that Xcode couldn’t find something, and “identifier” is another word for a variable, property, function name, etc. Here are several reasons why you could receive this error:

Why does my Xcode Interface look different?

My Xcode Interface Is Different 1. Xcode Simulator Errors My iPhone simulator looks different? If your iPhone simulator doesn’t look like the one you see me using in my videos, it’s because your iOS simulator is at a different zoom level.


1 Answers

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

like image 124
Zino Hofmann Avatar answered Oct 14 '22 16:10

Zino Hofmann