Before asking I was looking at this question, I tried everything, but without success.
I'm trying to create a private cocoapods library, but keep getting this error.
Showing All Messages
Cycle inside Subscriptions_Tests; building could produce unreliable results.
Cycle details:
→ Target 'Subscriptions_Tests': CodeSign /Users/username/Library/Developer/Xcode/DerivedData/Subscriptions-dgxcyjrhborvtecmhutfjvyewrdg/Build/Products/Debug-iphoneos/Subscriptions_Example.app
○ Target 'Subscriptions_Tests': CodeSign /Users/username/Library/Developer/Xcode/DerivedData/Subscriptions-dgxcyjrhborvtecmhutfjvyewrdg/Build/Products/Debug-iphoneos/Subscriptions_Example.app
What i've tried so far?
- In
Build Phases
tried to moveCopy Bundle Resources
above all others -> No success (This answer) - Tried to update
CocoaPods
, removeDerived Data
-> No success (This answer) - Tried to
Clean Build Folder
-> No success (This answer) - Tried to disable / re-enable
Enable Modules (C and Objective-C)
-> No success (This answer) - Tried this question, which seems that the user is facing pretty much the same issue, but i'm not using Carthage, so it's irrelevant.