From this page, https://developer.apple.com/forums/thread/663271 I want to run this command: codesign -d --entitlements :- /path/to/your.app | grep -A 1 "com.apple.developer.networking.multicast"
but I can’t find /path/to/your.app
in my computer. Where can I find .app file?
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
Check the below path.
That depends on how you compiled it, I’d generate an archive then you can open the archive and see the compiled .app
Or you could compile from terminal with xcodebuild then it’ll be under
build