dyld: Library not loaded: @rpath/SocketIO.framework/SocketIO
Referenced from: /var/containers/Bundle/Application/86B94D41-988D-4F2B-8624-588B72CD90B5/BendTheBar.app/BendTheBar
Reason: no suitable image found. Did find:
/private/var/containers/Bundle/Application/86B94D41-988D-4F2B-8624-588B72CD90B5/BendTheBar.app/Frameworks/SocketIO.framework/SocketIO: mach-o, but wrong architecture
/private/var/containers/Bundle/Application/86B94D41-988D-4F2B-8624-588B72CD90B5/BendTheBar.app/Frameworks/SocketIO.framework/SocketIO: mach-o, but wrong architecture
/private/var/containers/Bundle/Application/86B94D41-988D-4F2B-8624-588B72CD90B5/BendTheBar.app/Frameworks/SocketIO.framework/SocketIO: mach-o, but wrong architecture
Asked
Active
Viewed 1,622 times
1

grg
- 5,023
- 3
- 34
- 50

payal wankhede
- 21
- 2
-
What's the question? – cldrr Nov 21 '17 at 13:35
1 Answers
0
For solving ‘mach-o, but wrong architecture’:
- Go to Target Build Phase.
- Select ‘Run Script’.
Uncheck the ‘Run script only when installing’ option.

grg
- 5,023
- 3
- 34
- 50

payal wankhede
- 21
- 2
-
Didn't work for me. I don't have that check selected but still getting that error – Arun Kumar Jul 25 '19 at 19:52