jasonelle-archive / jasonelle-v2

🛸 🏘️ Jasonelle issues, releases, discussions and wiki repository.
https://jasonelle.com
Mozilla Public License 2.0
422 stars 58 forks source link

Getting error saying 'SocketRocket/SocketRocket.h' file not found #119

Closed mghatiya closed 2 years ago

mghatiya commented 2 years ago

Hi,

My Jasonette app is building fine for the simulators, but when I change the target to "Any iOS Device (arm64, armv7)", I am getting a build error saying "'SocketRocket/SocketRocket.h' file not found"

Here's how it looks.

Screenshot 2022-01-30 at 1 41 14 AM

Any suggestions on how to fix this error?

Thanks, Mukesh

clsource commented 2 years ago

Normally this is fixed by doing a pod install command. Also check that you are using a paid developer account for building for real devices. Apple I think does not allows external frameworks in free accounts as far as I know

ShonFrazier commented 2 years ago

pod install and open the xcworkspace rather than the xcodeproj

mghatiya commented 2 years ago

Thanks. Not sure what all I did now. The issue had got fixed.