Search results for

xcode github

91,915 results found

Post

Replies

Boosts

Views

Activity

Reply to my OS X 10.11 will not download
Got it!Copy your redemption code from the El Capitan download link.Open the App Store and make sure that you're signed in with your Developer Program Apple ID.On the Featured page, under Quick Links (on the right hand side of the page), click on Redeem.Insert your code and click Redeem. If it tells you that it's unavailable, just keep clicking (rapid fire style). This worked for me and OS X 10.11 is downloading now.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Testing Apps on iOS Devices without subscription
I have tried to test an iOS application I have been busy creating over the last few weeks on my iPhone. I used Xcode 7 and iOS 8.4 beta for this, since Apple advertised testing without a developer membership subscription on the information site about Xcode 7.As stated there, I downloaded Xcode 7 and simply logged in in the Xcode Preferences.Now, when I connect my iPhone it shows up in the devices list, but with (unavailable) behind its name, and when I try to start the app it tells me, the Developer Disk Image could not be found.I would really love to be able to try my app in real before subscribing, please help! 🙂
8
0
4.9k
Jun ’15
Xcode Crashing when fetching profiles from member center
XCode crashes when I fetch the provisioning profiles and continues to crash when opening any project (because it is going and checking the provisioning profiles).This first occurred when adding provisioning profiles and linking my account (in Xcode) to the developer portal.I opened issue 21220696 in the apple bug reporter but have not recieved an response.I can reproduce this issue every time.Here is the video of it happening. https://www.youtube.com/watch?v=TEaN6UnO59wThis is occuring on Xcode Version 6.3.2 (6D2105) & 10.10.3 (14D136)Here is the crash debug: https://gist.github.com/cdesch/86058dd98f22774d36bb
4
0
684
Jun ’15
Xcode bots - simulator timeout on launch
Hi - we are having some issues with the latest Xcode server beta and Xcode 7 (tbh, we were having worse issues previously, and things seem to be much better now - we get a lot further into the integration setup before we get a failure!)I am seeing the follwing message in the raw bulid log:iPhoneSimulator: Timed out waiting 120 seconds for simulator to boot, current state is 1.We are behind a proxy that requires authentication, and I was suspecting this as the problem, as I see a proxy authentication dialog whenever I launch the simulator manually (unfortunately, this seems to be a persistent problem with our network). However, I have managed to configure the network settings is such a way that this doesn't occur any more. I'm bemused what could be preventing the simmulator from launching.Anybody know where I could look to find out what the problem is ? What user do the xcode bots run under when then execute ?I'd love to get Xcode bots working properly - we are so close and
8
0
5.3k
Jun ’15
Xcode 7 causes iPhone to freeze
iOS 9, iPhone 6 PlusRunning my app from Xcode 7 works great the first time. Then I stop it, make some changes and run it again - this causes the phone to freeze up completely. Anyone else encountered anything similar? Any ideas why this might be? Other than some bug in either iOS 9 or Xcode 7.Thanks!
9
0
1.4k
Jun ’15
Checking for Update Endlessly
I thought I did everything right. I downloaded and installed Xcode 7 beta, iOS 9 beta, and opened the watchOS 2 beta config on my phone then selected Apple Watch as install location. Next I go to the Software Update section in the Apple Watch app, and it endlessly checks for an update. Where did I go wrong and what's the next step to fix it?
2
0
1.3k
Jun ’15
Opening an .ipa in X Code - Swift
I developed a simple game app using Flash CC, I converted the game thru Adobe AIR and have a working IOS app. I was curious to see if it is possible to open the .ipa that was created and published in Flash and be able to to open in XCode so I can view the code and build.I was able to rename the file and save as a .zip and insode I do the a Payload folder which has the name of the app with the .app extensionI created a new workspace in XCode and imported the .app, Xcode sees it but I can only view resoursr and plist filesMy goal here is to build this kind of app IN XCode / Swift from scratch. This would be great for me since I know a bit of actionscript and since the Flash app has actionscript I would think that it would be converted to Objective C am I right?Any help?R
1
0
3.2k
Jun ’15
Reply to How do I run the project migration on an old project?
Well, first thing...and sorry to say this: XCode will not automatically 'port your Apple Watch code. All you really have to do is create new apple watch target. XCode will do that for you and then you must copy all your code and xib's, assets, storyboards yourself. Apple says this in their transition to watchos2 document.(Sorry, i don't know how to reactivate migration assistant but this is the answer you will end up with anyway...migration really isn't migration with XC7)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Packet Tunnel Provider
I was very excited to see VPN APIs are being opened up to general developers wtih iOS 9.I see a note in the What's New about a Packet Tunnel Provider extension point but I don't see any docs on it nor do I see this as an option in Xcode 7's add Application Extension screen. Does anyone know how to get started with this? Is it not in the first beta?
3
0
1.1k
Jun ’15
Reply to Can you submit to the App Store an app built with Xcode 7 as long as you are not targeting iOS 9?
While I have the same take on this as the other two posters Apple explicitly statet the fact in the past.This time - if you look into the XCode 7 release notes - there's this section:Submitting an archive built with BITCODE_ENABLED=NO will fail during upload. (21247555)Workaround: Build the archive with BITCODE_ENABLED=YES and then uncheck the “Include bitcode”option when distributing the archive (functionally equivalent).Not sure about the reasoning behind that, but why mention that you have to takecertain extra steps when submitting with the beta if it is - as always in the past - not allowed?
Jun ’15
Beginner question regarding navigation in sample application
Hi Swift Experts,maybe anyone can help me. I think it is quite easy for the most, but itis time consuming. Sorry for that.I'm new in swift/xcode development and I started with some smallapplications and tests. So far so good, but now I want to start with somemore. So I start download a sample project from this website:http://www.appcoda.com/sidebar-menu-swift/Now I added a right Bar Button Item on the photo page and create a sequeto a new page ViewController. On this new view container I added a seque from a navigation barback to navigation controller of photo view (this works fine). But after the back navigation, the side bare menufunction did not work anymore.If an expert has an idea, please give me hint.Thanks in advanceStefan
1
0
449
Jun ’15