Changes between Initial Version and Version 1 of Ticket #52300


Ignore:
Timestamp:
Sep 21, 2016, 5:33:52 PM (8 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52300

    • Property Owner changed from macports-tickets@… to emer@…
    • Property Version changed from 2.3.4 to
    • Property Summary changed from iTerm2 fails to build on OS X 10.12 (sierra) to iTerm2 @3.0.5: Sierra/Xcode 8 reject "Don't Code Sign" dummy identity
    • Property Port iTerm2 added
  • Ticket #52300 – Description

    initial v1  
    22
    33The error in the build is as follows:
    4 
     4{{{
    55=== BUILD TARGET SSKeychain OF PROJECT iTerm2 WITH CONFIGURATION Deployment ===
    66
     
    1616
    1717** BUILD FAILED **
    18 
    19 
    20 
    21 
     18}}}
    2219
    2320The fix, in the file ./iTerm2.xcodeproj/project.pbxproj,  is to replace the lines reading
    24      CODE_SIGN_IDENTITY = "Don't Code Sign";
     21{{{
     22CODE_SIGN_IDENTITY = "Don't Code Sign";
     23}}}
    2524with
    26     CODE_SIGN_IDENTITY = "";
     25{{{
     26CODE_SIGN_IDENTITY = "";
     27}}}