I need to modify certain build settings during build time through scheme pre build action.. So how can I change the value of build settings variables such as Prefix header path or Provisioning Profile name from scheme build pre action.
            Asked
            
        
        
            Active
            
        
            Viewed 686 times
        
    4
            
            
        - 
                    I have a similar problem and the way I solved it is to store my variables in the `Info.plist` file which can be manipulated using `/usr/libexec/PlistBuddy`. – pietro909 Dec 11 '17 at 13:58
