project-imas / encrypted-core-data

v2.0 - iOS Core Data encrypted SQLite store using SQLCipher
Other
785 stars 236 forks source link

Dependency cycle detected using Xcode new build system #304

Open merrygobyebye opened 6 years ago

merrygobyebye commented 6 years ago

Using the new Xcode build system, a dependency cycle is detected between targets causing a build failure:

error: Dependency cycle detected between targets: MyProject -> sqlcipher -> amalgamation

node: /Users/whoami/Library/Developer/Xcode/DerivedData/MyProject-gawkzpgpfjzxbocwccuupzgfxxtr/Build/Products/Debug-iphonesimulator/MyApp.app/Frameworks ->

target MyTarget: MkDir /Users/whoami/Library/Developer/Xcode/DerivedData/MyProject-gawkzpgpfjzxbocwccuupzgfxxtr/Build/Products/Debug-iphonesimulator/MyApp.app/Frameworks ->

target: sqlcipher ->

node: /Users/whoami/Library/Developer/Xcode/DerivedData/MyProject-gawkzpgpfjzxbocwccuupzgfxxtr/Build/Products/Debug-iphonesimulator/libsqlcipher.a ->

target sqlcipher: Libtool /Users/whoami/Library/Developer/Xcode/DerivedData/MyProject-gawkzpgpfjzxbocwccuupzgfxxtr/Build/Products/Debug-iphonesimulator/libsqlcipher.a normal x86_64 ->

node: /Users/whoami/Library/Developer/Xcode/DerivedData/MyProject-gawkzpgpfjzxbocwccuupzgfxxtr/Build/Intermediates.noindex/sqlcipher.build/Debug-iphonesimulator/sqlcipher.build/Objects-normal/x86_64/sqlcipher.LinkFileList
idomizrachi-bringg commented 4 years ago

did you find a solution for that ?