Problem with connecting to SDK
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 5
- Joined: Wed Apr 03, 2013 1:21 am
Problem with connecting to SDK
I am relatively new to Livecode and am not a programmer by trade. I am in the beginning stages of developing an app for iOS and I have hit a road block. I have the latest versions of Livecode and Xcode. From what I understand I have to connect an SDK from Xcode and an iOS simulator to Livecode. So far I have figured out how to connect the simulator but I haven"t had any luck with connecting an SDK. I try to connect through Mobile Settings by choosing the "Add Entry" option. Here is where I think the problem is. From what I have read, when you download Xcode, it asks you to save the application in a certain folder. It did not do that with me. Every time I select Xcode with the add entry option, a window pops up to tell me it did not work. Anyone who can help would be greatly appreciated. Thanks!
Re: Problem with connecting to SDK
Make sure you select the xcode.app (not just the folder that xcode is installed into). Does LC say "The chosen folder is not a valid iOS SDK.", or something else?
Note that LC sometimes has problems with diacritics (umlauts) in the path. If you have non-ascii chars in the path to xcode, maybe that can cause problems. By default xcode is installed in it's own "development" folder at the root of your hard disk (not into the "application" folder).
Note that LC sometimes has problems with diacritics (umlauts) in the path. If you have non-ascii chars in the path to xcode, maybe that can cause problems. By default xcode is installed in it's own "development" folder at the root of your hard disk (not into the "application" folder).
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
Re: Problem with connecting to SDK
oh it's also possible that you need to download an older xcode version?
see here: http://forums.runrev.com/viewtopic.php? ... 43#p102155
see here: http://forums.runrev.com/viewtopic.php? ... 43#p102155
Various teststacks and stuff:
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
http://bjoernke.com
Chat with other RunRev developers:
chat.freenode.net:6666 #livecode
-
- Posts: 5
- Joined: Wed Apr 03, 2013 1:21 am
Re: Problem with connecting to SDK
I think I got it working! Thanks for your help!