Search results for

Xcode

92,322 results found

Post

Replies

Boosts

Views

Activity

“Xcode-beta.app” is damaged and can’t be opened. (Xcode 7.1 beta 3)
Just downloaded Xcode from https://developer.apple.com/xcode/download/ and I get this error. It won't start up.Deleted it and downloaded again to be sure. Got the same DMG file:MD5 (Xcode_7.1_beta_3.dmg) = 5498cdd8f4efb921295c6af4134d3b44I tried verifying on the command line.% spctl --assess --continue --verbose /Applications/Xcode-beta.app/Applications/Xcode-beta.app: a sealed resource is missing or invalidBut, on the other hand,% codesign -v --verbose /Applications/Xcode-beta.app/Applications/Xcode-beta.app: valid on disk/Applications/Xcode-beta.app: satisfies its Designated RequirementI just upgraded to MacOS 10.11 today, if that matters.
3
0
1.1k
Oct ’15
Xcode Cloud: How to configure Xcode for both local and remote dependencies?
The Situation Our SwiftUI project uses three Swift packages (hosted on GitHub in private repositories): a custom UIKit package a custom BackendKit package a custom ApplicationKit package From the filesystem perspective it looks like this: OurApplication/ CustomUIKitPackage/ CustomBackendKitPackage/ CustomApplicationKitPackage/ I added all three packages as local dependencies (because we need to edit them constantly) by dragging their folders into the project workspace. In the Xcode project navigator they are now under a Packages group. I also added remote dependencies for all three packages to the Xcode project by using their git@github.com:... URL. Access to these three private repos are already granted. The Problem With this configuration I can work on the project and on all three packages as well. I can make changes, run tests, all the stuff - No problem. Triggering an Xcode Cloud build it will always fail saying something weird of: an out-of-date resolved file was detected at /V
1
0
1.6k
Jun ’22
xcode problem
Hello.I haven't used xcode for about a year and have updated my MacOs in the meantime (I think xcode has also been updated). I just tried to build a project that worked fine last year, only to get an error Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool failed with exit code 255Please can someone tell me what to do?Many thanksDavid C
2
0
406
Dec ’17
tvOS removed from Xcode after any refresh of Xcode
I'm using Xcode 14.2 and installing the tvOS simulator 16.1. After installation I am able to see a preview of the app when developing with SwiftUI. However, if the computer goes to sleep, when it wakes up Xcode will indicate in the preview pane that tvOS 16.1 Not Installed. In the Xcode settings dialog, under the Platforms list, tvOS 16.1 Simulator is shown as installed but another line shows tvOS 16.1 as not downloaded with the GET button available to download it. If I GET the tvOS 16.1, when the download completes Xcode complains that there is already a duplicate installed and the preview pane still shows that tvOS 16.1 Not Installed. If I first delete the tvOS 16.1 Simulator from the platforms list (the one that looks OK) and then download tvOS 16.1, the installation works and I can see the preview of my app again. Until the next time the computer sleeps. Then I have to repeat the download and installation again. On a side note, waking from sleep seems to take this compu
0
0
748
Mar ’23
Framework built with Xcode 15.4 giving error on Xcode 16.2
I have my main app that connect to multiple internal modules. These modules are built with Xcode 15.4 on Jenkins. If I use these modules as xcframework in main app and try to build main app with Xcode 16.2 it will give error. Framework built with older version of Swift. I thought we have ABI stability with new Xcode versions. Any idea what can be issue?
3
0
133
Apr ’25
Reply to Frequence max my CPU process
I'm seeing the exact same thing.When I switch between source files using the project manager one core of the CPU may go to 100% and Xcode will freeze for anything from 5 seconds to about a minute. If I try to continue after this has happened a couple of times then Xcode will lock up completely with one core at 100% and I'll have to Force Quit.In version 7.0 this was happening when I switched between Interface Builder and source code. In 7.1 it started happening when I switched between source code files, and now in 7.1.1 it's happening even more frequently - perhaps every third or fourth time I switch files - plus I've just had one occasion where Xcode locked up when I wasn't actively using it.Xcode 7.1.1, OS X 10.10.5 on a late 2013 RMBP 15.
Nov ’15
Reply to GateKeeper rejects my app in 10.11.4, which was working fine until 10.11.3
Nested=MacOS/libcgunwind.1.0.dylibThis seems weird. First, are you sure you need a custom unwind library? Was that put there by your development environment? What development environment are you using?Second, libraries don’t belong in Contents/MacOS, they belong in Contents/Frameworks. See Table 3 of Technote 2206 OS X Code Signing In Depth. Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Privacy & Security SubTopic: General Tags:
Jun ’16
Xcode 12.5 and Xcode 13 beta 4
I have both Xcode 12.5 and 13 beta4 installed on same machine after installed 13 beta 4, cannot edit schema-> import GPS on Xcode 12.5. not even when I create a new project with 12.5. the import dialog does appear, however, the gps file are grayed and they cannot be selected with the open/import dialog box. those gps already installed are also gone and that's how I find out. again, this is not per project, I tried to create a new projects and hit the same issue. on the other hand, this feature is ok on the 13 beta 4 side.
1
0
506
Aug ’21
XCode (not Xcode Server) on a mac server
I'd like to install XCode on a mac server for iOS app development. I have a macbook pro, not a mac server. Here is how I want to set up. I work from a remote location. I want to have a mac server in our server room and install NuoRDS Terminal Server and user Windows Remote Desktop client to access it from a Windows computer. (The reason I will be using Windows computer to acces the mac server and once this set up is completed, I will not have the mac book pro.)So, my question is can I install XCode on a mac server for iOS developement?Thanks.
0
0
497
May ’17