Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 8 Warning: no rule to process file of type net.daringfireball.markdown for architecture x86_64

I get the above warning in Xcode 8 for a CHANGELOG.md file in my cocoapod source. How do I clear it?

like image 350
Justin Vallely Avatar asked Sep 12 '16 19:09

Justin Vallely


1 Answers

  1. Select Project Navigator
  2. Select your project
  3. Select your target
  4. Select Build Phases
  5. Move files (in this case, CHANGLELOG.md) that you don't want the compiler to process from Compile Sources to Copy Bundle Resources
like image 88
Justin Vallely Avatar answered Nov 19 '22 21:11

Justin Vallely