Search results for

“Xcode”

93,874 results found

Post

Replies

Boosts

Views

Activity

Reply to Updating an iPhone through 10.15??
I've got the same problem as you. My MacBook Pro is running Catlina with no iTunes. I can't figure out how to install the .ipsw on my iPhone X without iTunes. All the instructions I can find say to use iTunes and there is no alternative. I've tried X-Code, but don't see any way to force an .ipws.Help......Installing the .ipsw from the finder. Seems to be running OK. I'll let you know how it goes...
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’19
Reply to Swift 2.0 Minimum Target on Mac OS
I created a simple samle code using Xcode 7 on Yosemete 10.10.5, Base SDK 10.11 and Deployment Target 10.10.The app run with no problems on 10.10.2.I'm afraid your code contains some functionalities which are not available in 10.10.2 or 10.10.3, or other settings may be wrong, or you completely broke your Xcode doing `I had manually added the OS X 10.10 SDK that I took from my Xcode 6 install inside my Xcode.app bundle`.
Topic: Programming Languages SubTopic: Swift Tags:
Oct ’15
XCODE - Failed to create provisioning profile
Hi All, I am using x code Version 12.5.1 (12E507) I make application using flutter I build IOS success and run on simulator is ok, every thing is fine but in Xcode I face the problem, Failed to create provisioning profile. There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it. No profiles for 'com.company.myapp' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'com.company.myapp'. also if I try to change I get Failed to register bundle identifier The app identifier com.example.myapp2 cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. in store connect I create com.company.myapp but also failed to avoid message I need to upload my apps using xcode I have company account, not free account please help
2
0
3.3k
Dec ’21
Reply to watchOS 1 apps don't seem to work on iOS 10 + wachOS 3 simulators
Are you even able to build your watchOS 1 app in Xcode 8 beta 6? Our static library that shares code between the watch app and parent app is giving us issues:Target 'X' of project 'X' was rejected as an implicit dependency for 'libX.a' because its SDK is platform 'com.apple.platform.iphonesimulator' and it needs to match platform 'com.apple.platform.watchsimulator'Even when the target has the watchsimulator in the 'Supported Platforms' it gives us issues. This builds fine in the latest version of Xcode 7.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’16
Reply to App not appearing in Settings -> Notifications
>No code changes, just rebuilding in current Xcode for deployment target iOS-8 >Updating working Apps to keep up with ongoing iOS and Xcode changes is quite a task!You seem to not actually be keeping up 😉Bear in mind that UIUserNotificationSettings is already deprecated with current iOS 10.x/Xcode in favor of UNNotificationSettingsSee:UIUserNotificationSettingshttps://developer.apple.com/reference/usernotifications/unnotificationsettings
Jan ’17
Reply to App was crashing in xcode 16 due to Quicklook UI framework
@DTS Engineer Having the same problem here: building an app on Xcode 16.0 on macOS Sonoma 14.7 results in an application that crashes on macOS Big Sur Intel machine with the same crash as mentioned above. Building with Xcode 15.4 does not have this issue. However, we cannot build this branch on Xcode 15.x anymore due to code changes for Xcode 16 compatibility. Is there a workaround? We're now stuck in an unreleasable state!
Topic: UI Frameworks SubTopic: AppKit Tags:
Sep ’24
Reply to Xcode 15 beta 7 Previews building issue
Seeing similar behavior on both Xcode 15.0.1 RC and Xcode 15.1 Beta. In our case, it's iOS SwiftUI Previews not working at all in SPM package (as opposed to for example an iOS app). Same code works fine on Xcode 14.x versions. Edit: Submitted case **** for this alongside diagnostics. Hope it helps, thanks for looking into it @Developer Tools Engineer!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’23
Reply to NSData(contentsOfURL) is always nil in PlayGround
Exactly the same code copied from the original post worked and returned an image of size 1200x1200 for each UIImage, tested in Xcode 6.4 on OS X 10.10.3 .
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’15
Reply to Xcode 8.3.2 auto-complete not working 1 (and only 1) file
If the problem is still there, please check my answer at http://stackoverflow.com/questions/9784175/issue-with-code-autocompletion-syntax-highlighting-in-xcode-4-x/43975833#43975833
Replies
Boosts
Views
Activity
May ’17
Reply to Hi, I have the new Xcode 11.4.1 with what I think is swift 5.1. What is the correct code for hiding a UIButton?
Xcode 11.4.x runs Swift 5.2When sharing code, pls, use the <> brackets in the editor. See For Best Results - Read the LabelTry:.isHidden(true)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’20
Reply to Updating an iPhone through 10.15??
I've got the same problem as you. My MacBook Pro is running Catlina with no iTunes. I can't figure out how to install the .ipsw on my iPhone X without iTunes. All the instructions I can find say to use iTunes and there is no alternative. I've tried X-Code, but don't see any way to force an .ipws.Help......Installing the .ipsw from the finder. Seems to be running OK. I'll let you know how it goes...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’19
Reply to Swift 2.0 Minimum Target on Mac OS
I created a simple samle code using Xcode 7 on Yosemete 10.10.5, Base SDK 10.11 and Deployment Target 10.10.The app run with no problems on 10.10.2.I'm afraid your code contains some functionalities which are not available in 10.10.2 or 10.10.3, or other settings may be wrong, or you completely broke your Xcode doing `I had manually added the OS X 10.10 SDK that I took from my Xcode 6 install inside my Xcode.app bundle`.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’15
XCODE - Failed to create provisioning profile
Hi All, I am using x code Version 12.5.1 (12E507) I make application using flutter I build IOS success and run on simulator is ok, every thing is fine but in Xcode I face the problem, Failed to create provisioning profile. There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it. No profiles for 'com.company.myapp' were found Xcode couldn't find any iOS App Development provisioning profiles matching 'com.company.myapp'. also if I try to change I get Failed to register bundle identifier The app identifier com.example.myapp2 cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again. in store connect I create com.company.myapp but also failed to avoid message I need to upload my apps using xcode I have company account, not free account please help
Replies
2
Boosts
0
Views
3.3k
Activity
Dec ’21
Reply to Simulator screen not refreshing
Hi, My app only runs on iOS 10 and higher so I cant test on iOS 9. However I do not think its an iOS version issue. The simulator bug occurs even if I use iOS 10.x in the simulator instead of iOS 11.x. And the same code worked perfectly in XCode 8.x
Replies
Boosts
Views
Activity
Feb ’18
Reply to How to convert String? to Integer
Oh, wow. That might be it. Just realized I was still on xcode 6.x. I'm updating it right now, and try your code out. I'll let you know if it works!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’16
Reply to testmanagerd constantly requests password to enable UI Automation on macOS Monterey
When I execute automationmodetool to get the status ip-172-30-20-122:~ root# automationmodetool Automation Mode is disabled. This device DOES NOT REQUIRE user authentication to enable Automation Mode. I am on X code version 13.2 and Monterey 12.2. iPad is iOS 15.3.1 (19D52) Please advise.
Replies
Boosts
Views
Activity
Mar ’22
Reply to watchOS 1 apps don't seem to work on iOS 10 + wachOS 3 simulators
Are you even able to build your watchOS 1 app in Xcode 8 beta 6? Our static library that shares code between the watch app and parent app is giving us issues:Target 'X' of project 'X' was rejected as an implicit dependency for 'libX.a' because its SDK is platform 'com.apple.platform.iphonesimulator' and it needs to match platform 'com.apple.platform.watchsimulator'Even when the target has the watchsimulator in the 'Supported Platforms' it gives us issues. This builds fine in the latest version of Xcode 7.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’16
Cant download xcode because i have c what should i do?
recently bought a Mackbook black 2009 version Mac OS X 10.6.8, nothing seems to work, i cant even download Google chrome or x code..?????laptop details-2.4ghz500gb4gb memory Mac os x snow leaopord
Replies
2
Boosts
0
Views
643
Activity
Apr ’17
Reply to App not appearing in Settings -> Notifications
>No code changes, just rebuilding in current Xcode for deployment target iOS-8 >Updating working Apps to keep up with ongoing iOS and Xcode changes is quite a task!You seem to not actually be keeping up 😉Bear in mind that UIUserNotificationSettings is already deprecated with current iOS 10.x/Xcode in favor of UNNotificationSettingsSee:UIUserNotificationSettingshttps://developer.apple.com/reference/usernotifications/unnotificationsettings
Replies
Boosts
Views
Activity
Jan ’17
Reply to App was crashing in xcode 16 due to Quicklook UI framework
@DTS Engineer Having the same problem here: building an app on Xcode 16.0 on macOS Sonoma 14.7 results in an application that crashes on macOS Big Sur Intel machine with the same crash as mentioned above. Building with Xcode 15.4 does not have this issue. However, we cannot build this branch on Xcode 15.x anymore due to code changes for Xcode 16 compatibility. Is there a workaround? We're now stuck in an unreleasable state!
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 15 beta 7 Previews building issue
Seeing similar behavior on both Xcode 15.0.1 RC and Xcode 15.1 Beta. In our case, it's iOS SwiftUI Previews not working at all in SPM package (as opposed to for example an iOS app). Same code works fine on Xcode 14.x versions. Edit: Submitted case **** for this alongside diagnostics. Hope it helps, thanks for looking into it @Developer Tools Engineer!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
XCode 6.1 Programming
Hello, I'm using Mac mini. (OS X 10.10.3, XCode 6.1) Is there anyone who can tell me where I can get XCode 6.1 programming manuals and sample codes? Please help me!
Replies
1
Boosts
0
Views
275
Activity
Oct ’20