You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've built ADNKit using the make_release.sh script, but when trying to build my iOS app in Xcode 5.1 beta (build 5B90f), I am receiving this error:
ld: building for iOS Simulator, but linking against dylib built for MacOSX file '/Users/me/Dropbox/Repositories/ADNKit/Release/ADNKit.framework/ADNKit' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any ideas what's going on?
The text was updated successfully, but these errors were encountered:
Just to be clear, when I try building my app with Xcode 5.0.2 (release version), it works fine. The issue only occurs in the Xcode 5.1 beta. Not sure if it's a bug that I should report to Apple, or something that can be worked around within ADNKit?
I've built ADNKit using the make_release.sh script, but when trying to build my iOS app in Xcode 5.1 beta (build 5B90f), I am receiving this error:
Any ideas what's going on?
The text was updated successfully, but these errors were encountered: