I'm currently fighting with #xcode (16.3) the latest #ios18 (18.4) sdk. Whenever I try to install it, I run into an error:
“(-67061 invalid signature (code or signature have been modified)”
When trying to re-install using the command line, it seems to take a file from the cache and run into the same error again. Any idea on how to fix this? How can I empty the cache or force the system to re-download that file? Where could it be located?
The solution was to export the sdk on a second machine using "xcodebuild -downloadPlatform iOS -exportPath .”. Then move that file over to the other machine and import it there using "xcrun simctl runtime add <file>“ #xcode #ios18