mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Framework not found #221
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nazywamsiepawel on GitHub (Jun 28, 2018).
Hey all,
I'm trying to add CoreStack to a project. So far it seems to be much more troublesome than it should. The problem seems to occur both when trying to install CoreStack into an existing project as well as into a completely fresh one.
pod 'CoreStore', '~> 5.0'underuse_frameworks!pod installagain and thenpod updateld: warning: directory not found for option '-F/Users/pawel/Library/Developer/Xcode/DerivedData/SignOnGlass-euboxdzjihwiqedafbmptgbjdbqf/Build/Products/Debug-iphonesimulator/CoreStore' ld: framework not found CoreStore clang: error: linker command failed with exit code 1 (use -v to see invocation)This seems to happen every time and only when I install CoreStore. Is there some magical trick required to get CoreStore to work with Cocoapods? Am I doing something wrong?
My environment:
@JohnEstropia commented on GitHub (Jun 28, 2018):
@nazywamsiepawel Does this happen with the
5.1.1version as well?Also, do you restart Xcode after the
pod update?