tristanhimmelman/AlamofireObjectMapper

Runtime error: Symbol not found

Closed this issue · 2 comments

I got a weird runtime error:

dyld: lazy symbol binding failed: Symbol not found: __TFC12ObjectMapper6MapperCfT_GS0_x_
  Referenced from: /Users/wangshudao/Library/Developer/CoreSimulator/Devices/37C88955-5712-4482-98F6-729AB33BBD98/data/Containers/Bundle/Application/3DD69651-2691-4F48-8135-3F85EF478B9D/CodeReader.app/Frameworks/AlamofireObjectMapper.framework/AlamofireObjectMapper
  Expected in: /Users/wangshudao/Library/Developer/CoreSimulator/Devices/37C88955-5712-4482-98F6-729AB33BBD98/data/Containers/Bundle/Application/3DD69651-2691-4F48-8135-3F85EF478B9D/CodeReader.app/Frameworks/ObjectMapper.framework/ObjectMapper

dyld: Symbol not found: __TFC12ObjectMapper6MapperCfT_GS0_x_
  Referenced from: /Users/wangshudao/Library/Developer/CoreSimulator/Devices/37C88955-5712-4482-98F6-729AB33BBD98/data/Containers/Bundle/Application/3DD69651-2691-4F48-8135-3F85EF478B9D/CodeReader.app/Frameworks/AlamofireObjectMapper.framework/AlamofireObjectMapper
  Expected in: /Users/wangshudao/Library/Developer/CoreSimulator/Devices/37C88955-5712-4482-98F6-729AB33BBD98/data/Containers/Bundle/Application/3DD69651-2691-4F48-8135-3F85EF478B9D/CodeReader.app/Frameworks/ObjectMapper.framework/ObjectMapper

My code could run normally before.
No matter I clean the project or run carthage update, or checkout to previous version, it just won't work.
I found that this error happens at search networking.
And I've tried google it but there's nothing I can get to make this done.

same problem

#98 and this are a duplicate. Please refer to #98 moving forward.