Changes between Version 2 and Version 3 of Ticket #66118, comment 8


Ignore:
Timestamp:
Nov 1, 2022, 6:55:53 AM (18 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66118, comment 8

    v2 v3  
    3939}}}
    4040
    41 But if I build it using macports (sudo port install texshop) I get weird errors in the log file:
     41But if I build it using macports (`sudo port install texshop`) I get weird errors in the log file:
    4242{{{
    4343:info:build 2022-10-31 21:21:56.450 xcodebuild[3218:50395] [MT] IDELogStore: Failed to open Build log store: Error Domain=IDEFoundationErrorDomain Code=1 "Unable to create log store directory at '/opt/local/var/macports/home/Library/Developer/Xcode/DerivedData/TeXShop-alabyoqoygcuerfcddjvyedxupgi/Logs/Build': (513) You don’t have permission to save the file “Build” in the folder “Logs”." UserInfo={NSLocalizedDescription=Unable to create log store directory at '/opt/local/var/macports/home/Library/Developer/Xcode/DerivedData/TeXShop-alabyoqoygcuerfcddjvyedxupgi/Logs/Build': (513) You don’t have permission to save the file “Build” in the folder “Logs”.}. User info: {
     
    4646}}}
    4747
    48 Basically xcode cannot write anything insode /opt/local/var/macports/home/Library/Developer/Xcode/DerivedData/. Note that to get the manual build to succeed I used sudo -u macports.
     48Basically xcode cannot write anything insode /opt/local/var/macports/home/Library/Developer/Xcode/DerivedData/. Note that to get the manual build to succeed I used `sudo -u macports`.
    4949Tried also to delete the whole /opt/local/var/macports/home/Library/ and have it re-created by xcode with no luck.
    5050