Install
openclaw skills install xcodeAvoid common Xcode mistakes — signing issues, build settings traps, and cache corruption fixes.
openclaw skills install xcode~/Library/Developer/Xcode/DerivedDataxcodebuild clean not enough — sometimes must delete DerivedData manually$(inherited) to append not replace — forgetting it removes parent settingsSWIFT_ACTIVE_COMPILATION_CONDITIONS for Swift flags — not OTHER_SWIFT_FLAGSGCC_PREPROCESSOR_DEFINITIONS for Obj-C — add to existing, don't replaceSKIP_INSTALL = YES for frameworks — or archive includes them incorrectlyinstall uses Podfile.lock, update ignores itxcrun simctl shutdown all, then xcrun simctl erase allxcodebuild -showBuildSettings to debug — see resolved values-allowProvisioningUpdates for CI with auto-signing — needs keychain access-destination must be exact — platform=iOS Simulator,name=iPhone 15xcrun altool deprecated — use xcrun notarytool for notarization