shebinkoshy / SHAudioPlayer

SHAudioPlayer
MIT License
15 stars 5 forks source link

SHAudioPlayerSDK error with xcode 11.1 #1

Closed DGP13 closed 5 years ago

DGP13 commented 5 years ago

Could not find module 'SHAudioPlayerSDK' for target 'arm64-apple-ios'; found: x86_64

shebinkoshy commented 5 years ago

@DGP13 Can you try xcode11.1 branch.

If you are running in real device, you have to replace the SHAudioPlayerSDK.framework in project root directory with SDK/Device/SHAudioPlayerSDK.framework

shebinkoshy commented 5 years ago

Please let us know, If are you facing any issues.

ghost commented 4 years ago

I am facing same issue after replacing the framework. Could not find module 'SHAudioPlayerSDK' for architecture 'arm64'; found: x86_64

shebinkoshy commented 4 years ago

@Sagar021 can you please give more details Xcode version? Simulator or real device? Device/simulator model? iOS version?