Search results for

“xcode github”

95,388 results found

Post

Replies

Boosts

Views

Activity

Xcode 6.3.2 recalled? Unavailable for download.
The new developer site does not have Xcode 6.3.2 for download. It only has 6.3.1.https://developer.apple.com/xcode/downloads/Yes, I am logged in to Member Center. Yes, I accepted new agreement. I have seen cases before where I could not download proper versions without logging in.I can see 6.4 beta 3. I can see and download 7 beta.But the only released version available is 6.3.1 (6D1002) from April 21 2015.I have Version 6.3.2 (6D2105).What is going on? Was 6.3.2 recalled or something? Should I move off of it immediately?
5
0
745
Jun ’15
No symbols for paired Apple Watch
I've created a new project with Xcode 7.0 which includes a Watch Kit app. I've updated my iPhone to iOS 9, and my watch to watchOS 2.0. I'm able to install version of my app by running the main app's Scheme and debugging on the device.However, if I want to debug on the watch I need to run the [App Name] WatchKit scheme. I'm unable to select my phone+watch though because they are listed under Inelegible Devices with the parenthetical explanation: (No symbols for paired Apple Watch)Anyone know how to get Xcode to download these symbols?
58
0
25k
Jun ’15
linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/natha
14
0
16k
Jun ’15
WWDC Platforms State of the Union Notes
ADC account will now cover Mac, iOS and watchOSOne ADC membership covers all - $99/yeariOS 9 will take up 1.3 GBs of space. OS updates will automatically download overnight.iOS app-slicing - Developer submits an app to the App Store, App Store will deliver to the device only the component parts of the app that the device can use. Don't have the fast CPU on the device? App Store will leave out the fast-CPU dependent parts of the app.iOS passcode are now going from four digits by default to six.System Integrity ProtectionProtects system filesNo installing in system locationsProtects system processesFor developers, streamlined developer workflow to accommodate System Integrity Protection.Utility available in the Recovery partition to disable System Integrity Protection.IPv6:Use the standard networking frameworksAvoid IPv4-specific APIsAvoid hard-coding addresses in appsImproved right-to-left language support, important for languages like Arabic or Hebrew.Improved link support in iOS 9. Click on a link w
8
0
5.9k
Jun ’15
Reply to Redeem Code
If you're running beta versions of OS X, like 10.10.4, it won't work.Try redeeming the code in a stable version of OS X and then pause the download there. Once it is redeemed, you can download it from any OS X versions in the App Store > Purchased.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
tableviewcontroller to tabbarcontroller
Having a tough time trying to push a tabbarcontroller into view from a tableviewcontroller. I don't get any errors, but the tab bar on the tabbarcontroller is empty and the view is black. If I set the tabbarcontroller as 'is initial view controller' it works as expected. So for some reason there is a problem when I try to push the tabbarcontroller into view via code.I am using swift and XCode 6.3.2.Any help would be appreciated.
Topic: UI Frameworks SubTopic: UIKit Tags:
5
0
1.2k
Jun ’15
Reply to This code has already been redeemed
The code redemption won't work on 10.10.4 betas. Make sure you do it on stable OS X releases.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
iOS9 Beta1 | CFNetwork SSLHandshake failed (-9824)
Recompiled my App with Xcode 7 Beta1:I am using AFNetworking and every connection seems to fail (device and simulator):CFNetwork SSLHandshake failed (-9824)NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9824)… any suggestions?Steven
Replies
14
Boosts
0
Views
13k
Activity
Jun ’15
Is there a space for Xcode 7?
I don't see a space to discuss Xcode 7. It's a real mess in 7A120f... Where can we talk about this?
Replies
2
Boosts
0
Views
484
Activity
Jun ’15
Xcode 6.3.2 recalled? Unavailable for download.
The new developer site does not have Xcode 6.3.2 for download. It only has 6.3.1.https://developer.apple.com/xcode/downloads/Yes, I am logged in to Member Center. Yes, I accepted new agreement. I have seen cases before where I could not download proper versions without logging in.I can see 6.4 beta 3. I can see and download 7 beta.But the only released version available is 6.3.1 (6D1002) from April 21 2015.I have Version 6.3.2 (6D2105).What is going on? Was 6.3.2 recalled or something? Should I move off of it immediately?
Replies
5
Boosts
0
Views
745
Activity
Jun ’15
No symbols for paired Apple Watch
I've created a new project with Xcode 7.0 which includes a Watch Kit app. I've updated my iPhone to iOS 9, and my watch to watchOS 2.0. I'm able to install version of my app by running the main app's Scheme and debugging on the device.However, if I want to debug on the watch I need to run the [App Name] WatchKit scheme. I'm unable to select my phone+watch though because they are listed under Inelegible Devices with the parenthetical explanation: (No symbols for paired Apple Watch)Anyone know how to get Xcode to download these symbols?
Replies
58
Boosts
0
Views
25k
Activity
Jun ’15
linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator/ExampleApp.app/ExampleApp normal i386 cd /Users/nathan/Desktop/Xcode App/ExampleApp1/ExampleApp export IPHONEOS_DEPLOYMENT_TARGET=9.0 export PATH=/Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/Volumes/Xcode/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Volumes/Xcode/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk -L/Users/nathan/Library/Developer/Xcode/DerivedData/ExampleApp-adsgjtlrzvwdjxbdymykwbukmfch/Build/Products/Debug-iphonesimulator -F/Users/natha
Replies
14
Boosts
0
Views
16k
Activity
Jun ’15
WWDC Platforms State of the Union Notes
ADC account will now cover Mac, iOS and watchOSOne ADC membership covers all - $99/yeariOS 9 will take up 1.3 GBs of space. OS updates will automatically download overnight.iOS app-slicing - Developer submits an app to the App Store, App Store will deliver to the device only the component parts of the app that the device can use. Don't have the fast CPU on the device? App Store will leave out the fast-CPU dependent parts of the app.iOS passcode are now going from four digits by default to six.System Integrity ProtectionProtects system filesNo installing in system locationsProtects system processesFor developers, streamlined developer workflow to accommodate System Integrity Protection.Utility available in the Recovery partition to disable System Integrity Protection.IPv6:Use the standard networking frameworksAvoid IPv4-specific APIsAvoid hard-coding addresses in appsImproved right-to-left language support, important for languages like Arabic or Hebrew.Improved link support in iOS 9. Click on a link w
Replies
8
Boosts
0
Views
5.9k
Activity
Jun ’15
Is it possible to run Xcode 7 UI Tests from command line?
Anybody know if it's possible to run Xcode 7 UI Tests from the command line?-Ben
Replies
1
Boosts
0
Views
990
Activity
Jun ’15
can't download Xcode 7 beta
I'm a paid Mac and iOS developer program member. When i click to download Xcode 7 it takes me to the manage your apple id page.What is going on?Also, thanks Apple for deleting my old forum account.
Replies
13
Boosts
0
Views
2.2k
Activity
Jun ’15
Generics?
Any documentation on this new Xcode 7 feature? The Xcode release notes say:Generics. Specify type information for collections, simplifying the code you write.Without any more detail.
Replies
5
Boosts
0
Views
2.3k
Activity
Jun ’15
iOS 9.0 with Xcode 6.3.2
Instalingl iOS 9.0 can test my app in Xcode 6.3.2 iPhone 6 Plus?
Replies
2
Boosts
0
Views
466
Activity
Jun ’15
Reply to Installing OS X 10.11 Beta in a VM
This tool will build an installer .dmg (with option for .iso) which can be used with VMware Fusion or VMware ESXi:https :// github .com/ rtrouton/ create_os_x_vm_install_dmg
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to Redeem Code
If you're running beta versions of OS X, like 10.10.4, it won't work.Try redeeming the code in a stable version of OS X and then pause the download there. Once it is redeemed, you can download it from any OS X versions in the App Store > Purchased.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to watchOS 2 beta and installing apps
I think i figured it out. You have to register your UDID of the Apple Watch and then it seems to work. As soon as I did I was able to install an app without issue.You get the UDID from Xcode.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
tableviewcontroller to tabbarcontroller
Having a tough time trying to push a tabbarcontroller into view from a tableviewcontroller. I don't get any errors, but the tab bar on the tabbarcontroller is empty and the view is black. If I set the tabbarcontroller as 'is initial view controller' it works as expected. So for some reason there is a problem when I try to push the tabbarcontroller into view via code.I am using swift and XCode 6.3.2.Any help would be appreciated.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
5
Boosts
0
Views
1.2k
Activity
Jun ’15