skip to Main Content

enter image description here

I tried Cleaning the project , deleted Derived Data, Reinstall pod , Restart my mac but don’t seem to understand whats the problem

2

Answers


  1. This is working for me. I think you have problem with your pod mylifeFilms. Update pod using the terminal. Follow the below steps:

    1. Open Terminal
    2. Navigate to your Project Path
    3. Type pod update in terminal
    4. Then clean project folder
    Login or Signup to reply.
  2. There are billion answers for similiar questions here. You can do

    cmd + opt + shift + k // for cleaning
    
    pod update // for your framework update via command line
    

    Also You don`t need to restart your mac. Xcode restarting is enough and still legal.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search