Hi All,
Xcode: Version 12.2 (12B45b)
Language: Swift Version. 5.0
Development: iOS app
How to fix developer workspace path informations that get appended into our IPA File.
Issue:
The following information is displaying when you run "strings yourappname | grep Users" for specific files only.
/Users/XXXXXXXXX/Documents/workspace/iOS/
Steps to reproduce:) Archive your application using XCode
) go to Archive file and - Show Package Contents
) go to Products - Application folder
) Click on your application and - Show Package Contents
) Open your terminal and navigate to the folder from above.
) run following cmd: strings yourappname | grep Users
Note: Only some of the files paths are showing up with local workspace information when we run strings yourappname | grep Users
I would appreciate it if any came across this issue and have a solution.