Search results for

Xcode

92,321 results found

Post

Replies

Boosts

Views

Activity

Can't distribute app with Xcode 12 or Xcode 11.6
I have an existing app with a target of iOS 13.2. After upgrading to MacOS 11.0 Big Sur, I can't distribute the app using Xcode 11.6 or Xcode 12. When I attempt to distribute with Xcode 11.6, I get this error: https://developer.apple.com/forums/thread/650438 When I try to distribute using Xcode 12, I get these errors: App Store Connect Operation Error. Communication error. Please use diagnostic mode to check connectivity. You need to have outbound access to TCP port 443. App Store Connect Operation Error. An exception has occurred: java.security.DigestException: partial digests not returned App Store Connect Operation Error. Could not connect to Apple's web service. When I export to distribute manually using Transporter, I get an Invalid toolchain error. Any help would be appreciated ...
3
0
3.8k
Jul ’20
Did Xcode 8 betas corrupt links to my Xcode 7 docsets?
I'm running El Capitan/Xcode 7.3.1, but have been downloading Xcode 8 betas with some regularity. Sometime recently, Xcode 7 has lost track of the local docsets and goes out to Apple's site anytime I use documentation. I notice that Xcode 7's info.plist references an Apple URL in Imported Type UTIs, for docsets, but I'm not brave enough to start editing that file to point to something local. When I look at older Xcodes, their Info.plist files look very different, so I haven't been able to do an apples to apples comparison. Any suggestions or pointers? (I can't upgrade to Sierra, since I have an important Fujitsu ScanSnap project in the works, and it's incompatible with Sierra.)
0
0
180
Oct ’16
XCode 14.3.x and XCode 15 Beta Hangs On Compiling
We have a 7-year old codebase that uses a mix of frameworks including Rx and Firebase through Cocoapods. The compilation works fine up to XCode 14.2 but for some unknown reason the compilation just stuck / hang on XCode 14.3.x and XCode 15. There are several warnings in the codebase but the compiler does not output any error. Which is why we don't know what the exact issue(s) is/are. What's the change in XCode 14.3.x that could be causing this issue? If anyone has an idea on possible fix, willing to try it out.
2
0
1.5k
Jun ’23
How to End Xcode Cloud
I've been really happy with Xcode Cloud, but as a single developer with a very simple app, I cannot justify the upcoming paid service. I have two apps with minimal amount of work going on for the one that I used to test Xcode Cloud. Two questions: What do I need to do with my Xcode project to successfully disable Xcode cloud? What is the correct approach to disable the upcoming billing for Xcode cloud? Thanks for any pointers.
0
0
813
Oct ’23
XCode Cloud invalid Xcode version "Release"
Hi there, it seems like the Latest Release option for Xcode Cloud's environment settings has rev'd to 16.2 (16C5032) (since yesterday?) but is causing Mac Catalyst archives to fail with the error This bundle is invalid. Apple is not currently accepting applications built with this version of Xcode. iOS and tvOS builds are archiving as expected, but this is blocking my deployment. I would have expected Latest Release to always result in a version that is accepted for deployment - am I doing something wrong? My settings for my deployment workflow are below:
3
0
747
Dec ’24
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
296
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
204
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
533
Apr ’17
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
How is Xcode 7 compared to Xcode 6
Hi - I'm mid development on multiple projects rightnow and would like to avoid destabilizing my toolchain very badly. Been browsing the forums... I am getting the impression that Xcode 7 has some usability problems rightnow. Is that accurate, or am I reading too much into the forum topics? Would very much appreciate if someone give me some insights?thanks,cg
3
0
337
Sep ’15