Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cocoapods: Not enough arguments provided; where is the input document to operate on?

My simple cocoapod project has only 4 files (3 classes and 1 storyboard):

enter image description here

But I permanently have an issue like on the image below:

enter image description here

Not enough arguments provided; where is the inout document to operate on?

What to do to eliminate it?

like image 260
Bartłomiej Semańczyk Avatar asked Sep 27 '16 12:09

Bartłomiej Semańczyk


2 Answers

Remove PhotoGallery.storyboard file from the Compile Sources build phase and add to Copy Bundle Resources phase.

like image 147
ares777 Avatar answered Nov 16 '22 23:11

ares777


Remove PhotoGallery.storyboard file from Classes folder and move it to Assets folder. This solved my problem.

like image 42
Sagar Desai Avatar answered Nov 17 '22 00:11

Sagar Desai