7

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?

Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
  • You can get the correct answer at there: https://github.com/CocoaPods/CocoaPods/issues/4422#event-442170157 – minbaba Aug 13 '17 at 15:27

2 Answers2

19

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

ares777
  • 3,590
  • 1
  • 22
  • 23
3

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

Sagar Desai
  • 347
  • 1
  • 3
  • 11