Warning: Declaration of Bootstrap_Walker_Nav_Menu::start_lvl(&$output, $depth) should be compatible with Walker_Nav_Menu::start_lvl(&$output, $depth = 0, $args = Array) in /homepages/10/d412081534/htdocs/clickandbuilds/WordPress/wordpress/wp-content/themes/stanleywp/functions/function-extras.php on line 61
iOS 8 Beta 3 – CocoaPods issue workaround | buildpath.de

iOS 8 Beta 3 – CocoaPods issue workaround

Today I updated to Beta 3 of iOS and OSX. After that I got some compile errors:

  • Syntax changes
  • API changes
  • Strange error belonging cocoapods
 Error after update
/[PATH_TO_PROJECT]/all-product-headers.yaml:4:13: error: Could not find closing ]!
  'roots': [
            ^
fatal error: invalid virtual filesystem overlay file '/[PATH_TO_PROJECT]/all-product-headers.yaml'
1 error generated.

 

How to fix
  1. Navigate in Finder to /[PATH_TO_PROJECT]/all-product-headers.yaml
  2. Replace the content with the next code block
  3. Lock the file by the file information dialog (afterwards the file should look like the image)
  4. Ignore compile errors in pod projects

 

Locked File

Locked File

{
  'version': 0,
  'case-sensitive': 'false',
  'roots': [
  ]
}

 

Share Button

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>