Posts

Post not yet marked as solved
5 Replies
1.7k Views
Hello, I've installed macOS 12 beta to try some stuff and I'm running Xcode 12.5 under Rosetta for some projects and at the moment I can't compile my project. I get this error while compiling: /* com.apple.actool.errors */ /Users/dimillian/Documents/dev/redacted/Packages/SharedUI/Sources/SharedUI/Resources/SharedUI.xcassets: error: Failed to launch IBCocoaTouchImageCatalogTool via CoreSimulator spawn Underlying Errors: Description: Failed to handshake with platform tool Failure Reason: Failed to open connection over FIFOs with platform tool Underlying Errors: Description: Recovery Suggestion: Try restarting your computer Underlying Errors: Description: Failed to open FIFOs for handshaking with platform tool Failure Reason: IBCocoaTouchImageCatalogTool exited before we could handshake /* com.apple.actool.compilation-results */ /Users/dimillian/Library/Developer/Xcode/DerivedData/redacted-hkncrybiuctsrcfwrlkycwamkzmm/Build/Intermediates.noindex/SharedUI.build/debug-hatch-iphonesimulator/SharedUI_SharedUI.build/assetcatalog_generated_info.plist
Posted Last updated
.
Post not yet marked as solved
0 Replies
380 Views
So until I switched back to the old build system in my workspace settings, I was unable to see symbols in intrument.And looking at the Files -> Symbols window, it seems like Instrument can't locate my DSYM. Even if they physically exist on disk, and I manually point to them, it won't accept it. I switched back to the old build system, and now when I build for profiling, my calls tree get the symbols right. Any other in the same situation?
Posted Last updated
.