You can build against the older SDKs but the standalone builder would
have been looking for a build against the most recent SDK you have
installed and linked to LiveCode in your prefs. I build my externals
against lots of SDKs so I can support users with older Xcode/LiveCode
combinations.
Ok. T
On 22/03/2013, at 1:57 PM, char...@techstrategies.com.au wrote:
> I can set the deployment target to lower versions of iOS, just can't use the
> older SDKs. When I have a device connected to XCode, it shows the device
> multiple times under schemes - one for each SDK that I have installed in
Hmm... I don't know why that would be unless you are using some iOS
6.1 only api...
I can set the deployment target to lower versions of iOS, just can't
use the older SDKs. When I have a device connected to XCode, it shows
the device multiple times under schemes - one for each SDK that I have
On 22/03/2013, at 1:05 PM, char...@techstrategies.com.au wrote:
> I was fiddling around with those options quite a bit, but I've managed to get
> it working now...
>
> It seems that using iOS 5.1 or 6.0 as the base SDK causes problems, however
> if I choose the 6.1 SDK it builds correctly in L
OK, At the top of the Xcode window you can choose a simulator or iOS
Device (it will be the name of a device plugged in if there is one).
Are you choosing the device?
I was fiddling around with those options quite a bit, but I've managed
to get it working now...
It seems that using iOS 5.1 o
On 21/03/2013, at 9:14 PM, char...@techstrategies.com.au wrote:
> Good to see there are other Aussie's on the list :)
Yes we seem to be multiplying lately ;-)
>
> The architecture is listed as "Standard (armv7, armv7s) -
> $(ARCHS_STANDARD_32_BIT)" and there doesn't seem to be any other choice
Hi Monte,
Good to see there are other Aussie's on the list :)
The architecture is listed as "Standard (armv7, armv7s) -
$(ARCHS_STANDARD_32_BIT)" and there doesn't seem to be any other
choices.
I've managed to get the simulator working, but building the standalone
in LiveCode is still givin
On 21/03/2013, at 12:16 PM, char...@techstrategies.com.au wrote:
> Has anyone got the iOS externals SDK working with XCode 4.6 and LiveCode
> 5.5.4?
Yes, and Hi from From Tasmania ;-)
It sounds like you're not building for the correct architecture. In Xcode are
you building for the simulator
I am trying to build and test a simple iOS external using the Livecode
iOS Externals "LiveCodeSDK-R14" following the instructions at
http://www.runrev.com/developers/documentation/externals-sdk/.
My mac is running 10.8 with LiveCode 5.5.4 and XCode 4.6 with iOS SDKs
for 5.1, 6.0 and 6.1.
No