Installation Failed “Invalid argument” when trying to run Today application extension

前端 未结 11 1227
隐瞒了意图╮
隐瞒了意图╮ 2020-12-05 02:14

I added a vanilla Today Application Extension and run with the new scheme created by XCode.
After it finishes building (\"Build Succeeded\" pops up), it failed straight

11条回答
  •  庸人自扰
    2020-12-05 02:46

    Try this:

    1. Quit Xcode
    2. Clean out ~/Library/Developer/Xcode/DerivedData manually
    3. rm -rf "$(getconf DARWIN_USER_CACHE_DIR)/org.llvm.clang/ModuleCache"
    4. iOS Simulator > Reset Content and Settings

提交回复
热议问题