Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Undefined symbols for architecture x86_64: #55

@Jackyaung

Description

@Jackyaung

I am having this problem :

Undefined symbols for architecture x86_64:
"OBJC_CLASS$_EPXProximityRange", referenced from:
objc-class-ref in RNEstimoteProximity.o
"OBJC_CLASS$_EPXProximityZone", referenced from:
objc-class-ref in RNEstimoteProximity.o
"OBJC_CLASS$_EPXProximityObserver", referenced from:
objc-class-ref in RNEstimoteProximity.o
"OBJC_CLASS$_EPXCloudCredentials", referenced from:
objc-class-ref in RNEstimoteProximity.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

it looks like there is something wrong with the use_frameworks. my project react-native version is 0.61.5, when I add use_framework in the cocoapod, it reports the above error, I have tried so many ways but couldn't find any solution. Due to many of frameworks need to use the use_framework, so I can delete the use_framework, anyone knows how to solve it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions