Я пытаюсь построить проект в xcode и получаю следующие ошибки:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_Zoom", referenced from:
objc-class-ref in ZoomConnectedNetworking.o
objc-class-ref in ZoomViewController.o
objc-class-ref in RNAppBridge-843d3738eaf9ad6c9a88b86d7afb070208b29a596e7ec9fd5f0c00a394da72ff.o
"_OBJC_CLASS_$_ZoomCancelButtonCustomization", referenced from:
objc-class-ref in ZoomConnectedConfig.o
"_OBJC_CLASS_$_ZoomCustomization", referenced from:
objc-class-ref in ZoomConnectedConfig.o
"_OBJC_CLASS_$_ZoomFeedbackCustomization", referenced from:
objc-class-ref in ZoomConnectedConfig.o
"_OBJC_CLASS_$_ZoomFrameCustomization", referenced from:
objc-class-ref in ZoomConnectedConfig.o
"_OBJC_CLASS_$_ZoomInstructionsImages", referenced from:
objc-class-ref in ZoomConnectedConfig.o
"_OBJC_CLASS_$_ZoomOvalCustomization", referenced from:
objc-class-ref in ZoomConnectedConfig.o
"_construct_single_private_key", referenced from:
static pingpongRN.GothamClient.getSinglePrivateKey(x1: Swift.String, x2: Swift.String) -> Swift.String? in GothamClient.o
"_decrypt_party_one_master_key", referenced from:
static pingpongRN.GothamClient.decryptPartyOneMasterKey(client_share: pingpongRN.MasterKey2, encrypted_server_share: Swift.String, private_key: Swift.String) -> Swift.String? in GothamClient.o
"_get_child_mk1", referenced from:
static pingpongRN.GothamClient.getChildServerShare(server_share_str: Swift.String, x_pos: Swift.String, y_pos: Swift.String) -> Swift.String? in GothamClient.o
"_get_child_mk2", referenced from:
static pingpongRN.GothamClient.getChildClientShare(client_share_str: Swift.String, x_pos: Swift.String, y_pos: Swift.String) -> pingpongRN.MasterKey2? in GothamClient.o
"_get_client_master_key", referenced from:
static pingpongRN.GothamClient.generate_master_key2(gothamEndpoint: Swift.String) -> (pingpongRN.MasterKey1?, pingpongRN.MasterKey2?) in GothamClient.o
"_sign_message", referenced from:
static pingpongRN.GothamClient.sign(gothamEndpoint: Swift.String, message_hex: Swift.String, x_pos: Swift.String, y_pos: Swift.String, master_key_2: pingpongRN.MasterKey2, master_key1_id: Swift.String) -> pingpongRN.Signature? in GothamClient.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Я попытался очистить, и я прочитал о просмотре ссылок, но похоже, что все библиотеки и фреймворкиМне нужно на месте.
Любая причина, почему это происходит?