Search results for

Xcode

92,321 results found

Post

Replies

Boosts

Views

Activity

XCODE with Proxy
Hi everyone,I facing a problem with proxy configuration for the XCODE program.I cannot add my Apple Account to XCODE. I receiving an generic error like Cannot connect to Apple. But, if I connect to Wi-fi (out of enterprise network), it's works.Has anyone faced a similar problem?Thank you.
1
0
5.3k
Mar ’19
Debugging from Xcode
Hi, ALL, First I want to apologize for a long post. I need to explain everything in order to get a best possible answer. I am a developer who started working on Mac + Xcode on the OSX 10.8. I made a project which contains a binary and couple of dylib's. On that Mac everything was working correctly. I was able to run the binaries and debug them from within Xcode. Relatively recently I bought myself a newer Mac with the version 10.13. I installed Xcode, grab the project from the GitHub, recompiled and tried to run it. Unfortunately it didn't run. It didn't even started. It failed somewhere in the assembly code before trying to access the very first C++ code I wrote.. I went back to the old Mac and everything is still works correctly there. I kind of concluded that somehow during the old Xcode project transitioning to the new Xcode, it changed the placement of the dylib binaries and when I try to run it it can't load dylib's and fails to start. WHat I also found is th
0
0
514
Apr ’21
Reply to what are the best practices to implement high level of Authorization and authentication for iOS apps?
Emma:...seems that there should be better practices rather than hard coded client Id and Client Secret key.Perhaps a later Xcode than v7.x, for starters, where your app could better leverage current APIs - example: Touch or Face ID might better meet your spec, where hard coded id and secret key are fallbacks, instead.This assumes you've already evaluated iOS Security, in general, of course.Ken
Oct ’17
Xcode 13 cannot run project generated by Xcode 12.5.1
Hello, I cannot use Xcode 13 in order to run the project previously generated by Xcode 12.5.1. I got an error message on install: The executable was signed with invalid entitlements. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402620394 How to reproduce: Open Xcode 12.5.1 and generate a new empty ios app. Press Run and see how it builds and runs on your device. Now open the same project with Xcode 13. Press Run and observe how it fails to install the app. Is it a bug?! How to make it work in new Xcode?! Thanks
5
0
5.0k
Sep ’21
No Xcode Source Editor Extension option in xcode 12
When creating a new Xcode project, under macOS tab, the Xcode Source Editor Extension option is not present in Xcode 12. I am following this official article - https://developer.apple.com/documentation/xcodekit/creating_a_source_editor_extension in an attempt to learn about XcodeKit (to create a Vim extension for Xcode one day). Does anyone know where to find this New Project option? Thank you.
1
0
2k
Dec ’20
ld: unknown option: -no_warn_duplicate_libraries in Xcode 15.1 and Xcode 15.2
Hello, We were getting duplicate symbol errors when we switched to Xcode 15. So we added -ld64 other linker flags as per other posts and Xcode 15 release notes. After adding this it works fine on Xcode 15.0. But on Xcode 15.1 and 15.2 it gives another error ld: unknown option: -no_warn_duplicate_libraries Could you please let us know how can we resolve this?
0
0
777
Feb ’24
Installed Xcode already
Hi! I just reinstalled macOS Monterey and I have reinstall Xcode, the app store said I needed macOS 13.5 or later but I used to have Xcode on the same iMac. I download Xcode the newest version of Xcode that supported my mac on the developer website and I have it now. After I installed it, I thought that the app store would say that I have Xcode installed but instead, it says I need to get Xcode. What should I do?
2
0
971
Oct ’23