Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
I ended up creating a file and write the log in it.
I found this answer in stack.
Run the preaction a couple of times and you will see "prebuild.log" file in the project directory in finder - every echo will be written there. Good luck.
View -> Navigators -> Reports (Cmd + 9) -> local tab
Pre actions are at the beginning. Then you must click on this little funny icon on the right side of the screen.
Scroll down and there it is 🙂