Search code examples
iosxcodecocoapodsios-simulatorosx-chameleon

XCode Cocoapods ChameleonFramework : No such file or directory


I am unable to run my app on the Simulator, getting the below error

error: ....Build/Products/Debug-iphonesimulator/ChameleonFramework.framework: No such file or directory

Below is my pod file

pod 'Firebase'
pod 'Firebase/Auth'
pod 'Firebase/Crash'
pod 'Firebase/Database'
pod 'SVProgressHUD'
pod 'ChameleonFramework'

I am new to Xcode and I am unable to figure out what went wrong and how to resolve this.


Solution

  • This solved the issue Go to Project Settings -> Build Phases -> Embed Frameworks -> Removed Chameleon Framework.

    Reference : PBXCp Error..Storyboard: No such file or directory

    Look for the comment by the user 'brimstone'