Questions tagged [deriveddata]

17 questions
125
votes
9 answers

How to get .app file of a xcode application

I have created an xcode project. Now I want to give .app file to my friend to use that application. From where do I get this file? How to install this .app file in his Applications folder using an installer package?
Shakti
  • 1,889
  • 4
  • 18
  • 29
42
votes
2 answers

What can I delete from ~/Library/Developer/Xcode folder?

My ~/Library/Developer/Xcode folder is over 17 gigs in size. As I work in virtual machine (Parallels 12) with a 64 gig limit in total virtual disk size, I need to recover some disk space. Amongst the folders such…
Basil Bourque
  • 303,325
  • 100
  • 852
  • 1,154
9
votes
2 answers

Difference between cleaning and deleting the DerivedData folder

What is the actual difference between both these actions? I ask because I find cleaning (Cmd-Shift-K) a slow, time taking process, and deleting the whole DerivedData folder much more faster. More Info 1) I have set my DerivedData folder to be in a…
3
votes
3 answers

core data derivation expression key path uses an operator as an intermediate component

I'm trying to write the derivation expression for the sum of a to many relationship attribute. I have an item and a group, the item has a price and total price (amount * price). I want to write an expression for the total price for the group as the…
zombie
  • 5,069
  • 3
  • 25
  • 54
3
votes
1 answer

Should we stop index file of spotlight for `DerivedData`

DerivedData always big and change. Index this folder looks not help not so much since it's template file. every time indexing kind of slow for every edit & debug circle. Always see it's indexing in Xcode progress bar.
JerryZhou
  • 4,566
  • 3
  • 37
  • 60
2
votes
0 answers

Getting 'Multiple commands produce' error with duplicate output file warning in Xcode 13.0

I am getting below multiple commands produce error while running the application in Xcode 13.0. Multiple commands produce…
Asif Raza
  • 836
  • 12
  • 29
2
votes
1 answer

How do I stop a 'signature mismatch' error from a module file under DerivedData in XCode?

We have an iOS project that, when built with XCode 12.5, will error with something similar the following: Module file '/Users/revolt/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/J3JDK8UPXZ4K/Foundation-39SXNSRMYWPGZ.pcm' is out of date…
JimmyDeemo
  • 313
  • 1
  • 15
2
votes
2 answers

Where can I find the xcresult logs from my application in an Xcode UI Test?

On running a UI Test, I can see the .xcresult file generated in ~/Library/Developer/Xcode/DerivedData. I have some NSLogs in my application that I need to display as well. Does anyone know where is the path to get the application log or xcresult…
gran_profaci
  • 8,087
  • 15
  • 66
  • 99
2
votes
0 answers

Cannot launch simulated executable: no file found

I'm running into an error when trying to run simulator: Cannot launch simulated executable: no file found at…
SwiftyJD
  • 5,257
  • 7
  • 41
  • 92
2
votes
1 answer

Should I have a DerivedData folder for each git branch?

I often switch branches and compile my project, and I have a git worktree so I have work on two branches at the same time (ex: current code and PR review). However, Xcode is currently setup to use one DerivedData location. Would it be better to…
Michael Ozeryansky
  • 7,204
  • 4
  • 49
  • 61
1
vote
0 answers

Info.plist not copied to DerivedData causes compilation error in Xcode

I have a problem that cropped up quite recently with a project that has otherwise compiled and built just fine for over a year. The error I receive is this: Showing All Issues Unable to load contents of file list:…
bleeckerj
  • 554
  • 7
  • 18
1
vote
2 answers

Unknown folder generated in Derived data

I have a project which was working fine till I was working on my older MacBook. I am now working on new MacBook and the same project gives me build error. My friend also works on the new MacBook with same configuration and os but he is able to build…
Ank
  • 514
  • 1
  • 5
  • 19
0
votes
1 answer

Xcode 13.4.1 build error. Multiple commands produce '/Volumes/workspace/DerivedData/

I'm trying to build one project after 7 months but continuously getting these errors. I tried, Delete derived data, clean build but still same error Tried to change workspace settings - New Build system
Sunil Targe
  • 7,251
  • 5
  • 49
  • 80
0
votes
2 answers

Build input file cannot be found in Xcode 12.5.1

I am using m1 mac machine, Now I am getting the below error. Tried: I have added erm64 and x86_64 in the Excluded Architechtures. But still it fails with the below error. If I change the Build System to New Legacy Build(Deprecated) it not…
sejn
  • 2,040
  • 6
  • 28
  • 82
0
votes
0 answers

35 duplicate symbols for architecture x86_64 clang: error: linker command failed with exit code 1

I'm so frustrated... just cannot fix the error I mentioned in the title. What I tried: Cleaned Build Folder multiple times Deleted Derived Data multiple times Yes, I open the Workspace (not Project) changing 'No Common Blocks' from Yes to No pod…
1
2