Search results for

Xcode

92,283 results found

Post

Replies

Boosts

Views

Activity

Reply to Not impressed with Xcode 9
Yes, I am also struggling with Xcode 9 like your bugs list.I am work with C++(COCOS2D-X Game Engine).Xcode Project Shows me old code after renameing file when file open in project, if i open that file with option (Show in Finder) and open perticular file both code shows me diffrents. it's to much.function ribbon with cnd+alt+right-arrow then presscmd+x to cut function code that time X-Code will crashetc...Many Bugs like this... i am waiting for new update with solve all issue.
Oct ’17
X Code does not automatically create app id on developer portal
Hi,as indicated in the title, Xcode is not being able to automatically create app Id and provisioning profile for an app i'm developing. I have checked the Automatically manage signing option but on the developer portal i can't see any app id or provisioning profile matching the provided bundle identifier.The problem arises only if I select, in the team selection, my developer account . For example, by using my enterprise account, the waiting to repair message is shown in Xcode and i can see the new app id created in the enterprise account portal.If I change the bundle identifier and I select again my developer account, nothing happens, no errors and no warnings. I'm able to install the application on a device and all seems to be good. However, in my developer portal I still do not see the app id and provisioning profile so i can't send the application to iTunes connect in order to submit to the Apple store,Moreover, trying with other apps, all is ok even using my developer account.I searche
2
0
4.8k
Jun ’17
Reply to Issue launching a Developer ID signed app
OS X 10.10.4 included new code signature hardening that tripped up lots of folks who are doing their own signing (rather than having Xcode sign your product, which is what we recommend). You can read about this in 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: Code Signing SubTopic: General Tags:
Oct ’15
Reply to Alerts appear in a different language after archiving process
Hello!.... we have a problem publishing with xcode 10 WINDEV and the appsstore..the code runs fine on the simulator, on actual phones, but when we publish it the appstore gets back saying Invalid signaturethe certificate is fine as we have published a native aplication with no problems...can you pls share the settings on windev and the settings on X code to publish propery on appstore?
Dec ’18
Reply to Xcode on iPad?
Is there a way of coding and publishing apps on a iPad natively? NO. Is there any plans of Xcode coming to iPad? Apple rarely talks about future plans of development system, except in WWDCs. And Apple has not announced any of such plans till now. You should better check this old thread: Xcode for iPad Pro - https://developer.apple.com/forums/thread/17585 Or this relatively new thread: Will X Code be coming to the ipad Pro ? - https://developer.apple.com/forums/thread/652028
Nov ’20
Xcode beta that I downloaded from the Apple Developer porter is modified to be ciontrolled my a remote user and do some nast things to my machine. What should I do with this. You guys need to see what these hackers can do to our x-code. I have a copy I
Hi Xcode DeveloperI need some help. Can someone who can fix xcode exploits give me somewhere to send this, it's nasty. I have an xcode server that Ineed to keep running
0
0
271
Jul ’17
Xcode 14.3.x and Xcode 15 - slather code coverage folder missing
Hi everyone Premise: it works with Xcode 14.2 I have a problem with fastlane and slather, it gives me an error that it cannot find the code coverage folder Here are some details Fastlane file slather( build_directory: ./DerivedData, scheme: MyApp, workspace: MyApp.xcworkspace, proj: ./MyApp.xcodeproj, output_directory: ./DerivedData/testResult, cobertura_xml: true, verbose: true ) Error: Exit status of command 'slather coverage --cobertura-xml --build-directory ./DerivedData --output-directory ./DerivedData/test-output/slatherOutput --ignore Pods/* --ignore fastlane/* --ignore build/* --ignore DerivedData/* --verbose --scheme ProjectName --workspace ProjectName.xcworkspace ./ProjectName.xcodeproj' was 1 instead of 0. Slathering... /usr/local/lib/ruby/gems/3.0.0/gems/slather-2.7.4/lib/slather/project.rb:239:in `profdata_coverage_dir': No coverage directory found. (StandardError) from /usr/local/lib/ruby/gems/3.0.0/gems/slather-2.7.4/lib/slather/project.rb:517:in `find_binary_files' from /usr/local/lib
3
0
3.2k
Oct ’23