Search results for

xcode github

92,003 results found

Post

Replies

Boosts

Views

Activity

Getting Started with Frameworks/APIs
I've read Apple's publications The Swift Programming Langauge and Using Swift with Cocoa and Objective-C.I have no clue where to start programming in Xcode. The books did a great job explaining the language but not implementing it as if creating an app.I open up Xcode and am clueless of where to begin programming.Also, I do not even know what frameworks/objects/APIs to use, where to find them, nor where to implement them.I feel as though I know the language but do not know how to use it in the context of building an app.Thanks for any suggestions in advance.
3
0
273
Jun ’15
Reply to Maze example not working
Just giving more info.The project Maze-iOS does run (after a reboot, don't know why). The OS X version does not. I haven't updated my OS to the beta 10.11. Could this be the problem or the sdk on xCode 7 should do the work?Tks.
Topic: Graphics & Games SubTopic: General Tags:
Jun ’15
Reply to Can I post source code (NDA)
I would like to know the answer to this as well. Actually I have a broader question. Are we allowed to publicly discuss prerelease APIs/software in general? It seems that last year Apple loosened its NDA, so that you could publicly talk about unreleased/still in beta APIs, so for example we started seeing tutorials/discussions/code samples for iOS 8-specific APIs show up on sites such as Ray Wenderlich, Stack Overflow, etc. months before iOS 8 actually shipped. The only restriction semeed to be that you could not post screenshots of prerelease software. Does this still hold true this year for iOS 9/WatchOS 2/El Capitan/Xcode 7?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to should I download Xcode 7 on home mac?
Feel free to download and try out Xcode 7. It should coexist just fine with Xcode 6, with the following caveats:Close any production projects in Xcode 6 every time before opening Xcode 7. You most likely don't want Xcode 7 opening them and automatically upgrading things automatically.Keep Xcode 6 around if you have live apps or otherwise might need to submit code to production before Xcode 7 / iOS 9 goes public in the fall.And of course, use source control and regular full backups in case something is different this time.
Jun ’15
Reply to should I download Xcode 7 on home mac?
You can't submit apps to the store using it, you can only use it to look ahead thru a slightly foggy lens to see how your apps might be affected under iOS 9, which is beta itself and still evolving.As for buggy, it won't hamper use of, and can sit alongside of, the current Xcode 6.3.2.Don't be afraid of it, just know if you're working on shipping apps, Xcode 6.3.2 is your friend right now.
Jun ’15
Reply to OpenSSL headers
It looks to me as though the openssl include directory is missing in /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/includeHowever, openssl is in MacOSX10.10.sdk.So either we are not supposed to compile against openssl anymore and should use SecureTransport now or they just forgot to include the header files.If we are supposed to use SecureTransport, is there any sample code? I've not found much and it would be handy to reference some when converting from openssl.Since the version of openssl shipping with El Capitan is 0.9.8zf, it's not much use anyway since it doesn't include TLS 1.2. So it's probably better to either use a modern external version of OpenSSL or switch to SecureTransport.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Using Xcode 7 for production apps
Can these points be clarrified. Two questions....1) Can beta versions of Xcode be used to submit apps to the app store targetting GA versions of iOS. In other words, can Xcode 7 be used to submit apps to the app store that are targetting iOS 8.2) Can apps using Swift 2.0 be submitted to the app store? If not, it sounds like no Swift apps can be submitted to the app store using Xcode 7 regardless of the targetted iOS level.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
ITMS-90072 Error
Hi, I got an error ITMS-90072 : The IPA is invalid. It does not included a Payload directory during the submission process via both the XCode Organizer and Application Loader attempt. Can someone assist by sharing your experience so that we can submit our application for distribution. Your help is greatly appreciated. Thank you.Best RegardsSam
1
0
498
Jun ’15