Im currently making a project in swift and its going allright..
But when I run my app on my device (iPhone 5s -iOS 7.1), XCode returns me the following error
ld: in '/usr/lib/system/libsystem_configuration.dylib', missing required architecture arm64
in file /usr/lib/system/libsystem_configuration.dylib (2 slices) for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I have tried removing derived data but it didn't work and I couldn't find any other answers to that question.
EDIT: Running on simulator with iOS 7 (both 32bit and 64bit sims) works flawlessly.
arm64
Achitectures and ValiAchitectures? – Mohit