Linked Questions
87 questions linked to/from How can I delete derived data in Xcode 8?
28 votes
2 answers
36k views
How can I delete derived data in Xcode 9? [duplicate]
I have installed Xcode 9 today morning. It works fine but I want to understand the way to delete the derived data. Is there any specific way to remove it?
578 votes
92 answers
852k views
Getting error "No such module" using Xcode, but the framework is there
I'm currently coding in Swift, and I've got an error: No such module Social But I don't understand, because the module is in my project, declared in "Linked frameworks and Libraries" and in "...
267 votes
101 answers
811k views
Xcode 10.2.1 Command PhaseScriptExecution failed with a nonzero exit code
Showing Recent Messages:-1: mkdir -p /Users/spritzindia/Library/Developer/Xcode/DerivedData/Contigo-atftiouzrdopcmcpprphpilawwzm/Build/Products/Debug-iphonesimulator/Contigo.app/Frameworks Showing ...
311 votes
27 answers
285k views
OS X Framework Library not loaded: 'Image not found'
I am trying to create a basic OS X Framework, right now I just have a test framework created: TestMacFramework.framework and I'm trying to import it into a brand new OS X Application project. I have ...
638 votes
4 answers
161k views
Can I delete data from the iOS DeviceSupport directory?
After going through and cleaning my disk with old things that I didn't need anymore, I came across the iOS DeviceSupport folder in ~/Library/Developer/Xcode which was taking nearly 20 GB. A similar ...
120 votes
21 answers
104k views
"Warning: unable to build chain to self-signed root for signer" warning in Xcode 9.2
I'm attempting to migrate an Xcode project to another computer. It gives me the warning "Warning: unable to build chain to self-signed root for signer" and when it runs it crashes immediately ...
155 votes
13 answers
51k views
Error : The service is invalid
I am having some problem in installing my app on the iphone as I am constantly getting the following error message The service is invalid Please check your setup and try again (0XE8000022) ...
61 votes
16 answers
38k views
Xcode quits unexpectedly every time I open my project
After opening xcode, when I open my current project, it's showing a warning like "xcode quit unexpectedly" with 3 options: "Ignore", "Report" and "Reopen". When ...
80 votes
11 answers
76k views
file was built for archive which is not the architecture being linked (i386)
I got to build static library. I want to use in my iPhone and ipad app. When I try to run the simulator I get linking errrors. I am new to iOS development. kindly help; ld: warning: ignoring file /...
32 votes
10 answers
23k views
"config.h" file not found in iOS project of React native
In X-Code project of react native, getting error config.h file not found. Here is version detail : react-native-cli: 2.0.1 react-native: 0.51.0 How to solve it?
39 votes
10 answers
20k views
Playground Import: No Such Module 'Foo'
I've diligently followed the Apple instructions to import a custom module into a playground, including the instructions here. And yet I get: Playground execution failed: /var/folders/z3/...
37 votes
14 answers
19k views
Xcode won't pause at this breakpoint because it has not been resolved
Shortly after updating to Xcode 13.2.1 I started seeing some weird behaviour of breakpoints. When I run an app (in a simulator) some of my breakpoints change their look and turn to dotted blue ...
20 votes
11 answers
39k views
Firebase Module install on ios
I followed all instructions for integrating the new firebase release on ios: I downloaded the file GoogleService-Info.plist and include it in the project. I installed the framework with cocoapods The ...
40 votes
3 answers
48k views
Invalid bitcode signature on xcode [duplicate]
After updating Xcode to version 8.3 I'm getting this error: error: Invalid bitcode signature clang: error: linker command failed with exit code 1 (use -v to see invocation) Bitcode is not even ...
29 votes
6 answers
34k views
iOS : Could not build module <framework-name>
I've got Library from another team. I'm trying to use library in our project and while do so getting an error Could not build module 'Common Library' (name of framework) Below are solutions that I ...