raphaelmor / Polyline

Polyline encoder / decoder in swift
MIT License
299 stars 50 forks source link

Could not find module for arm64-apple-ios-simulator #61

Closed UnderratedDev closed 4 years ago

UnderratedDev commented 4 years ago
image
UnderratedDev commented 4 years ago
image
UnderratedDev commented 4 years ago

To stop building for arm64-apple-ios-simulator we can put it in the EXCLUDED_ARCHS build setting. This can be done in the Xcode project file or in the pod spec file.

Reddit Stack Overflow Medium

UnderratedDev commented 4 years ago

I fixed it in my project by adding arm64 to my project excluded archs, however every project needs to do that which is fine