Search results for

“Xcode”

93,786 results found

Post

Replies

Boosts

Views

Activity

Keep Xcode 7
I want to install Xcode 8 and have that be the default thing in Applications, but due to a bug in ibtool with Xcode 8 one of my projects can't build with Xcode 8. If I simply rename Xcode.app to Xcode7.app and then let app store install Xcode 8, will I have any issues when I switch between the two? Will I need to do anything with xcode-select or can I just run whichever I want at the time?
1
0
297
Sep ’16
Xcode
I'm trying to build my first project in Xcode and am having problems getting things to drag from the objects to my project. Every time I try to drag, it will not stay where I put it. This also happens when I'm trying to drag a button, etc. I've read some things about auto layout, but I'm still confused. I'm following along with tutorials and none of them touch on the specific problem. PLEASE HELP!!
2
0
205
Mar ’16
Could I be using Xcode?
I'm newer to programming, just finished developing a browser-based game using the HTML canvas element and Javascript. In the future I'm planning to dive into C++. I have used Visual Studio Express but am currently using Vim out of my Terminal to code and deploying to Safari.My question is could I be using Xcode? It seems like such a wonderful IDE but it also seems like HTML and JS are beneath it. When I'm learning C++ this summer, would Xcode be a good environment to manage my exercises and experiments? If so I'd like to start getting used to it now, with a language I know-ish rather than spread my learning over multiple topics (Xcode, C++, raising children..)
4
0
541
Apr ’17
Xcode Disappears
Hi Devs, Hope you are all doing well. When I try to click on Clone from git repo button on the Xcode home page the Xcode is disappearing automatically. I tried to re-install the application and I also restarted the system and nothing has worked so far. When I click on create new project or open existing project it is working completely fine and the only issue is with Clone from git repo button. Can any please help me with this issue. Thanks in advance
0
0
782
Mar ’24
Reply to Rotate View around an other View SwiftUI
I tested your code and it works perfectly. The orange triangle is not always at the same distance, but it turns all around. Tested with Xcode 13.0ß5 iPhone 12 Pro Max - iOS 15.0 simulator. Here are some screen shots: So, what is the problem ? Is it the distance to the circle ? Replacing offset .offset(x: 0, y: -170) with .offset(x: 0, y: -220) keeps equal distance. Then you will have to adapt path to stick to the circle. To get in radians, just replace .rotationEffect(.degrees: degrees) , … by .rotationEffect(.radians(someradValue), …
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’21
is it true that xcode 15 apps won't compile in xcode 16?
our new developer told us that since our app was developed using xcode 15 it won't compile anymore in xcode 16 and that we need to rebuild the entire app since apple will remove xcode 15. I'm just here to know if this is correct since I find it difficult to understand why apple would want to make your app obsolete and force you to re-create it because of an update
4
0
1.4k
Aug ’24
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.7k
Jun ’22
“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
Keep Xcode 7
I want to install Xcode 8 and have that be the default thing in Applications, but due to a bug in ibtool with Xcode 8 one of my projects can't build with Xcode 8. If I simply rename Xcode.app to Xcode7.app and then let app store install Xcode 8, will I have any issues when I switch between the two? Will I need to do anything with xcode-select or can I just run whichever I want at the time?
Replies
1
Boosts
0
Views
297
Activity
Sep ’16
Xcode problem
In Xcode 12.3 , the text of stdio.h file not found is displayed. How to solve this problem?
Replies
0
Boosts
0
Views
279
Activity
Dec ’20
Xcode cloud
Hey guys I’m getting an iMac for the first time will this iMac be compatible with Xcode Cloud it will be a late 2014 model?
Replies
1
Boosts
0
Views
847
Activity
Jan ’22
Xcode
I'm trying to build my first project in Xcode and am having problems getting things to drag from the objects to my project. Every time I try to drag, it will not stay where I put it. This also happens when I'm trying to drag a button, etc. I've read some things about auto layout, but I'm still confused. I'm following along with tutorials and none of them touch on the specific problem. PLEASE HELP!!
Replies
2
Boosts
0
Views
205
Activity
Mar ’16
How to remove a project from XCode?
I created a new XCode project and did some initial exploration of XCode. Once done, I deleted the source code from the Mac using Finder. How do I remove this Hello World project shown in the XCode?
Replies
1
Boosts
0
Views
755
Activity
Jul ’24
Could I be using Xcode?
I'm newer to programming, just finished developing a browser-based game using the HTML canvas element and Javascript. In the future I'm planning to dive into C++. I have used Visual Studio Express but am currently using Vim out of my Terminal to code and deploying to Safari.My question is could I be using Xcode? It seems like such a wonderful IDE but it also seems like HTML and JS are beneath it. When I'm learning C++ this summer, would Xcode be a good environment to manage my exercises and experiments? If so I'd like to start getting used to it now, with a language I know-ish rather than spread my learning over multiple topics (Xcode, C++, raising children..)
Replies
4
Boosts
0
Views
541
Activity
Apr ’17
Xcode Disappears
Hi Devs, Hope you are all doing well. When I try to click on Clone from git repo button on the Xcode home page the Xcode is disappearing automatically. I tried to re-install the application and I also restarted the system and nothing has worked so far. When I click on create new project or open existing project it is working completely fine and the only issue is with Clone from git repo button. Can any please help me with this issue. Thanks in advance
Replies
0
Boosts
0
Views
782
Activity
Mar ’24
Xcode 8 and Autolayout
Hi Team,I downloaded XCode 8 Beta version. I was not using Autolayout in my project. But when I opened the existing project in XCode 8, the UI got misaligned in Storyboard. Is Autolayout a mandate from IOS 10, XCode 8?
Replies
1
Boosts
0
Views
1.4k
Activity
Jun ’16
Reply to Rotate View around an other View SwiftUI
I tested your code and it works perfectly. The orange triangle is not always at the same distance, but it turns all around. Tested with Xcode 13.0ß5 iPhone 12 Pro Max - iOS 15.0 simulator. Here are some screen shots: So, what is the problem ? Is it the distance to the circle ? Replacing offset .offset(x: 0, y: -170) with .offset(x: 0, y: -220) keeps equal distance. Then you will have to adapt path to stick to the circle. To get in radians, just replace .rotationEffect(.degrees: degrees) , … by .rotationEffect(.radians(someradValue), …
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’21
Xcode bug
http://forums.developer.apple.com/xcode not opencan show iphone in itunesxcode openiphone disappear in itunesios 13.4.1mac10.15.4
Replies
2
Boosts
0
Views
326
Activity
May ’20
Xcode 13
Hi, Whenever I am extracting Xcode 13 beta 1, it gets stuck at the end. Has anyone else had this issue?
Replies
0
Boosts
0
Views
426
Activity
Jun ’21
Python on Xcode
HiIs it possible to program Python in Xcode ? and haw about HTML, CSS, JavaScript ?--Kindest Regards
Replies
2
Boosts
0
Views
950
Activity
May ’20
is it true that xcode 15 apps won't compile in xcode 16?
our new developer told us that since our app was developed using xcode 15 it won't compile anymore in xcode 16 and that we need to rebuild the entire app since apple will remove xcode 15. I'm just here to know if this is correct since I find it difficult to understand why apple would want to make your app obsolete and force you to re-create it because of an update
Replies
4
Boosts
0
Views
1.4k
Activity
Aug ’24
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
Replies
1
Boosts
0
Views
1.7k
Activity
Jun ’22
“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.
Replies
3
Boosts
0
Views
1.1k
Activity
Oct ’15