E
E
Evgeny Zapunny2021-07-21 13:37:57
Apple Xcode
Evgeny Zapunny, 2021-07-21 13:37:57

Why is the application not building in Xcode after expo?

I am coming to the end of the development of the application, I am writing in js through expo, I did everything as in the documentation, I ran the eject command so that I could build it through Android studio and Xcode. At first, I launched the assembly for androyd and everything worked, I substituted the keys and immediately uploaded it to the store, but I have errors with Xcode.

ld: warning: Could not find auto-linked framework 'UniformTypeIdentifiers'
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_UIWindowScene", referenced from:
      objc-class-ref in EXSplashScreen(EXSplashScreenModule.o)
  "___isPlatformVersionAtLeast", referenced from:
      l012 in EXNotifications(EXNotificationCategoriesModule.o)
      l014 in EXNotifications(EXNotificationCategoriesModule.o)
      l016 in EXNotifications(EXNotificationCategoriesModule.o)
      l016 in EXNotifications(EXNotificationCenterDelegate.o)
      l003 in EXNotifications(EXNotificationBuilder.o)
      l006 in EXNotifications(EXUserFacingNotificationsPermissionsRequester.o)
      l008 in EXNotifications(EXUserFacingNotificationsPermissionsRequester.o)
      ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I tried to build an empty project, but it also swears at it just like it does at the finished one:
The first error is Swift 5.0, and if you change the language version, the second one occurs, but not immediately, but after compilation, at the very end.

iMac 11.3
MacOS: 10.13.6
Xcode: 10.1

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question