Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

symbol(s) not found for architecture arm64

Facing ObjC file reference issue. I tried pod deintegration, removing DerivedData, Cleaning the project, Adding -Objc and $(inherited) FLAGS.

I am using cocoapods, Xcode 9, Swift 4. Please revert if anyone have resolved this issue. Error Description

like image 940
coreDeviOS Avatar asked Mar 08 '18 09:03

coreDeviOS


2 Answers

I had same issue make your your ".m" implementation files are assigned to the Target Membership: symbol(s) not found for architecture arm64

like image 147
Mike Zriel Avatar answered Nov 06 '22 02:11

Mike Zriel


For me none of these answers worked, and appeared to cause more problems.

My solution was in terminal trying "pod install" It added a missing file for me and everything was good to go

like image 33
C. Skjerdal Avatar answered Nov 06 '22 02:11

C. Skjerdal