File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,6 +232,22 @@ This error may appear after execution of `npm run pod-install`. In this case you
2322321 . cd to ` Mobile-Expensify/ios `
2332332 . run ` pod repo remove trunk `
234234
235+ ### Error: ` Build service could not create build operation `
236+ This might also appear when trying to clean build folder.
237+ 1 . Manually clean ` rm -rf ~/Library/Developer/Xcode/DerivedData `
238+ 2 . Quit XCode and macOS build services:
239+ 1 . Close XCode
240+ 2 . ` sudo pkill -9 -f xcodebuild `
241+ 3 . ` sudo pkill -9 -f XCBBuildService `
242+ 4 . ` sudo pkill -9 -f com.apple.dt.Xcode `
243+ 5 . Restart XCode
244+ 3 . Further cleaning:
245+ 1 . ` rm -rf ~/Library/Developer/Xcode/ModuleCache.noindex `
246+ 2 . ` rm -rf ~/Library/Caches/com.apple.dt.Xcode `
247+ 3 . ` rm -rf NewExpensify.xcodeproj/project.xcworkspace/xcuserdata `
248+ 4 . ` rm -rf NewExpensify.xcodeproj/project.xcworkspace/xcshareddata `
249+ 4 . Restart your Mac
250+
235251### How to build a ` release ` iOS app?
236252If you'd like to build HybridApp in ` release ` configuration, the best way to do it is to:
2372531 . open XCode
You can’t perform that action at this time.
0 commit comments