Search results for

“Xcode”

93,872 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
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.
Replies
Boosts
Views
Activity
Mar ’19
Reply to Can only pass data between 2 of 3 View Controllers
Aha! That worked 🙂Is it correct to put this code in viewDidLoad?if let tbc = self.tabBarController as? CustomTabController { // do something with tbc.myInformation }I find it a litte strange to have it in viewDidLoad? But x-code complaints when I try to put it elswhere
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’17
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.
Replies
Boosts
Views
Activity
Feb ’24
Reply to Sonoma/Xcode 16 Share extensions do not work
Apple please reply here I can’t deploy my app until there is a work around or a fix. I have Sonoma so I cannot downgrade to X code 15. This is urgent. Please help.
Replies
Boosts
Views
Activity
Oct ’24
Reply to SwiftUI Slider Step Animation issue
tested your Slider with xcode 12.x, macos 11.x and ios 12.x and cannot replicate your issue. What system (or other code) are you using?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’21
Reply to Command Lines Tools beta being offered when Beta Xcode 12 Not Installed
Still an issue As of this morning (09/03/2020). X Code app version is 11.7 (stable) and CLT version is 2373 running on Catalina 10.15.6. This is super annoying!
Replies
Boosts
Views
Activity
Sep ’20
Reply to Xcode 13.3 App Crashes on Launch
To be more clear here, Xcode is not crashing, but our iOS app is crashing when trying to run with Xcode 13.3. When compiling the same code with Xcode 13.2.x, the app does not crash.
Replies
Boosts
Views
Activity
Mar ’22
Reply to WebKit encountered an internal error (Running localhost web server on iOS Simular's Safari)
@D4v3m @roomba.friend A temporary solution is to create a new iOS simulator from x-code using iOS 17.5 SDK. Localhost is working fine the iOS versions below iOS 18.0.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to install iPad OS after Catalina install?
Tip: Make sure that Configurator or X-Code are not running. From the 10 minutes I just wasted trying to work this out; if any app has access to a connected device, it will not show in Finder.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’19
Reply to Updating an iPhone through 10.15??
Tip: Make sure that Configurator or X-Code are not running. From the 10 minutes I just wasted trying to work this out; if any app has access to a connected device, it will not show in Finder.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’19
Reply to Problems with WiFi on macOS Big Sur
Same problem here entered recovery mode, re-installed X-Code 12 and Big Sur now Wi-Fi is working even faster than before but no Wi-Fi icon
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’20
Reply to I downloaded the "Talking To The Live View.playgroundbook" but cannot open it as a playground book in Xcode
It runs on the iPad using iOS 10.0 or later not on the Mac. You need the sample code toload it into xCode 8.x. You then run it, via xCode on your iPad.
Replies
Boosts
Views
Activity
Jul ’16
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.
Replies
Boosts
Views
Activity
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?
Replies
Boosts
Views
Activity
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:
Replies
Boosts
Views
Activity
Aug ’15