Search results for

Xcode

92,297 results found

Post

Replies

Boosts

Views

Activity

Reply to iphone has denied the launch request
I can also confirm this as a solution.I first took a complete back up of my mac in case this leads to further unforeseen issues.I then ensured X-code was closed.Next, I deleted all certificates in the keychain and my IOS developer key.Finally, I rebooted x-code and ran a vanilla app to see if it would access debugging and it is running fine.**** knows what other certificates I have deleted. Hence the back up first. If you do want to replace the Apple Worldwide Developer Relations Certification Authority certificate it can be downloaded directly from Apple. Just google it.
Mar ’19
Reply to Can I remove iPad support from my app on a new release?
I had the same problem before My ios app built on Unity ios from player settings build target change only for iPhone. After unity build open x code because you have to build in x code also from Supported Destinations remove other platforms only iPhone should to stay there. Also check out previous release rejected notes because if you uploaded any iPad resolutional images remove them all then add last built app from test flight if you dont have other targets automatically disappear iPad section.
Feb ’24
Reply to Add my own Framework to Target in same Project
...even though I requested not to upgrade the Swift...If you go to Xcode 7.x, you will have to upgrade your Swift code to Swift 2.x. The only option you have is whether you want Xcode to attempt to make the changes for you. If you say No, you have to make all the changes yourself. If you say Yes, Xcode will get some (most?) of the changes, but you will still probably have to fix some things yourself.
Nov ’15
Reply to IOS 16.2 Developer mode
Thanks for the quick response. Unfortunately if I go to Settings > Privacy & Security on the iOS device, the developer mode does not appear. So I connect the iPhone with USB to the Mac. How should I do to check if the device is registered in X-Code? What is X_Code?
Dec ’22
Reply to How to assign a reference of a function
Are you using Xcode 6.x? I can see the message you have shown only in Xcode 6.4.In that case, no way. You cannot provide C-function pointers from Swift 1.x. Use Swift 2 with Xcode 7. Or, you need to live with Objective-C codes mixed.If you got that message with Swift 2, you need to provide more info.
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’15