Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installation Failed "Invalid argument" when trying to run Today application extension

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 away with this error:

Installation Failed
Invalid argument

I've been trying to find answers for 6 hours now, no luck so far. Please help!

like image 307
foct Avatar asked Nov 20 '14 10:11

foct


2 Answers

Check if the Bundle Identifier isn't empty in the Info.plist

like image 51
AtzeAckermann Avatar answered Oct 31 '22 10:10

AtzeAckermann


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
like image 39
user3719188 Avatar answered Oct 31 '22 10:10

user3719188