Closed hoanghai9650 closed 1 month ago
I'm getting the Error while building you Branch:
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_CNContactViewController", referenced from: in react_native_contacts[3](RCTContacts.o) ld: symbol(s) not found for architecture arm64
Have you set arm64 in excluded Architectures in Build Settings?
@hoanghai9650 thanks for this. Does this close #736 ?
@morenoh149 Yes, this PR will close that issue
@hoanghai9650 why should we exclude arm64 architecture? It seems not an idle solution.
@mym0404 As you can see in my code, I didn't config or enable any arm64, but don't know why this new arch required that, I think because of new Spec of React Native. But with all libs that I migrated to new arch, I also have to enable arm64 to make it run.
It makes sense. But, the build will success with manually add Contacts apple sdk in app target.
I'll further investigate why new arch made change.
This Pull request is stale, please review.
@hoanghai9650 new conflicts
new update on this guys ?
Hi,
When this will be merged? app is crashing for new Arch.
Migrate library to new Arch of React Native.