AssistoLab / DropDown

A Material Design drop down for iOS
MIT License
2.43k stars 623 forks source link

Could not find module 'DropDown' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator #287

Open Rambabu5665 opened 3 years ago

Rambabu5665 commented 3 years ago

It is working fine with intel chip, when i use this in Apple latest Mac book with M1 chip, I am getting this issue after excluding arm64 Could not find module 'DropDown' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator

eduls7 commented 3 years ago

Add a flag arm64 in Pod project -> Build Settings -> Excluded Architectures

harikantAmipara commented 2 years ago

@eduls7 i have already added this flag. when i run into the simulator it won't work and seems working fine with real device in M1 chip. Could you please help me into this.

natelaff commented 1 year ago

Has a solution been found for this yet? I cannot run on simulator or build in Azure DevOps due to this error.