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
When trying to run a 64-bit simulator I got error message:
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386).
I fixed this problem by doing:
Project Target > Build Settings > Architectures
and make
Build Active Architecture Only = NO
but then I got "Undefined symbols for architecture i386" for libevernote-sdk-ios.a
I fixed this problem by repeating the above procedure for the evernote-sdk-ios project
The text was updated successfully, but these errors were encountered:
When trying to run a 64-bit simulator I got error message:
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386).
I fixed this problem by doing:
Project Target > Build Settings > Architectures
and make
Build Active Architecture Only = NO
but then I got "Undefined symbols for architecture i386" for libevernote-sdk-ios.a
I fixed this problem by repeating the above procedure for the evernote-sdk-ios project
The text was updated successfully, but these errors were encountered: